| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -1287/+0 | |
| | | |||||
| * | al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] | 2015-09-10 | 1 | -0/+25 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -1/+1 | |
| | | | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. | ||||
| * | al520ex: added back MSX disk image support (no idea where it went in the ↵ | 2015-07-29 | 1 | -5/+8 | |
| | | | | | first place). Note that the disks in the softlist won't load due to extra superfluous text at the end of the image. | ||||
| * | al520ex: corrected floppy drive types (still need to figure out why MSX ↵ | 2015-07-28 | 1 | -3/+3 | |
| | | | | | disks still won't load, however) | ||||
| * | amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 ↵ | 2015-07-05 | 1 | -13/+62 | |
| | | | | | default to 64k RAM. | ||||
| * | amstrad: removed FDC and AMSDOS ROM from cpc464. The 464 does not have ↵ | 2015-06-29 | 1 | -12/+11 | |
| | | | | | these components without an expansion. | ||||
| * | amstrad: added 3.5 inch drives as a slot option, and made it the default for ↵ | 2015-06-27 | 1 | -2/+3 | |
| | | | | | drive B | ||||
| * | amstrad: fixed analogue input type (improves pointer control in FutureOS) | 2015-06-25 | 1 | -4/+4 | |
| | | |||||
| * | amstrad: add support for the Dobbertin HD20 hard disk. | 2015-06-20 | 1 | -0/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0162 | 2015-05-27 | 1 | -1/+1 | |
| | | |||||
| * | Update for Kevin Thacker (nw) | 2015-05-22 | 1 | -1/+1 | |
| | | |||||
| * | Updated MESS info for licenses (nw) | 2015-05-13 | 1 | -1/+1 | |
| | | |||||
| * | cpcexp: added ROMEN signal, and a function to tell an expansion to set up ↵ | 2015-05-09 | 1 | -1/+4 | |
| | | | | | any RAM mapping it needs. Added support for Brunword MK4 as an expansion device. | ||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | amstrad: added support for the Dobbertin Smart Watch | 2015-02-24 | 1 | -0/+2 | |
| | | |||||
| * | Uppercase hash cleanup (nw) | 2014-12-24 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) softlist: added new list for Patisonic Aleste floppies and | 2014-11-28 | 1 | -0/+4 | |
| | | | | | added more images to Tatung Einstein list. [Riley110] | ||||
| * | (MESS) included modern .dsk format among default supported | 2014-11-23 | 1 | -9/+4 | |
| | | | | | formats. [Riley110] | ||||
| * | amstrad: add CRTC Cursor signal to expansion bus, connected to PlayCity ↵ | 2014-11-03 | 1 | -0/+1 | |
| | | | | | which now has working NMIs. | ||||
| * | (MESS) amstrad: Added preliminary support for the PlayCity. | 2014-11-01 | 1 | -0/+2 | |
| | | |||||
| * | Use the same list of centronics devices everywhere (except the Amstrad CPC), ↵ | 2014-10-28 | 1 | -3/+3 | |
| | | | | | the list has been renamed as they aren't all printers. [smf] | ||||
| * | (MESS) amstrad.c: converted cpc+ and gx4000 to use generic | 2014-09-23 | 1 | -79/+66 | |
| | | | | | | | cart slot, added correct keyboard to cpc+ machines (with Fn keys in place of the keypad number keys), added cpc+ system carts to the softlist and converted driver to use io_port array for keyboard input reads. nw. | ||||
| * | amstrad: added Digiblaster printer-port device [Barry Rodewald] | 2014-08-23 | 1 | -1/+11 | |
| | | |||||
| * | amstrad: added Amdrum expansion card [Barry Rodewald] | 2014-08-23 | 1 | -0/+2 | |
| | | |||||
| * | amstrad: removed ROMEN signal callback, it is actually an input to an | 2014-08-16 | 1 | -2/+1 | |
| | | | | | | | | | 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 | 1 | -0/+3 | |
| | | | | | | | added preliminary support for the SYMBiFACE II board [Barry Rodewald] idehd: added Read Native Max Address IDE command | ||||
| * | Cleanups and version bump | 2014-07-22 | 1 | -2/+2 | |
| | | |||||
| * | amstrad: added the ability for expansion devices to contain ROMs (as some do). | 2014-07-09 | 1 | -0/+2 | |
| | | | | | | | | 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] | ||||
| * | kccomp: fix video output and debug build crash. | 2014-07-07 | 1 | -1/+2 | |
| | | |||||
| * | Fix r30269 regressions (nw) | 2014-05-07 | 1 | -4/+0 | |
| | | |||||
| * | ay8910_device and extended family: converted to devcb2 (nw) | 2014-05-06 | 1 | -17/+8 | |
| | | | | 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. | ||||
| * | cassette config moved inline (nw) | 2014-05-02 | 1 | -10/+9 | |
| | | |||||
| * | Cleanup of image device interfaces (nw) | 2014-05-02 | 1 | -2/+1 | |
| | | |||||
| * | mc6845: converted to devcb2, delegates and inline configs. nw. | 2014-05-01 | 1 | -3/+18 | |
| | | | | | | | | | | 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 :) | ||||
| * | amstrad: added preliminary Amstrad/Pace RS232C interface. The terminal | 2014-04-24 | 1 | -0/+2 | |
| | | | | | | | | | | 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. | ||||
| * | Replaced set_irq_acknowledge_callback with proper ↵ | 2014-04-23 | 1 | -0/+3 | |
| | | | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw) | ||||
| * | converted i8255 to devcb2. nw. | 2014-04-17 | 1 | -17/+15 | |
| | | | | | | p.s. I tested several games/systems and I triple checked the diff to be sure I did not make any copy and paste mistake in the 195 files touched by this, but let me know if any system suddenly stops working! | ||||
| * | Added serial printer, renamed centronics printer to match. Standardised the ↵ | 2014-04-16 | 1 | -2/+2 | |
| | | | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf] | ||||
| * | cpc_expansion_slot_device: converted to devcb2 (nw) | 2014-04-15 | 1 | -11/+12 | |
| | | |||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -3/+3 | |
| | | |||||
| * | upd765: Refactored to use devcb2 callbacks. [Curt Coder] | 2014-03-17 | 1 | -7/+1 | |
| | | |||||
| * | redo amstrad expansion slot devcb usage (nw) | 2014-03-16 | 1 | -2/+2 | |
| | | |||||
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) | 2014-03-14 | 1 | -0/+3 | |
| | | |||||
| * | MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) | 2014-03-07 | 1 | -2/+2 | |
| | | |||||
| * | Video attributes are now per screen (nw) | 2014-03-06 | 1 | -6/+3 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -11/+14 | |
| | | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
| * | first round of clang 3.4 fixes for MESS (nw) | 2014-02-20 | 1 | -0/+2 | |
| | | |||||
| * | amstrad: Added a basic implementation of the Programmers Development System ↵ | 2014-02-10 | 1 | -0/+2 | |
| | | | | | hardware for the CPC. Only lacks a way to set up a parallel connection between MESS instances to enable PC<->CPC communication. [Barry Rodewald] | ||||
| * | Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ | 2014-02-09 | 1 | -2/+4 | |
| | | | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf] | ||||
