Skip to content
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

Merged
merged 7 commits into from
Dec 22, 2023

Conversation

clawgrip
Copy link
Contributor

@clawgrip clawgrip commented Nov 23, 2023

New NOT_WORKING machine

Playcenter Evolution III (v14.0, 'Epox' hardware) [Cuclis, Oskarito, Ángel]

New NOT_WORKING machine
---------------------------------
Playcenter Evolution III (v14.0, 'Epox' hardware) [Cuclis, Oskarito (Molivtec, RetroArcadePlay), Angel (Valdegamers)]
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)
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Member

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.

Copy link
Contributor Author

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...

Copy link
Member

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.

Copy link
Member

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).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

placa
arranque bios y procesador y memoria

Copy link
Member

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?

Copy link
Contributor Author

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

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)
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok!

@clawgrip
Copy link
Contributor Author

clawgrip commented Dec 6, 2023

@angelosa Is anything left to do about this game?
We has to return back the machine to its owner, but we checked it and the HDD image is good, the BIOS is the right one and the hardware info is right.

Thanks

@angelosa
Copy link
Member

angelosa commented Dec 6, 2023

You can try booting the HDD with pcipc (which iirc panics because it needs a Pentium 3, but as long as it boots it's fair enough), otherwise I don't think it's necessary to keep the machine.

@clawgrip
Copy link
Contributor Author

clawgrip commented Dec 8, 2023

imagen

It boots, tries to configure the hardware and install device drivers and then asks for the Windows 98 install CD for more drivers.

Thanks!

@cuavas
Copy link
Member

cuavas commented Dec 16, 2023

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.

@clawgrip
Copy link
Contributor Author

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!

@clawgrip
Copy link
Contributor Author

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.

Ok! Removed the commercial references from the credits!!

@cuavas cuavas merged commit b816479 into mamedev:master Dec 22, 2023
5 checks passed
einstein95 pushed a commit to einstein95/mame that referenced this pull request Mar 2, 2024
…(not working). (mamedev#11777)

New systems marked not working
---------------------------------
Playcenter Evolution III (v14.0, 'Epox' hardware) [Cuclis, Oskarito, Ángel]
@clawgrip clawgrip deleted the patch-8 branch April 4, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants