summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/a2bus
Commit message (Collapse)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
| | | | | | | Apparently this board is trademarked with the spelling mistake, therefore let's keep the incorrect spelling. Curiously, they spelt Millennium correctly on the PCB, so the original seems a tad inconsistent in this area.
* Fix various typos and spelling mistakes Zoë Blade2015-04-113-4/+4
| | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-3/+2
|
* (MESS) apple2: add TMS9918 card from BYTE magazine plus 9938 and 9958 ↵ arbee2015-02-272-0/+423
| | | | versions. [R. Belmont]
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
|
* (MESS) apple2 updates: [R. Belmont] arbee2015-01-318-108/+130
| | | | | | - Provide centralized DMA mechanism for slot cards - Fixed 0.156 regressions for Z80 SoftCard, The Mill 6809, and Mountain Computer Music System - Provide debugger protection for slot-based foreign CPUs executing from Apple II DMA
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-266-24/+19
|
* [MESS] apple2: rewrote all 8-bit Apple II drivers with an aim towards ↵ arbee2014-11-1616-21/+547
| | | | modernity and improved runtime performance, improved correctness, and missing features. Fixes MT #5157, 5158, 5747, and 5748. [R. Belmont]
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ↵ smf-2014-10-281-1/+1
| | | | the list has been renamed as they aren't all printers. [smf]
* 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 ↵ R. Belmont2014-10-051-9/+17
| | | | card. [R. Belmont, Peter Ferrie]
* (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 ↵ R. Belmont2014-10-021-1/+8
| | | | cooperate (nw)
* old apple gcc complains about 'floppy' possibly used uninitialized (switch Fabio Priuli2014-09-291-1/+1
| | | | statements always confuse this compiler :( ). nw.
* (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA ↵ R. Belmont2014-09-292-5/+24
| | | | to buffered controller. [R. Belmont]
* (MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. ↵ R. Belmont2014-09-291-6/+6
| | | | Belmont]
* (MESS) concept: Preliminary implementations of the original and buffered ↵ R. Belmont2014-09-284-0/+675
| | | | floppy disk controllers. [R. Belmont]
* (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 ↵ Oliver Stöneberg2014-09-084-5/+2
| | | | warnings of clang 3.5 when compiling MESS (nw)
* (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
| | | | | | | - Laser 128 (version 4.2) - Laser 128ex (version 4.5) - Laser 128ex2 (version 6.1)
* 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. ↵ R. Belmont2014-08-172-0/+345
| | | | card [R. Belmont]
* (MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ↵ R. Belmont2014-08-162-3/+24
| | | | ProDOS. [Peter Ferrie, R. Belmont]
* (MESS) Update documentation; improved drive emulation eliminates need to ↵ R. Belmont2014-08-101-9/+9
| | | | patch setup program. (nw)
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-223-8/+8
| | | | well, just doing now what we can
* 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
| | | This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find.
* (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
| | | | | | | | | while at it, cleaned up the args of the mc6845 delegates as well (no need to pass back and forth pieces of the driver class, now that delegates belong to it as well) even if I tested the changes extensively, I might have missed something among the 177 source files using this, so please report any regressions you see :)
* 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 ↵ smf-2014-04-162-2/+1
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* no need for including assert.h since overload is in emucore.h that we ↵ Miodrag Milanovic2014-04-151-1/+0
| | | | already include with emu.h(nw)
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are ↵ smf-2014-04-142-4/+0
| | | | separate so you can for example have -harddisk1 as ID 6 and -harddisk 2 as ID 5. The HLE'd CD & HD have configuration switches to set the ID, real emulated hardware will specify the ID using it's own method. [smf]
* (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ↵ R. Belmont2014-04-122-0/+181
| | | | modern floppy subsystem. [O. Galibert, R. Belmont]
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-078-64/+63
|