Skip to content

Commit

Permalink
no, can't be correct either, but leave it as a note for future research
Browse files Browse the repository at this point in the history
  • Loading branch information
David Haywood committed Dec 17, 2024
1 parent 1413596 commit 0f03d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mame/tvgames/xavix_2002.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,9 @@ void superxavix_super_tv_pc_state::xavix_extbus_map(address_map &map)

map(0x600000, 0x67ffff).ram().share("bitmap_buffer"); // reads/writes here
// unusual (and likely wrong) workaround for suprtvpchk / suprtvpcdo loading screens / desktop backgrounds
map(0xd00000, 0xdfffff).rom().region("bios", 0x700000);
// note: can't be correct, breaks the quiz game in suprtvpc (2nd demo in attract mode)
//map(0xd00000, 0xdfffff).rom().region("bios", 0x700000);
map(0xe00000, 0xe7ffff).ram().share("bitmap_buffer"); // reads/writes here

}

void superxavix_super_tv_pc_state::superxavix_super_tv_pc(machine_config& config)
Expand Down

0 comments on commit 0f03d4e

Please sign in to comment.