summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/microtan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-4/+5
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-22/+28
* removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from... smf-2014-01-011-63/+14
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-43/+16
* A few less anonymous timers in the world. (nw) Andrew Gardner2013-05-271-2/+18
* modernised the AY8910 [smf] smf-2013-05-121-5/+5
* cleanup (nw) Miodrag Milanovic2013-04-191-7/+5
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-52/+50
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-7/+2
* small cleanup (nw) Miodrag Milanovic2013-04-151-6/+7
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-4/+4
* cleanup (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-10/+8
* Some more moving to proper place and compile fix (nw) Miodrag Milanovic2013-02-221-0/+352
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old impl... Curt Coder2013-02-061-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-315/+315
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-32/+32
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-7/+7
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-33/+32
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+584