From aa191bfe6b78f6670647dd09e8c44f6c6f705484 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 22 Jun 2017 18:21:28 -0400 Subject: s2650: I/O modernization - Replace fake S2650_SENSE_PORT address with line read callback (set_input_line should also work). There are still some doubts regarding whether VBLANK should be inverted in various drivers. - Replace fake S2650_CTRL_PORT and S2650_DATA_PORT addresses with... well, these aren't dedicated parallel ports, so they actually haven't gone away. They have, however, been moved to a new 1-bit address space, since the ports share the main data bus and are distinguished from each other by an address line. --- src/devices/sound/tms5110.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/tms5110.h') diff --git a/src/devices/sound/tms5110.h b/src/devices/sound/tms5110.h index 5fe20f8fcc2..76f5c38ed51 100644 --- a/src/devices/sound/tms5110.h +++ b/src/devices/sound/tms5110.h @@ -63,7 +63,7 @@ public: // this is only used by cvs.c // it is not related at all to the speech generation and conflicts with the new ROM controller interface. - DECLARE_READ8_MEMBER( romclk_hack_r ); + DECLARE_READ_LINE_MEMBER( romclk_hack_r ); void set_frequency(int frequency); -- cgit v1.2.3