Skip to content

Commit

Permalink
note about loading screens on some super tv-pc sets
Browse files Browse the repository at this point in the history
  • Loading branch information
David Haywood committed Dec 17, 2024
1 parent e2c296e commit b22e247
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mame/tvgames/xavix_2002.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@ ROM_START( suprtvpchk )
ROM_CONTINUE(0x000000, 0x200000)
ROM_CONTINUE(0x600000, 0x200000)
ROM_CONTINUE(0x400000, 0x200000)
// to display the loading screen and desktop backgrounds the data must appear as if it were loaded normally?
// this is copied to RAM with the ldapa_imp opcodes and a pointer to 0xd46000 (0x546000 with high bit set for data access)
// what is going on? banking / bus control? does ldapa_imp not see the swapped ROM?
//ROM_COPY("bios", 0x700000, 0x500000, 0x100000 )
ROM_END

ROM_START( suprtvpcdo )
Expand All @@ -620,6 +624,8 @@ ROM_START( suprtvpcdo )
ROM_CONTINUE(0x000000, 0x200000)
ROM_CONTINUE(0x600000, 0x200000)
ROM_CONTINUE(0x400000, 0x200000)
// see comment in suprtvpchk
//ROM_COPY("bios", 0x700000, 0x500000, 0x100000 )
ROM_END

void superxavix_super_tv_pc_state::init_stvpc()
Expand Down

0 comments on commit b22e247

Please sign in to comment.