MAMEWorld >> News
View all threads Index   Flat Mode Flat  

gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8616
Loc: southern CA, US
Send PM
Re: unMAMEd page entries that can be removed
01/22/23 12:45 PM


This is first part of the list, but these are entries that can be deleted if choosing to:


The Monster Zero entry is still there so that too can be removed.


https://unmamed.mameworld.info/non_other80.html#MonsterZero

NOT WORKING in MAME - WIP drivers L-P

Monster Zero

Monster Zero (Nihon, 8?)



Other entries that can be deleted,

Barracuda (Coinex, 82)
Punching Kid (Irem, 82)
Data East Explorer
Dacholer (Nichibutsu, 83)
Big Fighter [Tatakae Big Fighter] (Nichibutsu, 89)
Godzilla (Banpresto, 93)
Heated Barrel (Tad, 92)
Legionnaire (Tad, 92)
Titan (81)
Saloon (France, 8?)
Super Pinball Action (prototype) (Tecmo, 89)
Gallop Racer 2 (Tecmo, 97)
Computer Othello (Nintendo, 78)
T T Spacian Part-2 (Taito)
Aka Zukin (Sigma/Seibu, 84)


Reasons the entries can be removed : protection mcu’s emulated, or missing proms found and supported, and for Data East Explorer entry can be removed is the add-on pcb was found and roms dumped and supported. As for the Seibu related products is the hardware devices emulated just enough to get the games in working shape.


Monster Zero as currently supported.
—
GAME( 1982, monsterz, 0, monsterz, monsterz, monsterz_state, init_monsterz, ORIENTATION_FLIP_X, "Nihon Game", "Monster Zero (set 1)", MACHINE_SUPPORTS_SAVE )

GAME( 1982, monsterza, monsterz, monsterz, monsterz, monsterz_state, init_monsterz, ORIENTATION_FLIP_X, "Nihon Game", "Monster Zero (set 2)", MACHINE_SUPPORTS_SAVE )
—



url links added for quick look up references

https://unmamed.mameworld.info/non_other80.html#Barracuda


Barracuda (Coinex, 82)

https://github.com/mamedev/mame/blob/master/src/mame/pacman/pacman.cpp

GAME( 1981, baracuda, puckman, pacman, pacman, pacman_state, empty_init, ROT90, "hack (Coinex)", "Barracuda", MACHINE_SUPPORTS_SAVE )

—

https://unmamed.mameworld.info/non_irem.html#PunchingKid

Punching Kid (Irem, 82)
Punching Kid is an alternate version of Oli-Boo-Chu which is in MAME

https://github.com/mamedev/mame/blob/master/src/mame/irem/olibochu.cpp

