| 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 |
| r29242 | r29243 | |
|---|---|---|
| 49 | 49 | |
| 50 | 50 | /* Daisy Chaining */ |
| 51 | 51 | |
| 52 | #ifdef UNUSED | |
| 52 | 53 | static const z80_daisy_config tlcsz80_daisy_chain[] = |
| 53 | 54 | { |
| 54 | 55 | { TLCSZ80_INTERNAL_CTC_TAG }, |
| r29242 | r29243 | |
| 56 | 57 | { TLCSZ80_INTERNAL_SIO_TAG }, |
| 57 | 58 | { NULL } |
| 58 | 59 | }; |
| 60 | #endif | |
| 59 | 61 | |
| 60 | 62 | static ADDRESS_MAP_START( tlcs_z80_internal_io_map, AS_IO, 8, tlcs_z80_device ) |
| 61 | 63 | AM_RANGE(0x10, 0x13) AM_DEVREADWRITE(TLCSZ80_INTERNAL_CTC_TAG, z80ctc_device, read, write) |
| Previous | 199869 Revisions | Next |