Skip to content

Current Plug and Play PR added 1 SuperXaviX title + 3 others #13953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/devices/video/ppu2c0x_vt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ void ppu_vt32_device::m_newvid_1d_w(u8 data) { logerror("%s: m_newvid_1d_w %02x\

void ppu_vt32_device::draw_background(u8 *line_priority)
{
if (get_newvid_1c() == 0x2e)
if ((get_newvid_1c() == 0x2e) || (get_newvid_1c() == 0x0a))
{
// strange custom mode, feels more like a vt369 mode
// tiles use 16x16x8 packed data
Expand Down Expand Up @@ -617,7 +617,7 @@ void ppu_vt32_device::draw_background(u8 *line_priority)
{
const int index1 = tile_index + (x * 2);
int page2 = readbyte(index1);
page2 |= (readbyte(index1 + 1) & 0x03) << 8; // index+1 is colour data? and extra tile bits
page2 |= (readbyte(index1 + 1) & 0x0f) << 8; // index+1 is colour data? and extra tile bits

if (start_x < VISIBLE_SCREEN_WIDTH)
{
Expand Down
4 changes: 4 additions & 0 deletions src/mame/mame.lst
Original file line number Diff line number Diff line change
Expand Up @@ -35476,6 +35476,7 @@ mc_9x6ss
mc_hh210
myaasa
myaass
mymman
retro400
rfcp168
rminitv
Expand Down Expand Up @@ -40272,6 +40273,7 @@ dcat16
dgunl3227
dgunl3227a
matet
mateta
mahg156
mdhh100
mdtvp1j
Expand All @@ -40282,6 +40284,7 @@ mygalag
mygalaga
mympac
mypac
mypaca
mysinv
ra145
rad_gen1
Expand Down Expand Up @@ -47222,6 +47225,7 @@ domfitex
domstepc
doradraw
epo_doka
epo_kabj
epo_ntpj
epo_rgfj
epo_tfit
Expand Down
8 changes: 8 additions & 0 deletions src/mame/nintendo/nes_vt32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,12 @@ ROM_START( myaasa )
ROM_LOAD( "mx29gl256el.u2", 0x00000, 0x2000000, CRC(1882264c) SHA1(e594b5cea634fadc4aac217b6d651be72a3024c0) )
ROM_END

ROM_START( mymman )
ROM_REGION( 0x800000, "mainrom", 0 )
ROM_LOAD( "megaman_s29gl064n90tfi04_0001227e.bin", 0x00000, 0x800000, CRC(1954cc95) SHA1(be20d42d32d625ec7b3c5db983850763c0ceff73) )
ROM_IGNORE(0x100)
ROM_END

ROM_START( goretrop )
ROM_REGION( 0x2000000, "mainrom", 0 )
ROM_LOAD( "goretroportable.bin", 0x00000, 0x2000000, CRC(e7279dd3) SHA1(5f096ce22e46f112c2cc6588cb1c527f4f0430b5) )
Expand Down Expand Up @@ -734,6 +740,8 @@ CONS( 201?, dgunl3202, 0, 0, nes_vt32_32mb, nes_vt32, nes_vt32_unk_state, empt
CONS( 201?, myaass, 0, 0, nes_vt32_32mb, nes_vt32, nes_vt32_unk_state, empty_init, "dreamGEAR", "My Arcade All Star Stadium - Pocket Player (307-in-1)", MACHINE_NOT_WORKING )
CONS( 201?, myaasa, 0, 0, nes_vt32_32mb, nes_vt32, nes_vt32_unk_state, empty_init, "dreamGEAR", "My Arcade All Star Arena - Pocket Player (307-in-1)", MACHINE_NOT_WORKING )

CONS( 201?, mymman, 0, 0, nes_vt32_8mb, nes_vt32, nes_vt32_unk_state, empty_init, "dreamGEAR", "My Arcade Mega Man (DGUNL-7011, Pico Player)", MACHINE_NOT_WORKING )

// lots of accesses to $42xx (could this be a different SoC?)
CONS( 201?, rfcp168, 0, 0, nes_vt32_16mb, nes_vt32, nes_vt32_unk_state, init_rfcp168, "<unknown>", "Retro FC Plus 168 in 1 Handheld", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS ) // "RETRO_FC_V3.5"

Expand Down
15 changes: 15 additions & 0 deletions src/mame/sega/megadriv_rad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,11 +717,24 @@ ROM_START( matet )
ROM_IGNORE(0x100)
ROM_END

ROM_START( mateta )
ROM_REGION( 0x400000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "testris_s29gl032m90tfir4_0001227e.bin", 0x000000, 0x400000, CRC(656ffc77) SHA1(da7ca2d4c2bff3e583f5ad30aa4fe722691a03d9) )
ROM_IGNORE(0x100)
ROM_END


ROM_START( mypac )
ROM_REGION( 0x800000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "en29lb160bb.bin", 0x000000, 0x200000, CRC(d741a601) SHA1(a8d89034458b14c5cea83980be5400b82081b274) )
ROM_END

ROM_START( mypaca )
ROM_REGION( 0x800000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "pacmanarcade_s29gl064n90tfi04_0001227e.bin", 0x000000, 0x800000, CRC(41495033) SHA1(219f0bd38b8a646ca43c9679aeed02c121467cd7) )
ROM_IGNORE(0x100)
ROM_END

ROM_START( mympac )
ROM_REGION( 0x800000, "maincpu", 0 )
ROM_LOAD16_WORD_SWAP( "m29w640ft.bin", 0x000000, 0x800000, CRC(d6ceda9e) SHA1(c897f8d5661fea0c030daf9c5e92524eb4e71d52) )
Expand Down Expand Up @@ -1052,6 +1065,7 @@ CONS( 2018, ra145, 0, 0, megadriv_ra145_ntsc, msi_6button,
// as NOT WORKING for now although some games run to a degree

CONS( 2021, mypac, 0, 0, megadriv_radica_3button_ntsc, mympac, megadriv_b010xx_select_state, init_megadriv, "dreamGEAR", "My Arcade Pac-Man (DGUNL-4198, Pocket Player Pro)", MACHINE_NOT_WORKING | ROT270 )
CONS( 2021, mypaca, mypac, 0, megadriv_radica_3button_ntsc, mympac, megadriv_b010xx_select_state, init_megadriv, "dreamGEAR", "My Arcade Pac-Man (DGUNL-4194, Micro Player Pro)", MACHINE_NOT_WORKING | ROT270 )

CONS( 2021, mympac, 0, 0, megadriv_radica_3button_ntsc, mympac, megadriv_b010xx_select_state, init_megadriv, "dreamGEAR", "My Arcade Ms. Pac-Man (DGUNL-7010, Pocket Player Pro)", MACHINE_NOT_WORKING | ROT270 )

Expand All @@ -1064,6 +1078,7 @@ CONS( 2021, mysinv, 0, 0, megadriv_radica_3button_ntsc, mympac, megad
CONS( 2012, atgame40, 0, 0, megadriv_radica_3button_pal, radica_3button, megadriv_b010xx_select_state, init_atgame40, "AtGames", "40 Bonus Games in 1 (AtGames)", MACHINE_NOT_WORKING)

CONS( 2021, matet, 0, 0, megadriv_radica_3button_ntsc, radica_3button, megadriv_b010xx_select_state, init_megadriv, "dreamGEAR", "My Arcade Tetris (DGUNL-7028, Pocket Player Pro)", MACHINE_NOT_WORKING)
CONS( 2021, mateta, matet, 0, megadriv_radica_3button_ntsc, radica_3button, megadriv_b010xx_select_state, init_megadriv, "dreamGEAR", "My Arcade Tetris (DGUNL-7025, Micro Player Pro)", MACHINE_NOT_WORKING)

// has an SD card slot?
CONS( 200?, dcat16, 0, 0, megadriv_radica_3button_ntsc, radica_3button, megadriv_b010xx_select_state, init_dcat, "Firecore", "D-CAT16 (Mega Drive handheld)", MACHINE_NOT_WORKING )
Expand Down
Loading
Loading