MAMEWorld >> EmuChat
View all threads Index   Flat Mode Flat  

gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8603
Loc: southern CA, US
Send PM
Re: Is Pong more accurate in MAME or DICE (or is it a tie)?
04/14/14 10:36 AM



>>First off, does anyone know if the MAME version of Pong emulates the game
>>just as accurately as the DICE version?

>Yes, and MAME may arguably have an edge in 0.152 thanks to recent additional work by Couriersud.

As for MAME, .153 version, running Pong (personally using 32 bit build version), makes up for the miss in .152 version.

With .153 version, there is a visual flaw when Pong is in attract mode. Whenever the pong/ball hits left side or right side of playfield, there appears to be a horizontal scanline visual effect that flashes on screen and then disappears after pong/ball bounces off of either left side or right side of playfield. Other than that, Pong plays fine imo.

I mentioned it in another post, but Pong Doubles is also supported. In src/mame/drivers/pong.c, is the part that has a portion of Pong Doubles and it refers to Pong Doubles netlist code that is in the tdice.c file for time being. Whether it gets updated and moved around later in future MAME updates is another matter.


--
src/mame/drivers/pong.c

#if PONGD
#include "../../nl_examples/tdice.c"

#undef SRST
#undef VCC
#undef GND
#endif


#if PONGD
ROM_START( pongd ) /* dummy to satisfy game entry*/
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_END
#endif

#if PONGD
GAME( 1974, pongd, 0, pongd, pongd, driver_device, 0, ROT0, "Atari", "Pong Doubles", GAME_SUPPORTS_SAVE )
#endif


/nl_examples/tdice.c

CIRCUIT_LAYOUT( pongdoubles )


CIRCUIT_LAYOUT_END
--







Entire thread
Subject Posted by Posted on
* Is Pong more accurate in MAME or DICE (or is it a tie)? RPOR6V 11/19/13 05:10 AM
. * Re: Is Pong more accurate in MAME or DICE (or is it a tie)? R. Belmont  11/21/13 07:51 PM
. * Re: Is Pong more accurate in MAME or DICE (or is it a tie)? gregf  04/14/14 10:36 AM
. * Re: Is Pong more accurate in MAME or DICE (or is it a tie)? Envisaged0ne  11/22/13 01:11 AM
. * Net list questions Antny  11/22/13 12:02 AM
. * Re: Net list questions R. Belmont  11/22/13 05:24 PM
. * Re: Net list questions gregf  12/18/13 10:26 PM
. * Re: Net list questions Traso  12/20/13 09:22 PM
. * Re: Net list questions Anonymous  11/22/13 06:09 PM
. * Re: Net list questions R. Belmont  11/22/13 06:28 PM
. * Re: Net list questions couriersud  11/23/13 11:39 PM
. * Re: Net list questions Matty_  12/20/13 07:59 AM
. * Re: Net list questions couriersud  12/24/13 04:17 PM
. * Re: Net list questions Sune  11/22/13 02:46 AM
. * Re: Net list questions gregf  11/22/13 03:45 AM
. * Re: Net list questions Anonymous  12/20/13 07:45 AM
. * Re: Net list questions couriersud  12/24/13 04:13 PM
. * Re: Net list questions Anonymous  12/25/13 11:33 AM
. * Re: Net list questions Antny  12/20/13 10:05 PM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 174 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 4016