summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pcw16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (mess) pcw16: make switch suspend, doesn't resume though (nw) cracyc2014-05-071-4/+6
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-22/+10
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (mess) pcw16: fix keyboard and hook up mouse (nw) cracyc2014-03-311-16/+25
* pckeybrd: make into a device (nw) cracyc2014-03-311-11/+9
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-3/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-6/+3
* Modernized pc_lpt device. (nw) Ivan Vangelista2013-09-081-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-6/+5
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-1/+1
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-5/+5
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-1/+1
* (MESS) pcw16: Removed runtime tagmap lookups. (nw) Curt Coder2013-01-261-42/+18
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-29/+29
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-2/+0
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+5
* (MESS) pcw16: added softlist for available disk images [remax] Fabio Priuli2012-10-121-0/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-91/+33
* cleanup (nw) Miodrag Milanovic2012-10-031-357/+15
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-24/+22
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-37/+34
* pcw16: Commented old code not used, mahlemiut please delete if not needed as ... Miodrag Milanovic2012-09-201-26/+26
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-33/+33
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Enum and union normalization. Aaron Giles2012-09-161-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+7
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1541