summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mirage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* es5503 used devcb2 instead of custom callbacks (nw) Miodrag Milanovic2014-03-231-3/+9
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-14/+3
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-19/+4
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-22/+29
* fixed some binding errors not caught by -validate (nw) smf-2014-01-011-1/+1
* removed ca1/cb1/ca2/cb2 callback, they don't do anything [smf] smf-2014-01-011-33/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-26/+18
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-3/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-33/+33
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-10/+10
* (MESS) Removed unnecessary includes. (nw) Curt Coder2012-12-091-3/+0
* 6850acia: bring IRQ line into standard usage (ASSERT_LINE = IRQ active) [R. B... R. Belmont2012-12-031-1/+1
* (MESS) Mirage: lots of documentation from the schematics, added preliminary L... R. Belmont2012-12-021-63/+97
* mirage: Make it boot by whatever means necessary [O. Galibert] Olivier Galibert2012-11-281-2/+11
* wd1772: Rename to wd_fdc [O. Galibert] Olivier Galibert2012-11-271-1/+1
* es5503: Make the number of output channels configurable [O. Galibert] Olivier Galibert2012-11-231-1/+1
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-5/+4
* Unified floppy tags on other drivers as well (no whatsnew) Miodrag Milanovic2012-10-121-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-20/+27
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+295