summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/special.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-20/+0
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-2/+1
* (MESS) fixed specialm and specialp debug crash and removed some trampolines (nw) Ivan Vangelista2014-03-101-17/+0
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-25/+3
* (MESS) improved keyboard on special, lik, erik (nw) Robbbert2013-10-071-22/+63
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-5/+4
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-13/+19
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* Modernized wswan, special, and svision devices. [Andrew Gardner] Andrew Gardner2013-03-071-4/+4
* (MESS) special.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-081-52/+52
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-7/+7
* specimx: made floppy boot with new core, still some stalling to fix (nw) Miodrag Milanovic2012-12-131-6/+26
* specmx: no need for default color (nw) Miodrag Milanovic2012-12-131-1/+0
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-7/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-23/+23
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-18/+14
* 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/+395