summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/osi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-3/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-6/+1
* discrete_sound_w and discrete_sound_r not used any more since discrete_device... Miodrag Milanovic2014-03-211-2/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-3/+3
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-46/+35
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-3/+3
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-4/+4
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-36/+8
* use MCFG_TIMER_DRIVER_ADD_PERIODIC for tape timer (nw) smf-2013-12-221-5/+8
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-14/+5
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-4/+11
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-4/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-5/+5
* (MESS) Osi tag cleanup (nw) Robbbert2013-01-261-10/+19
* (MESS) OSI : made fixed basic a bios selection. Robbbert2013-01-201-6/+21
* (MESS) OSI : 2 roms from Nama (nw) Robbbert2013-01-201-1/+8
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-67/+67
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-5/+3
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-8/+8
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* 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/+926