summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/altos5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Fixed some VS warnings. (nw) Curt Coder2014-04-031-2/+2
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-11/+4
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-9/+8
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-4/+1
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-10/+6
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* (MESS) Altos5 : Small cleanup Robbbert2013-07-301-9/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-3/+3
* (MESS) Altos5: little more progress, now getting a bdos error. Robbbert2013-06-091-67/+93
* (MESS) Altos5: cleaned up banking conversion; changed fdc to 1MHz as suggeste... Robbbert2013-06-091-7/+3
* (MESS) altos5: Fixed RS-232 interface. (nw) Curt Coder2013-06-071-3/+3
* (MESS) Altos5: connected up dden Robbbert2013-06-071-2/+1
* (MESS) Altos5: fixed mistake Robbbert2013-06-071-1/+1
* (MESS) Altos5: floppies added, but not working. Robbbert2013-06-071-19/+55
* (MESS) Altos5: started adding floppies Robbbert2013-06-071-2/+30
* (MESS) Altos5: banking done, passes self test Robbbert2013-06-071-55/+111
* (MESS) altos5: Use serial clocks from the CTC. (nw) Curt Coder2013-06-061-1/+13
* (MESS) altos5: Fixed serial terminal, except for the CTC clocking. (nw) Curt Coder2013-06-061-90/+52
* (MESS) Altos5: started work on memory banking (nw) Robbbert2013-06-061-10/+82
* (MESS) Altos5: added terminal back (z80dart isn't quite ready yet) Robbbert2013-06-061-45/+168
* (MESS) Altos5: added devices. Removed terminal, so currently there's no screen. Robbbert2013-06-041-47/+158
* (MESS) altos5 wip Robbbert2013-06-031-13/+42
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-5/+5
* (MESS) Skeleton added for Altos 5-15 [Al Kossow] Miodrag Milanovic2012-10-311-0/+87