mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
Coding conventions and some cleanup... (nw)
This commit is contained in:
parent
7e992e512e
commit
ffad25e0e7
@ -644,8 +644,6 @@ static ADDRESS_MAP_START( amaticmg_map, AS_PROGRAM, 8, amaticmg_state )
|
||||
AM_RANGE(0x8000, 0x9fff) AM_RAM // AM_SHARE("nvram")
|
||||
AM_RANGE(0xa000, 0xafff) AM_RAM AM_SHARE("vram")
|
||||
AM_RANGE(0xb000, 0xbfff) AM_RAM AM_SHARE("attr")
|
||||
// AM_RANGE(0xa010, 0xafff) AM_RAM AM_SHARE("vram")
|
||||
// AM_RANGE(0xb010, 0xbfff) AM_RAM AM_SHARE("attr")
|
||||
AM_RANGE(0xc000, 0xffff) AM_ROMBANK("bank1")
|
||||
ADDRESS_MAP_END
|
||||
|
||||
@ -658,7 +656,6 @@ static ADDRESS_MAP_START( amaticmg_portmap, AS_IO, 8, amaticmg_state )
|
||||
AM_RANGE(0x61, 0x61) AM_DEVREADWRITE("crtc", mc6845_device, register_r, register_w)
|
||||
AM_RANGE(0x80, 0x80) AM_WRITE(unk80_w)
|
||||
AM_RANGE(0xc0, 0xc0) AM_WRITE(rombank_w)
|
||||
// AM_RANGE(0x00, 0x00) AM_DEVREADWRITE("ppi8255_2", ppi8255_device, read, write)
|
||||
// AM_RANGE(0x00, 0x00) AM_DEVWRITE("dac1", dac_byte_interface, write)
|
||||
// AM_RANGE(0x00, 0x00) AM_DEVWRITE("dac2", dac_byte_interface, write)
|
||||
ADDRESS_MAP_END
|
||||
|
Loading…
Reference in New Issue
Block a user