summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scobra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-54/+53
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-2/+2
* changed 7474 to use devcb2 (no whatsnew) Miodrag Milanovic2012-10-171-6/+6
* made video hustler bootlegs working Michaël Banaan Ananas2012-10-141-48/+85
* WIP videohustler bootleg Michaël Banaan Ananas2012-10-141-26/+67
* New clones added Scott Stone2012-10-131-0/+21
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-15/+15
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-16/+16
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-16/+16
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-151-35/+33
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-24/+25
* AM_BASE + AM_SIZE -> AM_BASE_SIZE for easier future cleanup (no whatsnew) Miodrag Milanovic2012-04-111-10/+10
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-3/+3
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-1/+1
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-6/+7
* MAME going modern part 8 (no whatsnew) Miodrag Milanovic2012-04-061-8/+10
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-35/+35
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-7/+7
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-74/+74
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-11/+11
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+2
* (small correction) Michaël Banaan Ananas2011-08-251-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* New clones added Scott Stone2011-08-201-0/+21
* Fixed 04434: hustler and clones: Missing Dip Switch Scott Stone2011-07-271-4/+3
* 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
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Convert scramble/galaxold to driver_device [Atari Ace] Scott Stone2011-04-091-23/+23
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-5/+5
* BIG update. Aaron Giles2011-03-291-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* moved anteateruk/anteaterg to galdrvr Michaël Banaan Ananas2011-03-161-271/+0
* galdrvr.c: Added background color split to Anteater. [hap] Michaël Banaan Ananas2011-03-131-46/+46
* calipso and anteater are by tago Michaël Banaan Ananas2011-03-091-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-7/+19
* New clones added Fabio Priuli2011-02-101-0/+20
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-87/+87
* scobra.c: Added Super Cobra and Lost Tomb DIP switch locations [Kevin Eshbach] Phil Bennett2010-12-191-0/+7
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-31/+22
* Changed 7474 to only use devcb callbacks and handlers. Updated game drivers. ... Couriersud2010-06-031-6/+6