GAME( 1981, punchkid, olibochu, olibochu, punchkid, olibochu_state, empty_init, ROT270, "Irem", "Punching Kid (Japan)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )

—

https://unmamed.mameworld.info/non_dataeast.html#DecoCass

Not completely dumped:
Explorer


https://github.com/mamedev/mame/blob/825...ocass.cpp#L2251


/* 18 */ GAME( 1982, cexplore, decocass, cexplore, cexplore, decocass_type1_state, init_decocrom, ROT270, "Data East Corporation", "Explorer (DECO Cassette) (US)", 0 )

—


https://unmamed.mameworld.info/non_nichibutsu.html#Dacholer

Dacholer (Nichibutsu, 83)

Dacholer has wrong colors because its PROMs need to be dumped.

https://github.com/mamedev/mame/blob/master/src/mame/nichibutsu/dacholer.cpp

https://github.com/mamedev/mame/blob/421...choler.cpp#L851

GAME( 1983, dacholer, 0, dacholer, dacholer, dacholer_state, empty_init, ROT0, "Nichibutsu", "Dacholer", MACHINE_SUPPORTS_SAVE )

—

https://unmamed.mameworld.info/non_nichibutsu.html#TatakaeBigFighter

Big Fighter [Tatakae Big Fighter] (Nichibutsu, 89)

From WHATSNEW.TXT:
Serious protection issues.

https://github.com/mamedev/mame/blob/421...rmedf.cpp#L1988


https://github.com/mamedev/mame/blob/421...rmedf.cpp#L1989

GAME( 1989, skyrobo, 0, bigfghtr, bigfghtr, bigfghtr_state, init_armedf, ROT0, "Nichibutsu", "Sky Robo", MACHINE_SUPPORTS_SAVE )

GAME( 1989, bigfghtr, skyrobo, bigfghtr, bigfghtr, bigfghtr_state, init_armedf, ROT0, "Nichibutsu", "Tatakae! Big Fighter (Japan)", MACHINE_SUPPORTS_SAVE )

—

https://unmamed.mameworld.info/non_other90.html#Godzilla


Godzilla (Banpresto, 93)

From WHATSNEW.TXT:
Protection issues.

https://github.com/mamedev/mame/blob/master/src/mame/seibu/legionna.cpp

GAME( 1993, godzilla, 0, godzilla, godzilla, legionna_state, init_godzilla, ROT0, "Banpresto", "Godzilla (Japan)", 0 )

—

https://unmamed.mameworld.info/non_other90.html#HeatedBarrel

Heated Barrel (Tad, 92)

https://github.com/mamedev/mame/blob/master/src/mame/seibu/legionna.cpp

GAME( 1992, heatbrl, 0, heatbrl, heatbrl, legionna_state, empty_init, ROT0, "TAD Corporation", "Heated Barrel (World version 3)", 0 )

—

https://unmamed.mameworld.info/non_other90.html#Legionnaire

Legionnaire (Tad, 92)

https://github.com/mamedev/mame/blob/master/src/mame/seibu/legionna.cpp

GAME( 1992, legionna, 0, legionna, legionna, legionna_state, init_legiongfx, ROT0, "TAD Corporation", "Legionnaire (World)", 0 )

—


Bringing back a thread from a few years ago about the game Titan. Another entry that can be removed from unMAMEd as already mentioned earlier. Somewhat interesting to reread some old threads and knowing how much has been found and supported since the old thread existed.


Titan *Found*
02/10/18

https://www.mameworld.info/ubbthreads/sh...part=1&vc=1


Stiletto


https://www.mameworld.info/ubbthreads/sh...part=1&vc=1


https://unmamed.mameworld.info/non_other80.html#Titan

Titan (81)

https://github.com/mamedev/mame/blob/master/src/mame/pacman/pacman.cpp

GAME( 1981, titanpac, puckman, piranha, mspacman, pacman_state, init_eyes, ROT90, "hack (NSM)", "Titan (Pac-Man hack)", MACHINE_SUPPORTS_SAVE )

—

https://unmamed.mameworld.info/non_other80.html#Saloon

Saloon (France, 8?)

https://github.com/mamedev/mame/blob/master/src/mame/funworld/funworld.cpp

GAME( 198?, saloon, 0, saloon, saloon, funworld_state, init_saloon, ROT0, "", "Saloon (French, encrypted)", 0 )

—

https://unmamed.mameworld.info/non_other80.html#SuperPinballActionPrototype

Super Pinball Action (prototype) (Tecmo, 89)


https://github.com/mamedev/mame/blob/master/src/mame/tecmo/spbactn.cpp

// early proto, (c) date is 2 years earlier and seems to have been designed for a 'pinball' style cabinet with 2nd display?

GAME( 1989, spbactnp, spbactn, spbactnp, spbactnp, spbactnp_state, empty_init, ROT0, "Tecmo", "Super Pinball Action (US, prototype, dual screen)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )

—

https://unmamed.mameworld.info/non_other90.html#GallopRacer2

Gallop Racer 2 (Tecmo [TPS hardware], 97)

Info from Brian Troha:
Though there is some type of issue with Gallop Racer 2 which may or may not affect Gallop Racer 3. It's not known whether it's a CPU core issue or banking... It doesn't work correctly in ZiNc either

https://github.com/mamedev/mame/blob/master/src/mame/sony/zn.cpp

GAME( 1997, glpracr2, coh1002m, coh1002m, zn, tecmo_zn_state, empty_init, ROT0, "Tecmo", "Gallop Racer 2 (Export)", MACHINE_IMPERFECT_SOUND )

—

Computer Othello is playable and the entry can be deleted from unMAMEd page.



https://unmamed.mameworld.info/non_other80.html#ComputerOthello

Computer Othello (Nintendo, 78)


https://github.com/mamedev/mame/commit/71aaf57ca87d68d82385a3267cc6431f1a410be0


Feb 1, 2023

New systems marked not working
Computer Othello [hap, Dillweed, SNESNESCUBE64]

https://github.com/mamedev/mame/commit/e2691b5e1399b5c377f90e018cd848b3b6d1ea79


Feb 1, 2023

Systems promoted to working
Computer Othello [hap]

https://github.com/mamedev/mame/blob/master/src/mame/nintendo/cothello.cpp


GAMEL(1978, cothello, 0, cothello, cothello, cothello_state, empty_init, ROT0, "Nintendo", "Computer Othello", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND | MACHINE_IMPERFECT_TIMING, layout_cothello )

—

https://unmamed.mameworld.info/non_taito.html#TTSpacianPart2


T T Spacian Part-2 (Taito)


https://github.com/mamedev/mame/commit/8d60b2a8c20dd0f946f869e2c348b2e71f2e67d2

Feb 14, 2023

New working clones
------------------
T.T Spacian Part-2 [anonymous]


GAME( 1979, spacian2, galaxian, galaxian, superg, galaxian_state, init_nolock, ROT90, "Namco / Taito", "T.T Spacian Part-2", MACHINE_SUPPORTS_SAVE ) // endorsed by Namco, or bootleg?

—

https://unmamed.mameworld.info/non_other80.html#AkaZukin


Aka Zukin (Sigma/Seibu, 84)

on Mar 22, 2023

orca/akazukin.cpp: Added driver for Akazukin (Sigma, 1983)

* New working systems
-------------------
Aka Zukin [Alberto Salso, Ignacio Seki, Angelo Salese]


https://github.com/mamedev/mame/commit/a22e09f930e0aa52fd5ef2f01e1c5e973b958567


https://github.com/mamedev/mame/blob/master/src/mame/orca/akazukin.cpp

GAME( 1983, akazukin, 0, akazukin, akazukin, akazukin_state, empty_init, ROT0, "Sigma", "Akazukin (Japan)", MACHINE_SUPPORTS_SAVE )

—



A few Aristocrat entries that were in the Not working section and can likely be removed.


https://unmamed.mameworld.info/non_other90.html#BlackRhino

Black Rhino (Aristocrat, 96)


https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk4.cpp

GAMEL( 1996, blkrhino, 0, aristmk4, arimk4nz, aristmk4_state, init_aristmk4, ROT0, "Aristocrat", "Black Rhino (3VXFC5344, New Zealand)", 0, layout_arimk4nz )


—

https://unmamed.mameworld.info/non_other90.html#CoralRichesII

Coral Riches II (Aristocrat, 2000)

https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk4.cpp

GAMEL( 2000, coralr2, 0, aristmk4, arimk4nz, aristmk4_state, init_aristmk4, ROT0, "Aristocrat", "Coral Riches II (1VXFC5472, New Zealand)", 0, layout_arimk4nz )

—

https://unmamed.mameworld.info/non_other90.html#GoldenCanaries

Golden Canaries (Aristocrat, 96)

https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk4.cpp

GAMEL( 1996, goldenc, 0, aristmk4, goldenc, aristmk4_state, init_aristmk4, ROT0, "Aristocrat", "Golden Canaries (1VXFC5462, New Zealand)", 0, layout_goldenc )

—


https://unmamed.mameworld.info/non_other90.html#KGBird


K.G. Bird (Aristocrat, 96)


https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk4.cpp


GAMEL( 1996, kgbird, 0, aristmk4, kgbird, aristmk4_state, init_aristmk4, ROT0, "Aristocrat", "K.G. Bird (4VXFC5341, New Zealand, 5c)", 0, layout_kgbird )


—


https://unmamed.mameworld.info/non_other90.html#SweetHeartsII

Sweet Hearts II (Aristocrat, 95)


https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk4.cpp

GAMEL( 1998, swtht2nz, 0, aristmk4, arimk4nz, aristmk4_state, init_aristmk4, ROT0, "Aristocrat", "Sweethearts II (1VXFC5461, New Zealand)", 0, layout_arimk4nz )


—


https://unmamed.mameworld.info/non_other90.html#TopGear


Top Gear (Aristocrat, 96)

https://github.com/mamedev/mame/blob/master/src/mame/aristocrat/aristmk4.cpp

the
GAMEL( 1996, topgear, 0, aristmk4, topgear, aristmk4_state, init_aristmk4, ROT0, "Aristocrat", "Top Gear (4VXFC969, New Zealand)", 0, layout_topgear )

-

Many of the remaining Aristocrat entries on unMAMEd are from newer hardware that is only somewhat emulated.

Edited by gregf (04/17/23 08:27 AM)







Entire thread
Subject Posted by Posted on
* unMAMEd page updated btribble 01/19/23 01:27 AM
. * Re: unMAMEd page updated fortuna_chan  01/24/23 02:57 AM
. * Re: unMAMEd page updated Joe12345  01/26/23 07:13 PM
. * Re: unMAMEd page entries that can be removed gregf  01/22/23 12:45 PM
. * Re: unMAMEd page entries that can be removed or moved around or updated gregf  01/22/23 01:46 PM
. * Re: unMAMEd page updated mangamuscle  01/21/23 08:26 PM
. * Re: unMAMEd page updated btribble  01/21/23 09:04 PM
. * Re: unMAMEd page updated mangamuscle  01/22/23 01:48 AM
. * Re: unMAMEd page updated jibmums  01/21/23 04:04 AM
. * Re: unMAMEd page updated Jason  01/19/23 03:57 PM
. * Re: unMAMEd page updated Brian Deuel  01/19/23 02:29 PM
. * Re: unMAMEd page updated Renegade  01/19/23 05:10 AM
. * Re: unMAMEd page updated gregf  01/19/23 03:30 AM
. * Re: unMAMEd page updated btribble  01/19/23 04:58 AM
. * Re: unMAMEd page updated gregf  01/19/23 11:25 AM
. * Re: unMAMEd page updated fortuna_chan  01/19/23 01:29 AM
. * Re: unMAMEd page updated gregf  01/19/23 03:25 AM
. * Re: unMAMEd page updated btribble  01/19/23 04:56 AM
. * Re: unMAMEd page updated Speakeasy  02/14/23 01:44 PM
. * Re: unMAMEd page updated gregf  01/19/23 11:08 AM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
1 registered and 198 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 968