summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nightgal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further MC6802 RAM internalization (nw) AJR2019-12-011-1/+0
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-011-1/+0
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-53/+51
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-51/+53
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-38/+35
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* get rid of some copy/pasted macros for different numbers of arguments (nw) Vas Crabb2019-02-091-3/+3
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-8/+8
* devices/video: some MCFG macro removal (nw) Ivan Vangelista2019-01-091-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-22/+20
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-8/+8
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-9/+10
* 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
* 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