summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/oric.c
Commit message (Expand)AuthorAgeFilesLines
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-121-1357/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* doing a check if read is safe, but think this need more investigation, why it... Miodrag Milanovic2014-03-281-2/+2
* (MESS) telstrat: Connected ACIA IRQ. (nw) Curt Coder2014-03-211-4/+2
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-26/+26
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-6/+6
* removed oric ca1 & c2 read handlers, they were just returning what was writte... smf-2014-01-011-10/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-42/+8
* modernised the AY8910 [smf] smf-2013-05-121-3/+3
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-4/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* (MESS) oric.c: Some cleanups (nw) Wilbert Pol2013-01-251-256/+250
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* Better devicification of the Apple II FDC/IWM/SWIM Nathan Woods2012-12-241-10/+10
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-95/+79
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-5/+5
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-20/+20
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-8/+8
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-46/+46
* Memory handler normalization, part 1. Aaron Giles2012-09-171-28/+27
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-51/+48
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1430