summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rainbow.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-30move mess into mame (nw) Miodrag Milanovic1-2465/+0
2015-07-29change flags from GAME_ to MACHINE_ David Haywood1-3/+3
2015-07-29Cleanups and version bumpmame0164 Miodrag Milanovic1-15/+15
2015-07-13Revenge of the Attack of the Uppercase Hashes (nw) Scott Stone1-2/+2
2015-07-04DEC Rainbow: fixed Z80 access to shared RAM, motor on/off signal, and ROM lab... arbee1-43/+53
2015-06-23get rid of all the x Dirk Best1-1/+1
2015-05-27Cleanups and version bumpmame0162 Miodrag Milanovic1-145/+145
2015-05-08agreed license with major contributor (nw) Miodrag Milanovic1-1/+1
2015-05-07Placed my files under BSD3, and also some that I shared with Robbert with his... Miodrag Milanovic1-0/+2
2015-05-02[MESS] DEC Rainbow updates: [Karl-Ludwig Deisenhofer] arbee1-708/+1782
2014-12-24Uppercase hash cleanup (nw) Scott Stone1-2/+2
2014-09-28If #includes are not in source, code should not exist in source. (nw) Scott Stone1-24/+0
2014-09-23fixed clang warning in src/mess/drivers/rainbow.c as suggested (nw) Oliver Stöneberg1-1/+1
2014-09-08fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg1-1/+2
2014-07-22Cleanups and version bump Miodrag Milanovic1-101/+101
2014-07-01i86.c: 0x60 shadow omitted in previous patch. Needed for DOS 2. [Bavarese] Scott Stone1-18/+25
2014-06-09clang compile fix. (nw) Curt Coder1-1/+1
2014-06-09rainbow.c: New floppy code - uses more reliable 'wd_fdc'. [Bavarese] Scott Stone1-132/+207
2014-05-16converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli1-1/+2
2014-05-12wd17xx: Cleanup. (nw) Curt Coder1-7/+1
2014-05-12wd17xx: devcb2. (nw) Curt Coder1-1/+0
2014-05-12wd17xx: devcb2. (nw) Curt Coder1-2/+0
2014-05-02Cleanup of image device interfaces (nw) Miodrag Milanovic1-7/+1
2014-04-27(MESS) RAINBOW.C: IRQ priorities updated. Board revisions and add-on cards do... Scott Stone1-57/+99
2014-04-10(MESS) rainbow.c : unmap unavailable RAM. Hard limits and 'floating bus' code... Scott Stone1-69/+61
2014-04-08(MESS) vtvideo: updated to use inline configs. nw. Fabio Priuli1-6/+3
2014-04-07Cleanups and version bumpmame0153 Miodrag Milanovic1-19/+18
2014-04-02modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic1-10/+10
2014-03-19(MESS) vtvideo: devcb2. (nw) Curt Coder1-4/+4
2014-03-18legacy wd17xx is now also a modern device (nw) Miodrag Milanovic1-32/+32
2014-03-15Checkpoint 2: Alex W. Jackson1-1/+1
2014-03-11(MESS) vt100: Fixed screen regression. (nw) Curt Coder1-1/+1
2014-03-09Fixed mess validation (nw) Ivan Vangelista1-0/+1
2014-03-08(MESS) rainbow.c: Added 8 sector format to legacy driver. Included early '10... Scott Stone1-21/+56
2014-02-27Huge update, palette is now device (nw) Miodrag Milanovic1-2/+2
2014-02-23(MESS) rainbow: added IRQ management framework and vector control. [R. Belmon... R. Belmont1-8/+69
2014-02-21Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-1-51/+58
2014-02-16Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic1-1/+1
2014-02-15Converted i8251 to DEVCB2 [smf] smf-1-17/+16
2014-01-10Clang compile fix (nw) R. Belmont1-2/+1
2014-01-10(MESS) DEC Rainbow updates: R. Belmont1-141/+13
2013-12-27expose less of the diserial internals, which has meant adding i8251_device::w... smf-1-1/+1
2013-12-25(MESS) DEC Rainbow updates: [M. Burke, R. Belmont] R. Belmont1-1/+2
2013-12-24Cleanups and version bumpmame0152 Miodrag Milanovic1-182/+181
2013-12-22replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-1-16/+2
2013-12-20(MESS) rainbow: Clang compile fix. (nw) Curt Coder1-1/+1
2013-12-20(MESS) Rainbow 100 updates: [Bavarese] R. Belmont1-145/+470
2013-11-25(MESS) DEC Rainbow updates: [Bavarese] R. Belmont1-67/+145
2013-11-18diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert1-1/+1
2013-11-11(MESS) atari400.c - Updated palette incorporating 'CGIA D020577' and 'GTIA C... Scott Stone1-43/+94