Previous 199869 Revisions Next

r29243 Friday 4th April, 2014 at 07:31:27 UTC by Curt Coder
Fixed build. (nw)
[src/emu/cpu/z80]tlcs_z80.c

trunk/src/emu/cpu/z80/tlcs_z80.c
r29242r29243
4949
5050/* Daisy Chaining */
5151
52#ifdef UNUSED
5253static const z80_daisy_config tlcsz80_daisy_chain[] =
5354{
5455   { TLCSZ80_INTERNAL_CTC_TAG },
r29242r29243
5657   { TLCSZ80_INTERNAL_SIO_TAG },
5758   { NULL }
5859};
60#endif
5961
6062static ADDRESS_MAP_START( tlcs_z80_internal_io_map, AS_IO, 8, tlcs_z80_device )
6163   AM_RANGE(0x10, 0x13) AM_DEVREADWRITE(TLCSZ80_INTERNAL_CTC_TAG, z80ctc_device, read, write)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team