summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/super80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/super80.c')
-rw-r--r--src/mess/machine/super80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/super80.c b/src/mess/machine/super80.c
index 16e467af556..4992be0b30d 100644
--- a/src/mess/machine/super80.c
+++ b/src/mess/machine/super80.c
@@ -14,7 +14,7 @@ WRITE8_MEMBER( super80_state::pio_port_a_w )
static READ8_DEVICE_HANDLER( pio_port_b_r ) // cannot be modernised yet as super80 hangs at start
{
- super80_state *state = device->machine().driver_data<super80_state>();
+ super80_state *state = space.machine().driver_data<super80_state>();
char kbdrow[6];
UINT8 i;
UINT8 data = 0xff;