diff options
Diffstat (limited to 'src/mame/drivers/vboy.cpp')
-rw-r--r-- | src/mame/drivers/vboy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vboy.cpp b/src/mame/drivers/vboy.cpp index 9d7ee13f70f..a50522781a6 100644 --- a/src/mame/drivers/vboy.cpp +++ b/src/mame/drivers/vboy.cpp @@ -627,7 +627,7 @@ READ32_MEMBER( vboy_state::io_r ) // attotime new_time = machine().time(); // if((new_time - m_input_latch_time) < m_maincpu->cycles_to_attotime(640)) - value |= machine().rand() & 2; +// value |= machine().rand() & 2; value = m_vboy_regs.kcr | 0x4c; } |