summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/nc.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* (MESS) nc.c: fixed nvram in the nc200. nw. Fabio Priuli2014-04-051-0/+2
* (MESS) modernized friskyt and micronic nvram. nw. Fabio Priuli2014-04-041-1/+1
* (MESS) modernized nvram for clcd.c, lisa.c and nc.c. nw. Fabio Priuli2014-04-031-20/+3
* some more cleanup (nw) Miodrag Milanovic2014-03-241-2/+1
* rp5c01.c: converted to devcb2 (nw) Ivan Vangelista2014-03-191-7/+2
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-4/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) Miodrag Milanovic2014-03-071-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+7
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-26/+16
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-29/+12
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-35/+21
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-4/+0
* Replaced hack code for saving nc200 ram with legacy nvram saving, you can now... smf-2013-11-011-91/+15
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-011-1/+1
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* (MESS) New System Drivers Supported: Curt Coder2013-09-191-0/+7
* 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-11/+11
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-2/+2
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-138/+123
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-3/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* cleanup (nw) Miodrag Milanovic2013-04-141-3/+3
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-5/+5
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-061-4/+3
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-3/+3
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-16/+10
* (MESS) read same value from file as was written in src/mess/drivers/nc.c (nw) Oliver Stöneberg2013-02-011-3/+3
* (MESS) avoid usage of uninitialized memory in nc.c (MT05130) [Oliver Stöneberg] Oliver Stöneberg2013-01-281-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-174/+174
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-2/+0
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-27/+16
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-48/+42
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-11/+10
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-12/+11
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-42/+34
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1742