core, floating bus read for 68k in some more places

This commit is contained in:
kub 2024-03-16 15:58:38 +01:00
parent 71f9c68f5b
commit 9f29605f55
3 changed files with 26 additions and 16 deletions

View file

@ -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);