summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/atom.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6847: converted to use devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-131-9/+7
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-13/+7
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-8/+1
* converted i8271 to use inline configs and reduced tagmap lookups Fabio Priuli2014-04-171-7/+3
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-13/+12
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-2/+2
* i8271: devcb2. (nw) Curt Coder2014-03-251-2/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-7/+3
* fix crash on startup (nw) smf-2014-02-101-0/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-29/+16
* Modernized i8271 device.(nw) Ivan Vangelista2014-01-181-9/+8
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-23/+14
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-6/+6
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-6/+6
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-2/+2
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-2/+2
* (MESS) New working clone: Miodrag Milanovic2013-04-081-0/+58
* Some more moving to proper place and compile fix (nw) Miodrag Milanovic2013-02-221-0/+66
* (MESS) fixed atomeb cart loading (nw) Oliver Stöneberg2013-02-131-18/+18
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-1/+1
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-23/+23
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* [MESS] use proper DEVICE_IMAGE_LOAD errorhandling for atom (nw) Oliver Stöneberg2012-12-301-1/+6
* [MESS] fixed atom cart loading and added fatalerror when tag could not be fou... Oliver Stöneberg2012-12-301-1/+4
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-7/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-1/+1
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+880