summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calomega.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-963/+963
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+0
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-9/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-43/+43
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-67/+61
* fixed mistakes with MCFG_SOUND_ROUTE in MCFG_SOUND_MODIFY, causing double rou... Michaël Banaan Ananas2012-05-081-3/+0
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-12/+12
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+8
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-8/+8
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-8/+8
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-30/+30
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-5/+5
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-8/+8
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-0/+2
* Cleanup acia6850 modernization, removing trampolines. Aaron Giles2011-05-041-4/+5
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-8/+8
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+14
* BIG update. Aaron Giles2011-03-291-23/+23
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-22/+21
* misc companyname cleanups/consitencies Michaël Banaan Ananas2011-03-091-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-46/+46
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-5/+6
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-10/+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-11/+11
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-6/+6
* Just a little comment about the bad dump from comg080. Roberto Fresca2010-08-201-1/+1
* Improvements to CEI 906 III system. [Roberto Fresca] Roberto Fresca2010-08-201-131/+263
* Improvements to calomega.c driver [Roberto Fresca] Roberto Fresca2010-08-201-124/+876
* - even more small company name cleanups Michaël Banaan Ananas2010-05-221-1/+1
* 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-6/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* Cal Omega driver improvements: Roberto Fresca2009-09-031-0/+136
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-101/+101
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-80/+80
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-3/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-7/+7