summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/svi318.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-767/+0
* svi318: add some floppy disk images to the softlist Dirk Best2015-06-031-1/+0
* svi318: updated to use the new wd fdc. floppy support has been restored, Dirk Best2015-06-031-40/+16
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* update licenses for : Tony La Porta, Sean Young, Mathis Rosenhauer, Paul Prie... Miodrag Milanovic2015-05-151-1/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-8/+8
* (MESS) consolidated generic socket / cartslot a bit more: removed Fabio Priuli2014-09-221-1/+1
* (MESS) svi318.c: cleaned up the driver and added support for save states. [Fa... Fabio Priuli2014-09-221-49/+57
* second round of svi318.c cleanup (with some tagmap reduction too). nw. Fabio Priuli2014-09-211-102/+111
* first round of svi318.c cleanup (with some tagmap reduction too). nw. Fabio Priuli2014-09-211-139/+95
* more generic slots + some cleanups & some tagmap reductions. nw. Fabio Priuli2014-09-201-45/+27
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-5/+0
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-1/+0
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-2/+0
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-20/+0
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-4/+3
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-10/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-1/+1
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-22/+18
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-3/+8
* converted z80 to c++ [smf] smf-2014-01-211-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-10/+8
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+2
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-23/+12
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-6/+5
* (MESS) svi318.c: Cleanups (nw) Wilbert Pol2013-01-241-111/+90
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-83/+83
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-32/+27
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-10/+10
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-16/+14
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+915