summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/px4.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1603/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* Numerous drivers: Modernization and runtime tag lookup elimination AJR2020-10-181-25/+28
* Cleaned up bitmap API. Vas Crabb2020-09-271-13/+11
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-62/+62
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-73/+73
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-2/+1
* (nw) more cassette wave Robbbert2019-06-301-0/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-33/+35
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-35/+33
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-18/+19
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-3/+3
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-4/+5
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-2/+2
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-15/+12
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-5/+5
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-7/+10
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-21/+21
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* 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