summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/amstrad.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
|
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-7/+1
|
* redo amstrad expansion slot devcb usage (nw) Miodrag Milanovic2014-03-161-2/+2
|
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+3
|
* MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) Miodrag Milanovic2014-03-071-2/+2
|
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-6/+3
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-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) Oliver Stöneberg2014-02-201-0/+2
|
* amstrad: Added a basic implementation of the Programmers Development System ↵ mahlemiut2014-02-101-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 ↵ smf-2014-02-091-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]
* (MESS) amstrad: added the option of having nothing attached to the joystick ↵ mahlemiut2014-02-011-1/+2
| | | | ports. Mostly to avoid the cursor keys and the default joystick inputs clashing. (no whatsnew)
* (MESS) amstrad: changed manufacturer and refresh DIPs to be driver config ↵ mahlemiut2014-01-311-18/+15
| | | | settings, since they aren't really DIP switches in the first place. (no whatsnew)
* (MESS) amstrad: Added preliminary support for the AMX mouse. [Barry Rodewald] mahlemiut2014-01-291-0/+25
|
* moved cpc_exp_cards and cpcplus_exp_cards from .h to .c (nw) smf-2013-12-111-0/+13
|
* Fixed the MC146818 modernisation so that local/utc & whether a century is ↵ smf-2013-11-011-1/+1
| | | | stored in nvram can be specified in a sane way. Removed the century updating as this chip doesn't do that, but each driver can specify where the century should be stored. Fixed off by one errors in the date/time updating. Added support for different external clock speeds and dividers, the clock speeds have been set based on guesswork that the code would set the chip to update at 1hz but this isn't necessarily true. Most flags have been implemented, so that timer updating can be disabled & irq generation should be correct. [smf]
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
|
* amstrad.c: fix gx4000 inputs [Alex Jackson] Alex W. Jackson2013-09-231-2/+2
|
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | house a screen tag and to find the screen at startup, providing an m_screen object that can be used. One nice feature is that if there is only one screen and no screen has been specified, it will auto configure to that screen. This removes the need to explicitly specify a screen in the configuration for a large chunk of drivers (though doing so never hurts). A new macro MCFG_VIDEO_SET_SCREEN is provided, though devices are encouraged to define their own that maps there so it is obvious which device is being targeted. The device_video_interface's validation function will error if an invalid screen is specified or if no screen is provided but there are multiple screens present. Updated all devices that currently had an m_screen in them to use the device_video_interface instead. This also has the nice benefit of flagging video-related devices for categorization purposes. It also means all these devices inherit the same screen-finding behaviors. For devices that had interfaces that specified a screen tag, those have been removed and all existing structs updated. Added an optional_device<screen_device> m_screen to the base driver_device. If you name your screen "screen" (as most drivers do), you will have free access to your screen this way. Future updates include: * Updating all devices referencing machine.primary_screen to use the device_video_interface instead * Updating all drivers referencing machine.primary_screen to use the m_screen instead * Removing machine.primary_screen entirely
* amstrad: made the CPC Plus use DSK images too. mahlemiut2013-06-081-3/+3
|
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-291-8/+8
| | | | they can be specified for all cards [smf]
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
|
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+4
|
* (MESS) amstrad.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-111-1/+1
|
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-31/+31
|
* (mess) dsk: (minimally) complete the dsk support [O. Galibert] Olivier Galibert2012-12-281-2/+6
|
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-1/+0
|
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-17/+6
| | | | | | (MESS) bw2: Fixed memory mapping. (nw) (MESS) msm6255: Refactored to use device_memory_interface. (nw) (MESS) floppy: Added macros for declaring modern floppy formats. The generic floppy formats (D88/DFI/IMD/IPF/MFI/MFM) are now automatically supported in each driver using the modern floppy code. [Curt Coder]
* Fix validation and booting of cpc drivers (no whatsnew) Miodrag Milanovic2012-10-111-0/+1
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-55/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining TODO list: - take WP into account - test the amstrad, implement its observational format (edsk) using pasti as a start. Or find the legendary amstrad IPFs. Or both. - correct read track, the implementation is completely wrong. See previous for testing, it's only used in protections the check the inter-sector gaps. - shake and bake on the amstrad, protections are the best to find bugs in a fdc - add the scan id commands, but nothing seems to use them - debug the 2.88M formatting which is unreliable. Fix its IDAM/DAM gap size on formatting too (but that's not what's making it unreliable) - test all the systems that were hit, and fix what needs to be fixed. Beware that multiple problems may happen: - upd765 may be wrong - the driver may not be working - the hookup may be wrong/incomplete (bitrate selection and floppy rpm in particular) - the driver may be too limited for the new implementation (the x68k dma device does not handle non-instant dma yet for instance) - report invalid command when appropriate depending on the actual chip emulated - add the russian clones with their real names
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-5/+5
|
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-7/+5
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-21/+21
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1183