summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/r2dx_v33.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-15/+15
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-4/+5
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-12/+12
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-14/+12
* More AM_BASE_LEGACY removal. Aaron Giles2012-09-121-41/+52
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-12/+17
* 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-12/+15
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* cybertnk.c: [David Haywood] Scott Stone2012-07-261-2/+12
* noticed that raiden2 hw has coin inputs active low instead of default high + ... Michaƫl Banaan Ananas2012-07-071-3/+2
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-3/+5
* r2dx_v33.c: Added undumped roms to Zero Team 2000 - NW Brian Troha2012-05-221-17/+11
* r2dx_v33.c: Fix "copy & paste" documentation comment - NW Brian Troha2012-05-201-2/+2
* compile fix (nw) Miodrag Milanovic2012-05-201-1/+1
* adds Zero Team 2000 Brian Troha2012-05-201-25/+65
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-4/+4
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-4/+4
* Fix sprite hook-up for New Zero Team Angelo Salese2012-04-141-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-1/+1
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-5/+6
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+2
* MAME going modern part 8 (no whatsnew) Miodrag Milanovic2012-04-061-10/+13
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-43/+54
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-45/+45
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-13/+13
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+4
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-6/+6
* (Finally found the time to finish this....) Aaron Giles2011-05-301-3/+3
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-5/+6
* 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-4/+4
* BIG update. Aaron Giles2011-03-291-17/+17
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-5/+17
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3