summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/amstrad.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-26/+26
* amstrad: fix display of hardware sprites when using full overscan on Plus sys... mahlemiut2015-12-031-6/+11
* amstrad: workaround to make PPI port C ignore I/O status on Plus systems. Fi... mahlemiut2015-11-301-4/+11
* amstrad: non-readable I/O returns 0 on Plus systems, fixes some system and CR... mahlemiut2015-11-271-0/+3
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* amstrad: added Plus left border shift function mahlemiut2015-11-221-5/+18
* amstrad: improved Plus softscroll and split-screen mahlemiut2015-11-201-9/+10
* amstrad: fixed vertical softscroll on Plus systems. mahlemiut2015-11-161-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3349