summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/msx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/msx.c')
-rw-r--r--src/mess/machine/msx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/msx.c b/src/mess/machine/msx.c
index 88f808e3202..54bcd2f65c5 100644
--- a/src/mess/machine/msx.c
+++ b/src/mess/machine/msx.c
@@ -175,7 +175,7 @@ static const UINT8 cc_ex[0x100] = {
};
-DRIVER_INIT_MEMBER(msx_state,msx)
+void msx_state::driver_start()
{
m_maincpu->set_input_line_vector(0, 0xff);