summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/archimds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1207/+0
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* resolved lot more (nw) Miodrag Milanovic2015-05-201-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+4
* Cleanups and version bump Miodrag Milanovic2014-07-221-6/+6
* Simplified Last Bronx fix, however it's confirmed to set dst address to 0, Vi... Angelo Salese2014-04-161-2/+7
* Attempt to hook up a bunch of floppy related bits to no avail, nw Angelo Salese2014-04-151-7/+52
* According to OG, dden was reversed (and indeed multiple DRQs are called now). Angelo Salese2014-04-121-5/+5
* Some keyboard additions, nw Angelo Salese2014-04-121-14/+19
* More improvements, Arthur now boots without hacks. Angelo Salese2014-04-111-6/+5
* Improved fdc hookup Angelo Salese2014-04-111-14/+54
* Added first step in adding floppy hook-up to Acorn Archimedes, removed old de... Angelo Salese2014-04-111-12/+21
* Fixes shaking screen regression in Poizone/Erotictac, nw Angelo Salese2014-04-081-0/+5
* Looks like that /2 is far better as timer count, according to the RTC count, nw Angelo Salese2014-04-081-2/+2
* Fixed DMA scrolling and wrap-around, noticeable on supervisor mode. Angelo Salese2014-04-081-5/+17
* (MESS) Added preliminary keyboard hook-up in AAKART device, adding bare-bones... Scott Stone2014-04-081-26/+26
* Support for 2bpp (screen mode 1) Angelo Salese2014-04-021-0/+1
* Interlace support Angelo Salese2014-04-021-2/+2
* Added preliminary cursor drawing, disabled as default, nw Angelo Salese2014-04-021-0/+11
* MESS: Attempt to partially rewrite AAKART, and added 4bpp video mode for Acor... Angelo Salese2014-04-021-3/+3
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-8/+8
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+2
* DEBUG -> MAME_DEBUG (nw) Oliver Stöneberg2014-02-211-2/+2
* finished modernising i2cmem [smf] smf-2013-12-011-3/+3
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-6/+6
* a310.c/archimds.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-081-37/+49
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-78/+77
* Emulated the KART, but RISC OS still hangs due of something ... Angelo Salese2012-11-281-1/+0
* (MESS) fixed various bugs with Acorn Archimedes IRQs [Angelo Salese] Angelo Salese2012-11-281-17/+22
* Added skeleton device for Acorn Archimedes KART device Angelo Salese2012-11-281-8/+4
* srcclean (nw) Curt Coder2012-10-071-2/+2
* Modernized archimedes (no whatsnew) Miodrag Milanovic2012-09-201-253/+220
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-38/+38
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Kill off some AM_BASE_LEGACYs. Aaron Giles2012-09-121-1/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-8/+8
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-2/+2
* fixed some "comparison is always true/false" warnings reported by clang by Fi... Miodrag Milanovic2012-05-201-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* allow generic_pulse_irq_line to be longer than 1 cycle. Michaël Banaan Ananas2012-02-111-2/+2
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-1/+1
* made code works without ifdefs (no whatsnew) Miodrag Milanovic2011-11-171-38/+31
* Various fixes to Aristocrat MK-V HW [Palindrome] Angelo Salese2011-08-141-1/+52
* Fixed Aristocrat MK5 screen offset. [Palindrome] Angelo Salese2011-06-151-1/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-5/+5
* GCC 4.6 "variable assigned but not used" fixes, part 1 (no whatsnew) R. Belmont2011-05-301-2/+2
* ertictac/poizone: Greatly improved (not perfect) audio [R. Belmont, Heihachi_73] R. Belmont2011-05-281-5/+40