summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/nc.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1556/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* Update for Kevin Thacker (nw) Miodrag Milanovic2015-05-221-1/+1
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-2/+2
* 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-4/+4
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-3/+3
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-111-1/+0
* some more generic cart slots. nw. Fabio Priuli2014-10-091-41/+35
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* 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