summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/amstrad.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fixed out-of-bounds access in amstrad_plus palette initialization (nw) Oliver Stöneberg2013-07-191-1/+1
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-12/+31
* modernised the AY8910 [smf] smf-2013-05-121-9/+9
* cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* [MT05109] fixed amstrad plus out of line drawing [Oliver Stöneberg] Oliver Stöneberg2013-03-091-1/+1
* (MESS) amstrad.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-111-498/+483
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-1/+1
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-15/+14
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-2/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-189/+189
* Fix validation and booting of cpc drivers (no whatsnew) Miodrag Milanovic2012-10-111-2/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-28/+14
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-150/+139
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-23/+21
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-8/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-9/+9
* Memory handler normalization, part 1. Aaron Giles2012-09-171-51/+51
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-131/+120
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-13/+13
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-6/+6
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-21/+21
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+3307