summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mw8080bw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-4/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-52/+52
* Using one flip screen variable instead of 2 (nw) Robbbert2012-12-201-1/+1
* (change note for gregf) Michaël Banaan Ananas2012-12-181-1/+1
* got rid of generic color overlays, almost all of them were used by only 1 gam... Michaël Banaan Ananas2012-10-141-5/+7
* seawolf/seawolf2 internal artwork placeholders Michaël Banaan Ananas2012-10-121-2/+3
* ..fixed prev commit Michaël Banaan Ananas2012-10-101-1/+1
* fix strobe timer Michaël Banaan Ananas2012-10-101-2/+2
* spcenctr .lay placeholder, this one is kinda complex but i always wanted to a... Michaël Banaan Ananas2012-10-091-1/+2
* small update Michaël Banaan Ananas2012-10-061-25/+7
* more by Dave Nutting Associates, thanks Al & Stiletto Michaël Banaan Ananas2012-10-051-3/+3
* (align gamelist) Michaël Banaan Ananas2012-10-051-26/+26
* checkmat as well Michaël Banaan Ananas2012-10-051-1/+1
* seawolf, gunfight, 280zzzap: designed and developed by Dave Nutting Associate... Michaël Banaan Ananas2012-10-051-5/+5
* even though the game attract mode says "DATSUN 280 ZZZAP", it was known as "2... Michaël Banaan Ananas2012-10-051-3/+3
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-35/+35
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-5/+4
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-5/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Memory handler normalization, part 1. Aaron Giles2012-09-171-13/+13
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-54/+45
* for Stiletto Michaël Banaan Ananas2012-09-121-3/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-27/+27
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-27/+27
* New working game added Michaël Banaan Ananas2012-06-171-5/+0
* Fix some analog control issues due to incorrect assumption Aaron Giles2012-05-051-5/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-131/+131
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-17/+17
* modernization of some CUSTOM_INPUT's part 4 (no whatsnew) Miodrag Milanovic2012-04-091-8/+8
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-75/+72
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-15/+15
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-66/+58
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-134/+134
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-22/+22
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+4
* fix crash in space invaders & co Michaël Banaan Ananas2011-09-201-14/+14
* gmissile - change watchdog to be same as other similar hardware (not worth me... Derrick Renaud2011-09-111-14/+14
* dogpatch - added shot sounds [Derrick Renaud, iritis] Derrick Renaud2011-09-111-16/+14
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-39/+39
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-39/+39
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-41/+41
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-73/+73