summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/amiga.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-2144/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-24/+24
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-5/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* amiga: use memarray for chip RAM and regular array for custom registers (inst... Alex W. Jackson2014-10-191-10/+10
* Amiga: Add an initial software list for some Amiga driver disks Dirk Best2014-10-021-0/+1
* Amiga: Connect Zorro interrupts in the Amiga 500 drivers and Dirk Best2014-10-021-10/+77
* Amiga: Add the latest version of EmuTOS to the Amiga 1000 softlist and Dirk Best2014-09-231-24/+18
* Amiga: Add keyboard reset circuit. You can now reset the Amiga with the Dirk Best2014-09-221-0/+1
* Amiga: Update Amiga 3000 kickstart info Dirk Best2014-09-221-15/+18
* Amiga: Add preliminary software lists for the Amiga 1000 and Amiga 3000, Dirk Best2014-09-181-0/+8
* Cleanups and version bump Miodrag Milanovic2014-07-221-29/+29
* Amiga: Add very basic POT counter emulation, enough for Space Ranger to Dirk Best2014-05-311-2/+2
* Amiga: Add proper RS-232 port emulation. Dirk Best2014-05-261-2/+9
* Amiga: Add the Logica Diagnostic ROM 2.0 to various machines. Fix A4000 Dirk Best2014-05-251-2/+22
* Amiga: Move Zorro slots to amiga/zorro/ in preparation to support more Dirk Best2014-05-251-1/+1
* Amiga: Fix some MAME issues Dirk Best2014-05-211-25/+8
* Amiga: Fix some Zorro slot bugs. Add the Commodore A2052 Zorro-II card Dirk Best2014-05-201-8/+8
* Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus Dirk Best2014-05-181-23/+53
* Amiga: Kill the legacy CIA emulation and fix Agnus ID for A2000 and Dirk Best2014-05-171-12/+15
* Amiga: Fix A3000 RTC tag Dirk Best2014-05-141-1/+1
* Amiga: Implement internal IDE controller for the Amiga 4000. Fix RTC Dirk Best2014-05-141-40/+54
* Amiga: Fix NTSC GAYLE clocks Dirk Best2014-05-141-0/+4
* Amiga: Create a GAYLE device, used by the A600 and A1200, and implement Dirk Best2014-05-141-151/+57
* clang build fix. (nw) Curt Coder2014-05-131-13/+13
* Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of Dirk Best2014-05-131-1011/+1755
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-7/+3
* Some more core cleanup (nw) Miodrag Milanovic2014-04-221-2/+2
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-3/+3
* tpi6525_device: converted to devcb2 (nw) Ivan Vangelista2014-04-141-15/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* 6526cia: devcb2 temporarily until mos6526 works with amiga. (nw) Curt Coder2014-03-251-94/+57
* (MESS) amigakbd: devcb2. (nw) Curt Coder2014-03-221-3/+9
* Removed DEVCB_DEVICE_LINE. (nw) Curt Coder2014-03-161-1/+1
* Removed DEVCB_DEVICE_HANDLER. (nw) Curt Coder2014-03-161-19/+15
* amiga: added a pair of functions to the driver class. (nw) Ivan Vangelista2014-03-151-9/+6
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-1/+3
* Updated msm6242 device to use devcb2 (nw) Ivan Vangelista2014-03-121-8/+3
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-31/+52
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-12/+12
* (MESS) a3000/a3000n: Fix regression (nw) Wilbert Pol2013-05-211-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-5/+5
* start to modernize (nw) David Haywood2013-04-051-21/+26
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-7/+7