mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
(Protection) note about Kozure Ookami, for future reference.
This commit is contained in:
parent
f29c5872c1
commit
c51151b4e6
@ -412,7 +412,7 @@ static ADDRESS_MAP_START( kozure_map, AS_PROGRAM, 16, armedf_state )
|
||||
AM_RANGE(0x061000, 0x063fff) AM_RAM
|
||||
// AM_RANGE(0x07c000, 0x07c001) AM_WRITE(kozure_io_w)
|
||||
// AM_RANGE(0x0c0000, 0x0c0001) AM_WRITENOP /* watchdog? */
|
||||
// AM_RANGE(0xffd000, 0xffd001) AM_WRITENOP /* ? */
|
||||
// AM_RANGE(0xffd000, 0xffd001) AM_WRITENOP /* passes crc ROM information to MCU, I guess */
|
||||
AM_IMPORT_FROM( terraf_map )
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
@ -400,6 +400,7 @@ WRITE8_MEMBER(c65_state::cia0_porta_w)
|
||||
|
||||
WRITE8_MEMBER(c65_state::cia0_portb_w)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
READ8_MEMBER(c65_state::dummy_r)
|
||||
@ -418,7 +419,7 @@ static ADDRESS_MAP_START( c65_map, AS_PROGRAM, 8, c65_state )
|
||||
AM_RANGE(0x0d300, 0x0d3ff) AM_RAM_WRITE(PalBlue_w) AM_SHARE("bluepal") // 0x0d300, 0x0d3ff Blue Palette
|
||||
// 0x0d400, 0x0d4*f Right SID
|
||||
// 0x0d440, 0x0d4*f Left SID
|
||||
// 0x0d600, 0x0d6** UART
|
||||
AM_RANGE(0x0d600, 0x0d6ff) AM_RAM // 0x0d600, 0x0d6** UART
|
||||
AM_RANGE(0x0d700, 0x0d702) AM_WRITE(DMAgic_w) AM_SHARE("dmalist") // 0x0d700, 0x0d7** DMAgic
|
||||
//AM_RANGE(0x0d703, 0x0d703) AM_READ(DMAgic_r)
|
||||
// 0x0d800, 0x0d8** Color matrix
|
||||
|
Loading…
Reference in New Issue
Block a user