diff options
author | 2015-05-30 05:03:29 -0400 | |
---|---|---|
committer | 2015-05-30 05:03:58 -0400 | |
commit | bafa89c8a8e50de936d8045291f996967362c944 (patch) | |
tree | 0712d850222eda4399ad8e7407520d98349cc839 /src/mess/drivers/atarist.c | |
parent | 359be6fcf06f80fb1196f30a7f072c9c9ded1cfb (diff) |
Fix the damage (nw)
Diffstat (limited to 'src/mess/drivers/atarist.c')
-rw-r--r-- | src/mess/drivers/atarist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/atarist.c b/src/mess/drivers/atarist.c index 024d82626ab..46ad6a90e95 100644 --- a/src/mess/drivers/atarist.c +++ b/src/mess/drivers/atarist.c @@ -1625,7 +1625,7 @@ static INPUT_PORTS_START( ste ) PORT_CONFNAME( 0x01, 0x00, "Input Port 0 Device") PORT_CONFSETTING( 0x00, "Mouse" ) PORT_CONFSETTING( 0x01, DEF_STR( Joystick ) ) - PORT_CONFNAME( 0x80, 0x80, "Monitor") PORT_WRITE_LINE_DEVICE_MEMBER(DEVICE_SELF, st_state, write_monochrome) + PORT_CONFNAME( 0x80, 0x80, "Monitor") PORT_WRITE_LINE_DEVICE_MEMBER(DEVICE_SELF, ste_state, write_monochrome) PORT_CONFSETTING( 0x00, "Monochrome (Atari SM124)" ) PORT_CONFSETTING( 0x80, "Color (Atari SC1435)" ) |