trunk/src/mame/drivers/gaelco.c
| r24544 | r24545 | |
| 158 | 158 | static ADDRESS_MAP_START( squash_map, AS_PROGRAM, 16, gaelco_state ) |
| 159 | 159 | AM_RANGE(0x000000, 0x0fffff) AM_ROM /* ROM */ |
| 160 | 160 | AM_RANGE(0x100000, 0x101fff) AM_RAM_WRITE(gaelco_vram_encrypted_w) AM_SHARE("videoram") /* Video RAM */ |
| 161 | | AM_RANGE(0x102000, 0x103fff) AM_RAM_WRITE(gaelco_encrypted_w) AM_SHARE("screen") /* Screen RAM */ |
| 161 | AM_RANGE(0x102000, 0x103fff) AM_RAM_WRITE(gaelco_encrypted_w) AM_SHARE("screenram") /* Screen RAM */ |
| 162 | 162 | AM_RANGE(0x108000, 0x108007) AM_WRITEONLY AM_SHARE("vregs") /* Video Registers */ |
| 163 | 163 | // AM_RANGE(0x10800c, 0x10800d) AM_WRITE(watchdog_reset_w) /* INT 6 ACK/Watchdog timer */ |
| 164 | 164 | AM_RANGE(0x200000, 0x2007ff) AM_RAM_WRITE(paletteram_xBBBBBGGGGGRRRRR_word_w) AM_SHARE("paletteram") /* Palette */ |
| r24544 | r24545 | |
| 175 | 175 | static ADDRESS_MAP_START( thoop_map, AS_PROGRAM, 16, gaelco_state ) |
| 176 | 176 | AM_RANGE(0x000000, 0x0fffff) AM_ROM /* ROM */ |
| 177 | 177 | AM_RANGE(0x100000, 0x101fff) AM_RAM_WRITE(thoop_vram_encrypted_w) AM_SHARE("videoram") /* Video RAM */ |
| 178 | | AM_RANGE(0x102000, 0x103fff) AM_RAM_WRITE(thoop_encrypted_w) AM_SHARE("screen") /* Screen RAM */ |
| 178 | AM_RANGE(0x102000, 0x103fff) AM_RAM_WRITE(thoop_encrypted_w) AM_SHARE("screenram") /* Screen RAM */ |
| 179 | 179 | AM_RANGE(0x108000, 0x108007) AM_WRITEONLY AM_SHARE("vregs") /* Video Registers */ |
| 180 | 180 | // AM_RANGE(0x10800c, 0x10800d) AM_WRITE(watchdog_reset_w) /* INT 6 ACK/Watchdog timer */ |
| 181 | 181 | AM_RANGE(0x200000, 0x2007ff) AM_RAM_WRITE(paletteram_xBBBBBGGGGGRRRRR_word_w) AM_SHARE("paletteram") /* Palette */ |