Home
last modified time | relevance | path

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

/dports/emulators/atari800/atari800-3.1.0/src/
H A Dcartridge.c164 MEMORY_CopyROM(0x8000, 0x9fff, active_cart->image + active_cart->state * 0x2000); in set_bank_809F()
191 MEMORY_CopyROM(0xa000, 0xafff, active_cart->image + active_cart->state * 0x1000); in set_bank_A0AF()
232 active_cart->image + ((active_cart->state & 7) + ((active_cart->state & 0x10) >> 1)) * 0x2000); in set_bank_SDX_128()
242 active_cart->image + (active_cart->state & n) * 0x4000); in set_bank_SIC()
249 active_cart->image + (active_cart->state & n) * 0x4000 + 0x2000); in set_bank_SIC()
263 MEMORY_CopyROM(0x8000, 0xbfff, active_cart->image + active_cart->state * 0x4000); in set_bank_MEGA_4096()
341 if (active_cart->state) in SwitchBank()
1086 active_cart->state = (active_cart->state & 0x0c) | addr; in CARTRIDGE_BountyBob1()
1092 active_cart->state = (active_cart->state & 0x0c) | addr; in CARTRIDGE_BountyBob1()
1103 active_cart->state = (active_cart->state & 0x03) | (addr << 2); in CARTRIDGE_BountyBob2()
[all …]