summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amaticmg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Move some calls into machine state (no whatsnew) Miodrag Milanovic2013-01-311-9/+11
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-54/+54
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-11/+11
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-20/+20
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-2/+2
* merged source file typo fix (nw) Scott Stone2012-08-161-2/+1
* Added dynamic length to the color PROMs decode routines based on ROM region l... Scott Stone2012-08-161-3/+14
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+12
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-4/+4
* Department of redundancy department update. Aaron Giles2012-08-081-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* Clean-ups and version bumpmame0146u3 Miodrag Milanovic2012-07-151-2/+2
* Decryption for am_mg35i from Robbie, nw Angelo Salese2012-07-091-1/+1
* New NOT WORKING game Angelo Salese2012-07-081-6/+79
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-4/+6
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-6/+6
* Added and decrypted a new Amatic Multi Game set. Roberto Fresca2012-04-271-9/+35
* Amatic AMA-8000 improvements [Roberto Fresca] Roberto Fresca2012-04-241-35/+36
* Color bitplane fix for am_mg3 Angelo Salese2012-04-231-14/+14
* Amatic Multi Game System driver improvements [Roberto Fresca] Roberto Fresca2012-04-231-132/+161
* Small mods for am_mg3 and mg24, they won't boot tho Angelo Salese2012-04-221-27/+138
* Simplified GFX ROM loading Angelo Salese2012-04-221-5/+8
* Some improvements to am_uslot Angelo Salese2012-04-221-75/+118
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-3/+3
* keys for the other game too, from andreas Michaël Banaan Ananas2012-04-221-10/+15
* amaticmg.c: figured out encryption [Andreas Naive] Michaël Banaan Ananas2012-04-211-4/+40
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-10/+10
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Fix for crash. Code was wrong before and is wrong in a different way now. :) Aaron Giles2011-05-041-1/+1
* Decoded gfxs in amaticmg driver, nw Angelo Salese2011-05-011-12/+67
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+2
* 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
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-2/+2