summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/patinho_feio.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-20/+10
* device_image_interface cleanups (nw) AJR2017-02-271-1/+2
* better naming (nw) Vas Crabb2017-02-211-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-16/+16
* Further improvements to the Patinho Feio driver & CPU Felipe Corrêa da Silva Sanches2016-05-251-36/+241
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-68/+68
* fix override for new code (nw) Miodrag Milanovic2015-12-061-1/+1
* [patinho] Implement instructions related to reading the 12bit switches from t... Felipe Corrêa da Silva Sanches2015-12-061-9/+22
* [patinho] fixed metadata string (added accented character and tilde) Felipe Corrêa da Silva Sanches2015-12-061-1/+1
* [patinho] Implemented methods for loading punched tape images as well as raw ... Felipe Corrêa da Silva Sanches2015-12-061-6/+31
* [patinho] Preloaded another example program and fixed the opcode parsing of t... Felipe Corrêa da Silva Sanches2015-12-061-4/+18
* Started implementing the actual emulation of the Patinho Feio instruction set. Felipe Corrêa da Silva Sanches2015-12-061-24/+25
* adding a basic machine driver for the Patinho Feio and setting up build syste... Felipe Corrêa da Silva Sanches2015-12-061-0/+63