Previous 199869 Revisions Next

r23913 Monday 24th June, 2013 at 17:08:59 UTC by Fabio Priuli
fixed thundfox regression due to conversion mistake. fix by Osso. nw.
[src/mame/drivers]taito_f2.c

trunk/src/mame/drivers/taito_f2.c
r23912r23913
738738   AM_RANGE(0x220002, 0x220003) AM_DEVREADWRITE8("tc0140syt", tc0140syt_device, tc0140syt_comm_r, tc0140syt_comm_w, 0xff00)
739739   AM_RANGE(0x300000, 0x30ffff) AM_RAM
740740   AM_RANGE(0x400000, 0x40ffff) AM_DEVREADWRITE("tc0100scn_1", tc0100scn_device, word_r, word_w)  /* tilemaps */
741   AM_RANGE(0x420000, 0x42000f) AM_DEVREADWRITE("tc0100scn_1", tc0100scn_device, ctrl_word_r, word_w)
741   AM_RANGE(0x420000, 0x42000f) AM_DEVREADWRITE("tc0100scn_1", tc0100scn_device, ctrl_word_r, ctrl_word_w)
742742   AM_RANGE(0x500000, 0x50ffff) AM_DEVREADWRITE("tc0100scn_2", tc0100scn_device, word_r, word_w)  /* tilemaps */
743743   AM_RANGE(0x520000, 0x52000f) AM_DEVREADWRITE("tc0100scn_2", tc0100scn_device, ctrl_word_r, ctrl_word_w)
744744   AM_RANGE(0x600000, 0x60ffff) AM_RAM AM_SHARE("spriteram")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team