summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rabbit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+20
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-2/+2
* can somebody hire a hitman to assassinate the owner of the sjy96525 email add... David Haywood2012-12-071-2/+2
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-8/+8
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-18/+18
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-22/+21
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-12/+16
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+5
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-1/+1
* small update, healthbar color looks correct now Michaël Banaan Ananas2012-06-021-62/+48
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-2/+4
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* (rm note about missing sound) Michaël Banaan Ananas2012-04-181-1/+0
* fix unending samples Michaël Banaan Ananas2012-04-161-2/+3
* i5000 skeleton, more next week Michaël Banaan Ananas2012-04-131-84/+12
* chiplabel correction: Imagetek 1xxxx -> Imagetek Ixxxx Michaël Banaan Ananas2012-04-121-8/+8
* Fixed bug where required shared pointers were not actually required. Aaron Giles2012-04-121-23/+32
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-5/+5
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-56/+60
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-12/+12
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-23/+23
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-18/+18
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-4/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-9/+8
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-7/+7
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-8/+8
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-5/+5
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-9/+9
* deprecat.h Angelo Salese2011-06-301-16/+8
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-121/+121
* BIG update. Aaron Giles2011-03-291-48/+48
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-128/+154
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2