summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/radio86.c
Commit message (Expand)AuthorAgeFilesLines
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-52/+0
* i8257: updated to devcb2. nw. Fabio Priuli2014-04-121-11/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-4/+0
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-3/+10
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-4/+13
* removed devhelpr.h and trampolines in half modern devices,also southbridge al... Miodrag Milanovic2013-03-201-5/+5
* (MESS) radio86.c orion.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-141-36/+34
* i8275: Modernized. [Curt Coder] Curt Coder2012-12-281-1/+9
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-69/+61
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-4/+3
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-25/+25
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+5
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+282