Home
last modified time | relevance | path

Searched refs:mem68k_store_pal_byte (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstar_interf.c89 {0x400000, 0x401fff, mem68k_store_pal_byte, 0},
H A Dmemory.h244 void mem68k_store_pal_byte(Uint32 addr, Uint8 data);
H A Dcyclone_interf.c292 if (b==0) mem68k_store_pal_byte(a,d); in MyWrite8()
H A Dgenerator68k_interf.c95 mem68k_store_pal_byte, mem68k_store_pal_word, mem68k_store_pal_long},
H A Dmemory.c528 void mem68k_store_pal_byte(Uint32 addr, Uint8 data) { in mem68k_store_pal_byte() function