mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
Fixed build. (nw)
This commit is contained in:
parent
eb6d490c99
commit
478fd824a5
@ -49,6 +49,7 @@ static const z80sio_interface sio_intf =
|
|||||||
|
|
||||||
/* Daisy Chaining */
|
/* Daisy Chaining */
|
||||||
|
|
||||||
|
#ifdef UNUSED
|
||||||
static const z80_daisy_config tlcsz80_daisy_chain[] =
|
static const z80_daisy_config tlcsz80_daisy_chain[] =
|
||||||
{
|
{
|
||||||
{ TLCSZ80_INTERNAL_CTC_TAG },
|
{ TLCSZ80_INTERNAL_CTC_TAG },
|
||||||
@ -56,6 +57,7 @@ static const z80_daisy_config tlcsz80_daisy_chain[] =
|
|||||||
{ TLCSZ80_INTERNAL_SIO_TAG },
|
{ TLCSZ80_INTERNAL_SIO_TAG },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
static ADDRESS_MAP_START( tlcs_z80_internal_io_map, AS_IO, 8, tlcs_z80_device )
|
static ADDRESS_MAP_START( tlcs_z80_internal_io_map, AS_IO, 8, tlcs_z80_device )
|
||||||
AM_RANGE(0x10, 0x13) AM_DEVREADWRITE(TLCSZ80_INTERNAL_CTC_TAG, z80ctc_device, read, write)
|
AM_RANGE(0x10, 0x13) AM_DEVREADWRITE(TLCSZ80_INTERNAL_CTC_TAG, z80ctc_device, read, write)
|
||||||
|
Loading…
Reference in New Issue
Block a user