mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, floating bus read for 68k in some more places
This commit is contained in:
parent
71f9c68f5b
commit
9f29605f55
3 changed files with 26 additions and 16 deletions
|
@ -740,6 +740,7 @@ void PicoDrawSetOutputSMS(pdso_t which);
|
|||
|
||||
// memory.c
|
||||
PICO_INTERNAL void PicoMemSetup(void);
|
||||
PICO_INTERNAL u32 PicoRead16_floating(u32 a);
|
||||
u32 PicoRead8_io(u32 a);
|
||||
u32 PicoRead16_io(u32 a);
|
||||
void PicoWrite8_io(u32 a, u32 d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue