summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/a2bus
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0770-0/+140
* small cleanup (nw) Miodrag Milanovic2015-04-2220-44/+22
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-1820-22/+23
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1220-22/+22
* Revert Millennium fix Zoë Blade2015-04-112-3/+3
* Fix various typos and spelling mistakes Zoë Blade2015-04-113-4/+4
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-3/+2
* (MESS) apple2: add TMS9918 card from BYTE magazine plus 9938 and 9958 version... arbee2015-02-272-0/+423
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
* (MESS) apple2 updates: [R. Belmont] arbee2015-01-318-108/+130
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-266-24/+19
* [MESS] apple2: rewrote all 8-bit Apple II drivers with an aim towards moderni... arbee2014-11-1616-21/+547
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* ap2_dsk: edd support [O. Galibert] Olivier Galibert2014-10-271-1/+1
* (MESS) move misplaced include (nw) R. Belmont2014-10-182-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-158-125/+121
* (MESS) apple2: IIe and later don't require double-reads on the language card.... R. Belmont2014-10-051-9/+17
* (MESS) concept: can boot 5.25" disks on fdc02 now. [crazyc] R. Belmont2014-10-022-2/+12
* (MESS) concept: signal tc_w at end of fdc02 pseudo-DMA, but 765 still won't c... R. Belmont2014-10-021-1/+8
* old apple gcc complains about 'floppy' possibly used uninitialized (switch Fabio Priuli2014-09-291-1/+1
* (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA t... R. Belmont2014-09-292-5/+24
* (MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. Belm... R. Belmont2014-09-291-6/+6
* (MESS) concept: Preliminary implementations of the original and buffered flop... R. Belmont2014-09-284-0/+675
* (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont] R. Belmont2014-09-112-8/+45
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-084-5/+2
* (MESS) Apple II: Support Apple II Mouse Card [R. Belmont, Guru, Sharkpuncher] R. Belmont2014-09-072-0/+621
* (MESS) Systems Promoted from GAME_NOT_WORKING: [Peter Ferrie, R. Belmont] R. Belmont2014-08-191-2/+6
* quick fix to last commit (nw) R. Belmont2014-08-171-2/+2
* (MESS) Apple II: Add support for the Applied Engineering TimeMaster II H.O. c... R. Belmont2014-08-172-0/+345
* (MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ProDOS... R. Belmont2014-08-162-3/+24
* (MESS) Update documentation; improved drive emulation eliminates need to patc... R. Belmont2014-08-101-9/+9
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-223-8/+8
* Cleanups and version bump Miodrag Milanovic2014-07-223-22/+20
* (MESS) Apple II: Add volume control register to DX-1 card. [R. Belmont] R. Belmont2014-07-012-1/+11
* (MESS) fixed Visual Studio compilation (nw) Oliver Stöneberg2014-06-292-37/+34
* (MESS) Apple II: support Decillionix DX-1 sampler card. [R. Belmont] R. Belmont2014-06-282-0/+161
* (MESS) Apple II: Support for the Mountain Computer Music System. [R. Belmont] R. Belmont2014-06-283-0/+509
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-142-15/+15
* ptm6840_device: converted to devcb2 (nw) Ivan Vangelista2014-05-091-9/+4
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-062-23/+0
* (MESS) Apple II: enforce read twice requirement for language card. [R. Belmont] R. Belmont2014-05-042-0/+21
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-022-11/+9
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-014-53/+28
* tms9928a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-7/+3
* a2bus_device and a2eauxslot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-174-105/+64
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-162-2/+1
* no need for including assert.h since overload is in emucore.h that we already... Miodrag Milanovic2014-04-151-1/+0
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-142-4/+0
* (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ... R. Belmont2014-04-122-0/+181
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-078-64/+63