Main > Driving & Racing Cabinets

Ridge Racer 2 and Rave Racer link play working in MAME WIP test build.

<< < (21/21)

John Bennett:

--- Quote from: flybynight on January 03, 2026, 06:08:32 pm ---Did the ultra rare triple screen ridge racer found in uk get dumped?

https://www.facebook.com/share/p/1aGjUnCwfV/


--- End quote ---

Yes. I bought it.


I tried to post links to the ROMs and some code suggestions (you might like to add it to your C139 branch @Sailorsat), but either I didn't hit post, or it was blocked.

PL1:
Thanks for dumping this game so it can be preserved.   :cheers:   :applaud:


--- Quote from: John Bennett on April 13, 2026, 06:10:44 pm ---I tried to post links to the ROMs and some code suggestions (you might like to add it to your C139 branch @Sailorsat), but either I didn't hit post, or it was blocked.

--- End quote ---
Please check your PMs.


Scott

John Bennett:
Ok, staying within the rules this time and avoiding ROM links 8)

My ropey emulator is linked in the video description above .

@Sailorsat - fancy making it better and the world can use your C139 branch instead of my hack?
It seems different to Full Scale - I had a lot of wild shuddering of the side screens until I dropped it to one sample per frame around the middle scanline.


The CRCs etc to add it:
/*
ridgerac3m
Three Monitor Version
*/
ROM_START(ridgerac3m)
ROM_REGION(0x200000, "maincpu", 0) /* main program */
ROM_LOAD32_BYTE("rrc_prgll.4d", 0x000003, 0x080000, CRC(82ac55cf) SHA1(fdbf32598b846df4227c21895d5ff037388bfe86)) // Ridge Racer Standard  -Foreign B-  Date 1993-10-28
ROM_LOAD32_BYTE("rrc_prglm.2d", 0x000002, 0x080000, CRC(b6b7e74e) SHA1(6fbda5684de792a59757e90fbf09c6e4576de393))
ROM_LOAD32_BYTE("rrc_prgum.8d", 0x000001, 0x080000, CRC(67838e47) SHA1(fa88b535f45e47b9cf47f9023ccfb8e335293096))
ROM_LOAD32_BYTE("rrc_prguu.6d", 0x000000, 0x080000, CRC(59e7f8d2) SHA1(7e743b31cd59a300ea68d7844d89f5f1d42dc2b9))

--------------------------------------------------------

PORT_MODIFY("DSW")

PORT_DIPNAME(0x00030000, 0x00000000, "PCB (screen) Select")
PORT_DIPSETTING(0x00000000, "No position (service)")
PORT_DIPSETTING(0x00010000, "Centre/Main (PCB 2)")
PORT_DIPSETTING(0x00020000, "Left (PCB 1)")
PORT_DIPSETTING(0x00030000, "Right (PCB 3)")

---------------------------------------------------------

GAME( 1994, ridgerac3m, ridgerac, namcos22,  ridgerac3m, namcos22_state,  init_ridgeraf,  ROT0, "Namco", "Ridge Racer Three Monitor Version (World)", MACHINE_SUPPORTS_SAVE) // 1994-07-01, Standard game with Fullscale 3-monitor linkup

Navigation

[0] Message Index

[*] Previous page

Go to full version