summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bullet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/bullet.c')
-rw-r--r--src/mess/drivers/bullet.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mess/drivers/bullet.c b/src/mess/drivers/bullet.c
index 8de35055c4d..3a986cd7158 100644
--- a/src/mess/drivers/bullet.c
+++ b/src/mess/drivers/bullet.c
@@ -1069,8 +1069,10 @@ WRITE_LINE_MEMBER( bulletf_state::req_w )
static DEVICE_INPUT_DEFAULTS_START( terminal )
- DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x0f, 0x06 ) // 9600
- DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x30, 0x00 ) // 8N1
+ DEVICE_INPUT_DEFAULTS( "TERM_BAUD", 0xff, 0x06 ) // 9600
+ DEVICE_INPUT_DEFAULTS( "TERM_DATABITS", 0xff, 0x03 ) // 8
+ DEVICE_INPUT_DEFAULTS( "TERM_PARITY", 0xff, 0x00 ) // N
+ DEVICE_INPUT_DEFAULTS( "TERM_STOPBITS", 0xff, 0x00 ) // 1
DEVICE_INPUT_DEFAULTS_END