summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pofo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-10/+13
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-22/+26
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* pofo: IINT is an output, not an input. (nw) Curt Coder2016-11-111-14/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* nw Curt Coder2016-10-091-1/+1
* pofo: Used required_ioport_array. (nw) Curt Coder2016-10-091-20/+3
* srcclean and translation regeneration Vas Crabb2016-08-291-36/+36
* pofo: Added skeleton for PCD3311T sound chip. (nw) Curt Coder2016-08-101-20/+24
* pofo: Fixed LCDC RAM size. (nw) Curt Coder2016-08-091-2/+18
* pofo: Better palette. (nw) Curt Coder2016-08-081-2/+2
* pofo: Expansion WIP. (nw) Curt Coder2016-08-081-142/+333
* pofo: Expansion WIP. (nw) Curt Coder2016-08-081-0/+3
* pofo: Added memory card slot interface and ROM/RAM cards. [Curt Coder] Curt Coder2016-08-081-34/+23
* pofo.xml: Dumped the File Manager/Tutorial card. [Curt Coder] Curt Coder2016-08-051-16/+83
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* pofo: Expansion port slot interface WIP. (nw) Curt Coder2016-06-151-5/+2
* pofo: Expansion port slot interface WIP. (nw) Curt Coder2016-06-151-0/+836