summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homerun.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-46/+46
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-1/+1
* considering the sprite hw is like on NES, IN0 d6 looks like it is sprite-0 co... Michaël Banaan Ananas2012-09-191-12/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* required/optional_* templates can auto-return a reference Aaron Giles2012-09-171-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* fix ganjaja water Michaël Banaan Ananas2012-09-161-2/+1
* improved gfx bankswitching Michaël Banaan Ananas2012-09-161-12/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-27/+22
* update notes 3 Michaël Banaan Ananas2012-09-101-3/+7
* small fix Michaël Banaan Ananas2012-09-101-1/+1
* add external samples for homerun Michaël Banaan Ananas2012-09-101-2/+64
* dynashot doesn't have a samplerom Michaël Banaan Ananas2012-09-101-23/+43
* - paletteram is readable Michaël Banaan Ananas2012-09-091-7/+7
* update notes 2 Michaël Banaan Ananas2012-09-091-11/+19
* rommask makes more sense Michaël Banaan Ananas2012-09-091-3/+3
* add upd7756_device Michaël Banaan Ananas2012-09-091-3/+3
* add asserts to prevent array overflow or nullpointer access Michaël Banaan Ananas2012-09-091-3/+3
* d7756c placeholder, upd7759.c doesn't support upd7756 yet Michaël Banaan Ananas2012-09-091-7/+25
* move interfaces down Michaël Banaan Ananas2012-09-081-35/+49
* WIP stuff Michaël Banaan Ananas2012-09-081-43/+38
* New NOT_WORKING Game Michaël Banaan Ananas2012-09-081-53/+114
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* * Fully modernized segahang. Aaron Giles2012-08-101-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-12/+9
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-141-11/+10
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* 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
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+2
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-4/+4
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-5/+5
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-17/+17
* BIG update. Aaron Giles2011-03-291-7/+7
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5