='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rabbit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1095/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-29/+19
* - diverboy.cpp, exzisus.cpp: finders, other minor cleanups Ivan Vangelista2022-03-281-15/+4
* init vars for coverity (drivers/q,r) Robbbert2022-03-251-5/+5
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* remove references to "mame64" from comments hap2021-03-291-1/+1
* cps2: mark pzloop2jd phoenix as bootleg hap2021-03-281-2/+2
* New working clones Brian Troha2021-03-271-5/+50
* New working clones Brian Troha2021-01-121-2/+53
* Cleaned up bitmap API. Vas Crabb2020-09-271-27/+15
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-24/+24
* 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-4/+4
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-8/+5
* -bus/ep64/exp: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-181-21/+23
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-6/+6
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-4/+4
* 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-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* 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-4/+4
* 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-3/+3
* 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-30/+31
* rabbit.cpp: corrected ROM labels for the recently added rabbitjt set [ShouTim... Ivan Vangelista2018-02-121-5/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* rabbit.cpp: small note update (nw) Ivan Vangelista2018-02-111-2/+2
* new working clone Ivan Vangelista2018-02-061-27/+67
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* asuka.cpp, rabbit.cpp: removed anonymous timers (nw) Ivan Vangelista2017-04-101-1/+4
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-4/+4
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-9/+9
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2