Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added dummy license headers for EMU section (nw) | 2015-05-07 | 20 | -0/+40 | |
| | |||||
* | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 1 | -5/+5 | |
| | |||||
* | Cleanups and version bumpmame0159 | 2015-02-25 | 2 | -12/+12 | |
| | |||||
* | amstrad: added support for the Dobbertin Smart Watch | 2015-02-24 | 2 | -0/+135 | |
| | |||||
* | Cleanups and version bumpmame0156 | 2014-11-26 | 2 | -13/+11 | |
| | |||||
* | amstrad: add CRTC Cursor signal to expansion bus, connected to PlayCity ↵ | 2014-11-03 | 3 | -2/+5 | |
| | | | | which now has working NMIs. | ||||
* | amstrad: made PlayCity output in stereo, add the device has its own stereo ↵ | 2014-11-03 | 2 | -9/+15 | |
| | | | | audio output. | ||||
* | Get mess compiling again - uint32 should be enough, eh? (nw) | 2014-11-01 | 1 | -2/+2 | |
| | |||||
* | The 'i' was part of the format. [nw] | 2014-11-01 | 1 | -1/+1 | |
| | |||||
* | Fix build (nw) | 2014-10-31 | 1 | -1/+1 | |
| | |||||
* | (MESS) amstrad: Added preliminary support for the PlayCity. | 2014-11-01 | 2 | -0/+221 | |
| | |||||
* | Cleanups and version bumpmame0155 | 2014-10-15 | 3 | -27/+27 | |
| | |||||
* | amstrad: added Amdrum expansion card [Barry Rodewald] | 2014-08-23 | 2 | -0/+113 | |
| | |||||
* | amstrad: removed ROMEN signal callback, it is actually an input to an | 2014-08-16 | 8 | -21/+67 | |
| | | | | | | | | expansion device. added the ability to map in Symbiface II rewriteable ROM for reading and writing. Still not usable as an alternate source of ROMs as yet. remembered to add RAM size options to the CPC+ | ||||
* | amstrad: added support for 64k, 320k, and 576k RAM sizes | 2014-08-06 | 2 | -0/+323 | |
| | | | | | | added preliminary support for the SYMBiFACE II board [Barry Rodewald] idehd: added Read Native Max Address IDE command | ||||
* | More cleanups, there is issue with srcclean that needs to be taken care as ↵ | 2014-07-22 | 2 | -2/+2 | |
| | | | | well, just doing now what we can | ||||
* | Cleanups and version bump | 2014-07-22 | 2 | -2/+2 | |
| | |||||
* | amstrad: added the ability for expansion devices to contain ROMs (as some do). | 2014-07-09 | 3 | -3/+59 | |
| | | | | | | | added ROMs for DK'Tronics Speech Synthesiser, and both RS232 interfaces (plus one alternate for the Amstrad interface). split Amstrad and Pace serial interfaces into separate devices as they have different sized ROM areas. [Barry Rodewald] | ||||
* | amstrad: Reworked the way ROMs are set up. Now ROMs are set on reset, all ↵ | 2014-07-06 | 2 | -2/+4 | |
| | | | | at once, and so any ROMs mounted on a ROM box won't interfere with ROM slot 7 (AMSDOS) or slot 3 on the Aleste (MSX-DOS). (no whatsnew) | ||||
* | devcv2 -> devcb (nw) | 2014-05-14 | 1 | -15/+15 | |
| | |||||
* | z80dart: converted to use devcb2. nw. | 2014-04-29 | 1 | -28/+4 | |
| | |||||
* | z80pio: converted to use devcb2. nw. | 2014-04-29 | 1 | -14/+1 | |
| | |||||
* | amstrad: added preliminary Amstrad/Pace RS232C interface. The terminal | 2014-04-24 | 2 | -0/+197 | |
| | | | | | | | | | software included with the original Amstrad interface works, but not much else does at this stage. [Barry Rodewald] Out of whatsnew: HoneyTerm (part of the later Pace interface) expects bit 6 of RR0 on the Z80DART to be set (seems to unsupported in the current z80dart device). Not sure on why other software doesn't work as yet. | ||||
* | cpc_expansion_slot_device: converted to devcb2 (nw) | 2014-04-15 | 5 | -94/+61 | |
| | |||||
* | replaced some malloc/free usage with global_alloc_array/global_free_array (nw) | 2014-03-28 | 1 | -2/+2 | |
| | |||||
* | (MESS) Moved the remaining slot interfaces to emu/bus. (nw) | 2014-03-17 | 10 | -0/+1366 | |