summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rainbow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-1/+2
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-7/+1
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-1/+0
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+0
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-7/+1
* (MESS) RAINBOW.C: IRQ priorities updated. Board revisions and add-on cards do... Scott Stone2014-04-271-57/+99
* (MESS) rainbow.c : unmap unavailable RAM. Hard limits and 'floating bus' code... Scott Stone2014-04-101-69/+61
* (MESS) vtvideo: updated to use inline configs. nw. Fabio Priuli2014-04-081-6/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-19/+18
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-10/+10
* (MESS) vtvideo: devcb2. (nw) Curt Coder2014-03-191-4/+4
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-32/+32
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* (MESS) vt100: Fixed screen regression. (nw) Curt Coder2014-03-111-1/+1
* Fixed mess validation (nw) Ivan Vangelista2014-03-091-0/+1
* (MESS) rainbow.c: Added 8 sector format to legacy driver. Included early '10... Scott Stone2014-03-081-21/+56
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* (MESS) rainbow: added IRQ management framework and vector control. [R. Belmon... R. Belmont2014-02-231-8/+69
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-51/+58
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-17/+16
* Clang compile fix (nw) R. Belmont2014-01-101-2/+1
* (MESS) DEC Rainbow updates: R. Belmont2014-01-101-141/+13
* expose less of the diserial internals, which has meant adding i8251_device::w... smf-2013-12-271-1/+1
* (MESS) DEC Rainbow updates: [M. Burke, R. Belmont] R. Belmont2013-12-251-1/+2
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-182/+181
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-16/+2
* (MESS) rainbow: Clang compile fix. (nw) Curt Coder2013-12-201-1/+1
* (MESS) Rainbow 100 updates: [Bavarese] R. Belmont2013-12-201-145/+470
* (MESS) DEC Rainbow updates: [Bavarese] R. Belmont2013-11-251-67/+145
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-1/+1
* (MESS) atari400.c - Updated palette incorporating 'CGIA D020577' and 'GTIA C... Scott Stone2013-11-111-43/+94
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-123/+123
* a7800.c: Stored data for 26.7 & 27.7 phase shifts with corrections and label... Scott Stone2013-09-121-13/+104
* (MESS) vtvideo.c : 132 column mode uses compressed characters with 1 filler p... Scott Stone2013-09-021-3/+3
* (MESS) Rainbow updates: R. Belmont2013-08-201-9/+235
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-4/+4
* (MESS) rainbow.c: [Bavarese] Scott Stone2013-08-091-41/+104
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* (MESS) modernized VT100/Rainbow video device. [Fabio Priuli] Fabio Priuli2013-06-031-9/+6
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-141/+141
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-14/+14
* srcclean (nw) Curt Coder2012-10-071-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-5/+5
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4