summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/nanos.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-6/+10
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-1/+1
* (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part... Curt Coder2013-05-271-14/+47
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-1/+3
* (MESS) nanos.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-071-13/+41
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-31/+31
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-1/+0
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-6/+5
* (MESS) Fixed bw12, tandy2k, nanos, specpls3 and sf7000 regressions. (nw) Sandro Ronco2012-10-281-3/+1
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-37/+14
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-18/+20
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-9/+9
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Memory handler normalization, part 1. Aaron Giles2012-09-171-7/+7
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-8/+4
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+571