Previous 199869 Revisions Next

r22783 Sunday 12th May, 2013 at 11:22:21 UTC by smf
missed change in commented out code (nw)
[src/mess/drivers]votrpss.c

trunk/src/mess/drivers/votrpss.c
r22782r22783
132132   //AM_RANGE(0x00, 0x03) AM_READWRITE(8255ppi_r, 8255ppi_w) AM_MIRROR (0x3c)
133133   //AM_RANGE(0x40, 0x41) AM_READWRITE(i8251_r, i8251_w) AM_MIRROR (0x3e)
134134   //AM_RANGE(0x80, 0x83) AM_READWRITE(pit8253_r, pit8253_w) AM_MIRROR (0x3c)
135   //AM_RANGE(0xc0, 0xc3) AM_READWRITE(ay8910_r, ay8910_W) AM_MIRROR (0x3c)
135   //AM_RANGE(0xc0, 0xc3) AM_DEVREADWRITE("ay1", ay8910_device, data_r, data_w) AM_MIRROR (0x3c)
136136ADDRESS_MAP_END
137137
138138

Previous 199869 Revisions Next


© 1997-2024 The MAME Team