summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calomega.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-3731/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-43/+43
* Update for Roberto Fresca and Grull Osgo (nw) Miodrag Milanovic2015-05-271-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* calomega.c: greatly reduced tagmap lookups, added save state support (nw) Osso2015-01-071-58/+64
* calomega.c: Improve color emulation by analogy with tugboat.c (which is actua... Alex W. Jackson2014-11-091-216/+48
* calomega.c: Fill in some unknown dipswitches. [Brian Troha] Brian Troha2014-10-191-24/+29
* Fix r30269 regressions (nw) Alex W. Jackson2014-05-071-13/+0
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-39/+6
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-21/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-4/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* placed hack in driver_init hacks (nw) Miodrag Milanovic2014-03-021-1/+5
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Fixed calomega regression. The games using the acia suffer of a huuuge slowdo... Ivan Vangelista2014-02-241-1/+7
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-19/+16
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-17/+17
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-104/+28
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-8/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* modernised the AY8910 [smf] smf-2013-05-121-4/+4
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-9/+9
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* 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