summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gunpey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* gunpey.c - Corrected OKI M6925 frequency [Phil Bennett] Phil Bennett2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+7
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* gunpey.c: Added dipswitch locations to Gunpey. [Brian Troha] Brian Troha2012-07-181-9/+9
* (srcclean changed multiplication-symbol to "?") Michaël Banaan Ananas2012-07-151-2/+2
* Clean-ups and version bumpmame0146u3 Miodrag Milanovic2012-07-151-2/+2
* gfx chip notes Michaël Banaan Ananas2012-07-131-0/+28
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-16/+19
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-6/+6
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* 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-2/+2
* 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-6/+6
* BIG update. Aaron Giles2011-03-291-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-4/+19
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-5/+5
* More commenting of debug printf's until needed again. (no whatsnew) Scott Stone2011-02-251-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+2
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-1/+1
* By request, patched SLOOOOW cycle checks in Gunpey, no whatsnew Angelo Salese2010-02-011-2/+13
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Converted Gunpey to use RGB pens instead of hardcoded palette table Angelo Salese2010-01-111-8/+20
* Implemented basic blitter support in Gunpey [Tomasz Slanina] Angelo Salese2010-01-111-9/+82
* Implemented inputs and sound in Gunpey [Luca Elia] Angelo Salese2010-01-111-38/+154
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1