-
Notifications
You must be signed in to change notification settings - Fork 2k
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
misc/playcenter.cpp: Add, as not working, a new Playcenter machine #11777
Conversation
New NOT_WORKING machine --------------------------------- Playcenter Evolution III (v14.0, 'Epox' hardware) [Cuclis, Oskarito (Molivtec, RetroArcadePlay), Angel (Valdegamers)]
src/mame/misc/playcenter.cpp
Outdated
ROM_LOAD("vp4f1313.bin", 0x00000, 0x40000, CRC(bd4b155f) SHA1(3eafe71e89bf84b72a42e933187676fe08db0492)) | ||
|
||
DISK_REGION( "ide:0:hdd" ) | ||
DISK_IMAGE("playcenter_e_14_0_t", 0, SHA1(b7c7fce1522e64fc5132f223d8a73555c24002a9)) // From an operator, may contain user data. Dump contains a raw image for a (c) 1998 Trident video card (C:\videorom.bin) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can generally detect what video card is by digging the PCIR
signature inside the binary and check next 4 bytes byteswapped. i.e. PCIR\de\10\00\01
is a nVidia 10de
GeForce 256 SDR 0100
.
Being likely a Trident Blade MVP4 should be PCIR\23\10\80\98
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would make sense to order the ROM definitions the same way as the GAME
macros.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
I was thinking on having the Epox-based ones together, but...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this point it isn't even confirmed if they uses the same base motherboard so the order is okay with year releases for the time being.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or, put in another way, if the cards/motherboard etc. are identical but the CPU diverges then it's a matter of fixing those in the machine configs instead (something we are miles off anyway).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is for Epox, what about the others?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s a matter of time, we’ll end up finding a working machine with a Celeron or K6-1
src/mame/misc/playcenter.cpp
Outdated
ROM_LOAD("vp4f1313.bin", 0x00000, 0x40000, CRC(bd4b155f) SHA1(3eafe71e89bf84b72a42e933187676fe08db0492)) | ||
|
||
DISK_REGION( "ide:0:hdd" ) | ||
DISK_IMAGE("playcenter_e_14_0_t", 0, SHA1(b7c7fce1522e64fc5132f223d8a73555c24002a9)) // From an operator, may contain user data. Contains a BIOS for a Trident card (C:\videorom.bin), probably a Trident Blade 3D (PCIR 1023:9880) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a Trident Blade 3d, there's no need of the probably. :)
https://admin.pci-ids.ucw.cz/read/PC/1023/9880
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok!
@angelosa Is anything left to do about this game? Thanks |
You can try booting the HDD with |
Are these people trying to sneak advertising into the credits? “Valdegamers” appears to be an online merchandise store. It seems an increasing number of people from the Iberian Peninsula seem to think MAME’s release notes are a platform for advertising their businesses. Given the added systems appear on the MAMEdev web site, this looks like a form of SEO keyword stuffing. |
I've asked them for alternative credits without commercial references. Thanks! |
Ok! Removed the commercial references from the credits!! |
…(not working). (mamedev#11777) New systems marked not working --------------------------------- Playcenter Evolution III (v14.0, 'Epox' hardware) [Cuclis, Oskarito, Ángel]
New NOT_WORKING machine
Playcenter Evolution III (v14.0, 'Epox' hardware) [Cuclis, Oskarito, Ángel]