summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/svi318.c
Commit message (Expand)AuthorAgeFilesLines
* 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