summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/thomflop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/thomflop.cpp')
-rw-r--r--src/mame/machine/thomflop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/thomflop.cpp b/src/mame/machine/thomflop.cpp
index 75d3c6d7164..5777fa010c8 100644
--- a/src/mame/machine/thomflop.cpp
+++ b/src/mame/machine/thomflop.cpp
@@ -1628,7 +1628,7 @@ TIMER_CALLBACK_MEMBER( thomson_state::ans )
*/
-MC6854_OUT_FRAME_CB(thomson_state::to7_network_got_frame)
+void thomson_state::to7_network_got_frame(uint8_t *data, int length)
{
LOG(( "%f to7_network_got_frame:", machine().time().as_double() ));
for ( int i = 0; i < length; i++ )