summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/px4.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* 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-15/+15
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-37/+40
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* 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-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* (nw) px4 : fixed crash with invalid year Robbbert2017-11-021-6/+12
* px4: Fix keyboard input from cold start Dirk Best2017-10-281-1/+1
* (nw) Moved 3 carts from px4.cpp to software list. Unable to test as the syste... Robbbert2017-10-291-5/+0
* (nw) Extra roms for px4, px8, mps1000, k1003 Robbbert2017-10-291-0/+5
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-1/+1
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-31/+24
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-8/+14
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-7/+7
* revert part of 'clang cleanup 7' where 0 means the value 0 hap2016-01-241-16/+16
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-3/+3
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-3/+3
* Fix clang build Miodrag Milanovic2015-12-271-8/+2
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-8/+8
* clang-modernize part 7 Miodrag Milanovic2015-12-041-21/+21
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1591