5 ms·
One can definitely play Pong on MAME: https://github.com/mamedev/mame/blob/master/src/mame/machine/nl_pongf.cpp https://github.com/mamedev/mame/blob/master/src
by savoyard 4y ago
One can definitely play Pong on MAME:
https://github.com/mamedev/mame/blob/master/src/mame/machine/nl_pongf.cpp https://github.com/mamedev/mame/blob/master/src/mame/machine...
- mdp2021 4y agoAnd that code corresponds to the contents of the submitted article. MAME also simulated hardware (connect this resistor to that transistor etc). This is all hardware and no CPU.