summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/rx01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/rx01.h')
-rw-r--r--src/mame/machine/rx01.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/machine/rx01.h b/src/mame/machine/rx01.h
index ad55511be41..386a7d983fd 100644
--- a/src/mame/machine/rx01.h
+++ b/src/mame/machine/rx01.h
@@ -48,8 +48,7 @@ protected:
void data_write(UINT16 data);
UINT16 data_read();
- void service_command();
- static TIMER_CALLBACK( command_execution_callback ) { reinterpret_cast<rx01_device *>(ptr)->service_command(); }
+ TIMER_CALLBACK_MEMBER(service_command);
void position_head();
void read_sector();