summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/amstrad.c
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-31/+0
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-1/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-6/+2
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-3/+3
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-2/+2
* 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-21/+7
* Fix for gx4000 problems in debug builds regression test run. (nw) Ivan Vangelista2014-03-151-30/+37
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-8/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-7/+7
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-64/+64
* fix crash on startup (nw) smf-2014-02-101-1/+0
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-4/+19
* (MESS) amstrad: added the option of having nothing attached to the joystick p... mahlemiut2014-02-011-1/+5
* (MESS) amstrad: mouse inputs should be low when active. Fixes movements appe... mahlemiut2014-01-291-7/+7
* (MESS) amstrad: Added preliminary support for the AMX mouse. [Barry Rodewald] mahlemiut2014-01-291-0/+28
* converted z80 to c++ [smf] smf-2014-01-211-1/+1
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+2
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* (MESS) amstrad: Allowed vpos counter to count past the active display. This a... mahlemiut2013-10-121-7/+9
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* 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