summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jclub2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1574/+0
* init vars for coverity (drivers/j) Robbbert2022-03-261-2/+2
* Various ST0016 updates, Especially sound and interface functions (#8686) cam9002021-10-231-1/+8
* Refactored Seta sound, adding preliminary ST0032 sound support. (#7800) cam9002021-02-231-9/+19
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-54/+54
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-19/+19
* (nw) misc cleanup: Vas Crabb2019-09-201-7/+16
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-1/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-48/+50
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-50/+48
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-011-39/+41
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-9/+9
* Start cleaning up palette configuration: Vas Crabb2018-12-291-10/+7
* video/st0020: removed MCFG macros (nw) Ivan Vangelista2018-11-211-7/+7
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-3/+3
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-3/+3
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-3/+3
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-3/+3
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-31/+31
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-15/+15
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (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-10/+10
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-97/+102
* srcclean (nw) Vas Crabb2018-02-251-2/+2
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-3/+3
* Build fixes of the day (nw) AJR2018-02-171-2/+2
* st0016 : Add object finder m_rom instead memregion(":maincpu") (#3214) cam9002018-02-181-30/+41
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* srcclean (nw) Vas Crabb2017-05-281-22/+22
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* jclub2.cpp: Jockey Club II updates [Luca Elia] Luca Elia2017-05-011-919/+1100
* Self-registering devices prep: Vas Crabb2017-02-271-2/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-2/+2