summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/altos5.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-457/+0
* Added floppy noises to some of my drivers. Robbbert2015-08-221-0/+2
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* get rid of all the x Dirk Best2015-06-231-1/+1
* did change on Robbberts behalf (nw) Miodrag Milanovic2015-05-071-1/+1
* removed no-longer-needed asserts from z80dma Robert2014-12-281-2/+2
* (MESS) added software lists for Altos 5 floppies and Memotech MTX tapes. [Ril... etabeta782014-11-271-0/+2
* altos5: Fix wrong drive type [O. Galibert] Olivier Galibert2014-08-281-3/+3
* Cleanups and version bump Miodrag Milanovic2014-07-221-3/+3
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-54/+13
* z80dma: converted to use devcb2. nw. Fabio Priuli2014-04-291-13/+9
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-26/+11
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+6
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* (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