summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bzone.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
* got rid of generic color overlays, almost all of them were used by only 1 gam... Michaël Banaan Ananas2012-10-141-4/+3
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-6/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Remove some AM_LEGACY_BASE stuff. Aaron Giles2012-09-021-2/+2
* bzone: Corrected bonus tanks typos [Don Hodges] Phil Bennett2012-08-141-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-10/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-6/+6
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-1/+1
* bzone.c: Add the Address Decode prom to Red Baron. Currently not used in emul... Brian Troha2012-06-081-4/+12
* bzone.c: Correct comment - NW Brian Troha2012-06-071-1/+1
* New Red Barron clone added & documentation update. Brian Troha2012-06-071-38/+117
* "Analog" Pokey Update [Couriersud] Couriersud2012-05-281-4/+4
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-8/+7
* Fixed redbaron issues (wrong address_map_entry for pokey) Couriersud2012-05-231-3/+1
* Clean-ups and version bump Miodrag Milanovic2012-05-211-1/+1
* Fix regression on POKEY device introduced in last commit. Couriersud2012-05-181-3/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-3/+3
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-11/+10
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-23/+23
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Converted RTC65271 and ATARIVGEAROM to modern devices (no whatsnew) Miodrag Milanovic2012-02-031-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+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-7/+7
* BIG update. Aaron Giles2011-03-291-12/+12
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* 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
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-14/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Not Worth Mentioning Derrick Renaud2011-01-251-6/+0
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-2/+8
* 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-10/+7
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-2/+2
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-6/+6
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1