summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2016-10-23 22:43:58 +0200
committer hap <happppp@users.noreply.github.com>2016-10-23 22:44:18 +0200
commit2ebadbdf4da0730a9a8b3fd330ba909777efecdf (patch)
treecd5ce457f14fb6786d5f49046f15d2c0fc81f786
parenta684594b25c6b126b4dc678f354b66d079ad2fbb (diff)
fdes2100d banking may be a bit iffy (nw)
-rw-r--r--src/mame/drivers/fidel6502.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fidel6502.cpp b/src/mame/drivers/fidel6502.cpp
index c1c64361ec4..71e60956e63 100644
--- a/src/mame/drivers/fidel6502.cpp
+++ b/src/mame/drivers/fidel6502.cpp
@@ -899,7 +899,7 @@ WRITE8_MEMBER(fidel6502_state::fdesdis_control_w)
display_matrix(9, 2, m_inp_mux, ~m_led_select & 3, false);
// 74259 Q2: book rom A14
- membank("bank1")->set_entry(m_led_select >> 2 & 1);
+ membank("bank1")->set_entry(~m_led_select >> 2 & 1);
// 74259 Q3: lcd common, update on rising edge
if (~q3_old & m_led_select & 8)