mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-25 07:06:52 +01:00
[SC64][SW] Bootloader PI IO functions fix
This commit is contained in:
parent
4f7ee06e09
commit
62bb745f14
@ -110,8 +110,8 @@ typedef struct {
|
|||||||
#define SC64_BUFFERS ((sc64_buffers_t *) SC64_BUFFERS_BASE)
|
#define SC64_BUFFERS ((sc64_buffers_t *) SC64_BUFFERS_BASE)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t (*read)(io32_t *address);
|
uint32_t (*read)(volatile uint32_t *address);
|
||||||
void (*write)(io32_t *address, uint32_t value);
|
void (*write)(volatile uint32_t *address, uint32_t value);
|
||||||
} sc64_pi_io_t;
|
} sc64_pi_io_t;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user