summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calomega.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "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
* More PIA devic-ification: Aaron Giles2009-03-021-83/+73
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-13/+13
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-53/+53
* Ok, this is The Big One. Aaron Giles2009-02-111-19/+11
* Refactored the ACIA6850 to use devcb. Curt Coder2009-02-091-11/+19
* Correctly setup the MC6845 device in the Calomega driver. Roberto Fresca2008-12-261-1/+24
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Removed the ACIA6850 device from Cal Omega System 905 machine driver. It fixe... Roberto Fresca2008-12-141-0/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-4/+4
* Fixed Mantis 02724.(All games using the s903mod machine display the message: ... Roberto Fresca2008-12-091-10/+12
* Made the 6850 ACIA a device Nathan Woods2008-12-031-11/+11
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+10
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-2/+2
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-54/+54
* Region classes go bye-bye. Aaron Giles2008-07-281-164/+164