summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/unkpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unkpoker.cpp')
0 files changed, 0 insertions, 0 deletions
/src/mame?id=97d978dd8f230866d047e569c0ed008a42a7ef37'>mame/drivers/turrett.cpp
Commit message (Expand)AuthorAgeFilesLines
* validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... Vas Crabb2020-08-271-12/+12
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-2/+2
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-0/+3
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-17/+17
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+12
* turrett: fixed MT07244 (nw) Patrick Mackinlay2019-02-281-1/+1
* Fix clang error: reference to non-static member function must be called (nw) AJR2019-02-191-1/+1
* mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-11/+11
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* r3000: modernize, add tlb support Patrick Mackinlay2018-11-061-15/+7
* nothing precious about r3000 irq numbers (nw) Patrick Mackinlay2018-11-051-5/+5
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* 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-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-20/+22
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-1/+1
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-1/+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-7/+6