summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nightgal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12
* 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-29/+29
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* sexygal: Add sample player AJR2018-04-151-15/+46
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-82/+94
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-12/+24
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* 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-5/+10
* srcclean (nw) Vas Crabb2017-08-271-20/+20
* sweetgal: Give this a proper map (nw) AJR2017-08-261-3/+10
* Spacing (nw) AJR2017-08-261-1/+1
* sweetgal: PCB photo shows this definitely doesn't exist (nw) AJR2017-08-261-5/+6
* nightgal.cpp: Added additional audio CPU for Sexy Gal (nw) angelosa2017-08-261-20/+81
* nightgal.cpp: added preliminary protection emulation for Night Gal Summer [An... angelosa2017-08-251-7/+58
* Fixed gfxs for Sexy Gal / Sweet Gal (nw) angelosa2017-08-251-2/+7
* Another bug fix (nw) angelosa2017-08-251-0/+6
* And another one (nw) angelosa2017-08-251-1/+1
* Fixed one ROM loading bug for Sexy Gal Tropical (nw) angelosa2017-08-251-3/+9
* Added color bank, fixes Sexy Gal Tropical colors (nw) angelosa2017-08-251-4/+6
* Fixed ROM loading for Sexy Gal Tropical (nw) angelosa2017-08-251-5/+6
* nightgal.cpp: Fix Night Gal Summer GFX ROM out of bounds accesses [Angelo Sal... angelosa2017-08-251-2/+5
* jangou_blitter.cpp: rewritten blitter setters [Angelo Salese] angelosa2017-08-251-4/+3
* nightgal.cpp: better ym hook-up for sgaltrop, sound and controls seem to work... Ivan Vangelista2017-08-241-23/+38
* fix stupid c/p error (nw) Vas Crabb2017-08-241-1/+1
* New machines marked NOT WORKING Vas Crabb2017-08-241-0/+79
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* more anonymous timers work (nw) Ivan Vangelista2017-04-131-1/+4
* Self-registering devices prep: Vas Crabb2017-02-271-3/+7
* srcclean (nw) Vas Crabb2016-11-271-7/+7
* Added some system inputs to nightgal.cpp. Worked around MT 06409 (nw) angelosa2016-10-241-75/+50
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* Cleanups and version bump Miodrag Milanovic2016-02-241-7/+7
* Minor, nw angelosa2016-02-091-5/+5
* Moved blitter status around, function cleanups angelosa2016-02-091-33/+36
* Implemented flip screen to jangou and nightgal angelosa2016-02-091-62/+8
* Fixed silly left-over in nightgal.cpp, improves Night Gal Summer at very least angelosa2016-02-091-4/+3
* Fixed DASM for the new opcodes, nw angelosa2016-02-091-8/+0
* Improved protection, nw angelosa2016-02-091-45/+8
* Improved opcode $bb, added extra protection ports angelosa2016-02-091-6/+35
* ID version, nw angelosa2016-02-081-2/+2
* Added opcode $b2, Night Gal Summer shows some garbage now angelosa2016-02-081-4/+17
* NCS8105 ADCX opcode is actually an ADDX, fixes gfx garbage in nightgal.cpp [A... angelosa2016-02-081-26/+25
* Moved Night Gal to use JANGOU_BLITTER angelosa2016-02-081-165/+22
* z80: added crude implementation of WAIT pin hap2016-02-071-2/+2
* Basic outputs, nw angelosa2016-02-051-45/+14