Skip to content

Commit

Permalink
sord m5: increase ram to "fix" MT 08796. The memory expansion carts h…
Browse files Browse the repository at this point in the history
…ave been broken for a while, so this isn't going to break any more things. Entire driver needs rewriting.
  • Loading branch information
Robbbert committed Mar 28, 2024
1 parent 67f6b52 commit a2dd24e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mame/sord/m5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ void m5_state::m5_mem(address_map &map)
//map(0x4000, 0x5fff).bankr("bank3r").bankw("bank3w");
//map(0x6000, 0x6fff).bankr("bank4r").bankw("bank4w");
map(0x7000, 0x7fff).ram(); //4kb internal RAM
map(0x8000, 0xffff).ram(); // Robbbert 2024-03-28 MT08796
//map(0x8000, 0xbfff).bankr("bank5r").bankw("bank5w");
//map(0xc000, 0xffff).bankr("bank6r").bankw("bank6w");
}
Expand Down

0 comments on commit a2dd24e

Please sign in to comment.