summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psikyo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+4
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-100/+94
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-9/+9
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-3/+3
* new clone added - Strikers 1945 (World) braintro2018-06-171-2/+30
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-14/+14
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-25/+24
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-31/+31
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-10/+10
* psikyo.cpp: Really fix MCU region size (nw) AJR2018-03-311-12/+12
* psikyo.cpp: Fix MCU region size (nw) AJR2018-03-311-12/+12
* psikyo.cpp, dreamwld.cpp : Cleanups, Add notes (#3403) cam9002018-03-311-142/+132
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-79/+91
* (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-12/+12
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-2/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* psikyo.cpp: Soundlatch modernization and some basic driver cleanup (nw) AJR2017-06-171-188/+107
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-21/+21
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-7/+7
* These games are all mono system11b2015-12-051-13/+6
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* new clones David Haywood2015-11-111-3/+25
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2013