summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/amstrad.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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