Previous 199869 Revisions Next

r24781 Wednesday 7th August, 2013 at 03:15:49 UTC by R. Belmont
(MESS) SQ also don't have an FDC (nw)
[src/mess/drivers]esq5505.c

trunk/src/mess/drivers/esq5505.c
r24780r24781
640640   AM_RANGE(0x200000, 0x20001f) AM_DEVREADWRITE_LEGACY("otis", es5505_r, es5505_w)
641641   AM_RANGE(0x260000, 0x2601ff) AM_DEVREADWRITE8("esp", es5510_device, host_r, host_w, 0x0ff)
642642   AM_RANGE(0x280000, 0x28001f) AM_DEVREADWRITE8("duart", duartn68681_device, read, write, 0x00ff)
643   AM_RANGE(0x2c0000, 0x2c0007) AM_DEVREADWRITE8("wd1772", wd1772_t, read, write, 0x00ff)
644643   AM_RANGE(0x330000, 0x3bffff) AM_RAM // sequencer memory?
645644   AM_RANGE(0xc00000, 0xc3ffff) AM_ROM AM_REGION("osrom", 0)
646645   AM_RANGE(0xff0000, 0xffffff) AM_RAM AM_SHARE("osram")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team