summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/bitbngr.c
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2014-01-02 23:36:43 +0000
committer Dirk Best <mail@dirk-best.de>2014-01-02 23:36:43 +0000
commit3ebc69c4ccc7485635d83d40b851110b3c2e2b3d (patch)
treef47700550e4c3d813e8a3521f4c5ff5dc49793fb /src/emu/imagedev/bitbngr.c
parent6aa4e866095466489fe1b5d86c48b76debcce979 (diff)
px4.c: initial diserial support
Diffstat (limited to 'src/emu/imagedev/bitbngr.c')
-rw-r--r--src/emu/imagedev/bitbngr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/imagedev/bitbngr.c b/src/emu/imagedev/bitbngr.c
index 9a7e8242c5d..483f568c068 100644
--- a/src/emu/imagedev/bitbngr.c
+++ b/src/emu/imagedev/bitbngr.c
@@ -27,7 +27,7 @@ bitbanger_device::bitbanger_device(const machine_config &mconfig, const char *ta
{
m_output_timer = NULL;
m_input_timer = NULL;
- m_output_value = 0;
+ m_output_value = 1;
m_build_count = 0;
m_build_byte = 0;
m_idle_delay = attotime::zero;