summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/amstrad.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine/amstrad.cpp: Fixed spelling/grammar errors in comments. (#8649) jogo-2021-10-031-19/+19
* Revert "amstrad: fix spelling/grammar in the comments (#8647)" (#8648) R. Belmont2021-10-021-21/+21
* amstrad: fix spelling/grammar in the comments (#8647) jogo-2021-10-021-21/+21
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-2/+2
* Debugger-related feature removals and cleanup AJR2021-08-151-3/+0
* 4dpi, amstrad, apple2, bebox, besta, dkong, m24: initialized some variables w... Ivan Vangelista2021-02-261-1/+5
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Simplify snapshot/quickload callback parameters; remove some uses of auto_all... AJR2021-01-051-5/+3
* amstrad: add support for the Cheetah 125 Special rotational joystick, support... Barry Rodewald2020-12-241-4/+19
* Cleaned up bitmap API. Vas Crabb2020-09-271-3/+3
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-27/+27
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-12/+12
* Spelling (#5796) Zoƫ Blade2019-10-241-2/+2
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-1/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-1/+1
* mc6845: Use standard device method to adjust input clock (nw) AJR2019-04-281-1/+1
* set_input_line_vector: Annotate [O. Galibert] Olivier Galibert2019-04-141-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-26/+23
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-23/+26
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-3/+3
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-5/+3
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-9/+8
* ay8910.cpp : Updates cam9002019-02-151-9/+9
* Start cleaning up palette configuration: Vas Crabb2018-12-291-123/+106
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-6/+6
* amstrad.cpp: Eliminate machine().device and some redundant conditionals (nw) AJR2018-06-101-46/+34
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-11/+11
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+11
* amstrad: restore CPR bank mask, force it to be based on the size of an actual... mahlemiut2018-05-011-2/+9
* amstrad: allow for loading CPR cartridges with odd numbers of blocks mahlemiut2018-04-301-2/+2
* should probably include register 15 also... (nw) mahlemiut2018-03-041-1/+1
* amstrad: ignore invalid PSG register selection, fixes input issues with Monty... mahlemiut2018-03-041-2/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* device_image_interface cleanups (nw) AJR2017-02-271-2/+2
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-57/+57
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* Devfind revision phase 2 (nw) AJR2016-08-051-11/+11
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* amstrad: allow any value for the last byte in Plus ASIC unlock sequence mahlemiut2016-07-231-0/+10
* amstrad: fix undocumented mode 3. [Barry Rodewald] mahlemiut2016-07-231-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* Yet more this==NULL fixes therealmogminer@gmail.com2016-01-231-25/+46
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1