summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ampex.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+15
* ay31015: Add READ8 and WRITE8 handlers to be placed in memory maps; allow rea... AJR2018-03-041-17/+3
* dialog80: UART loopback test passes (nw) AJR2018-03-011-2/+26
* tms9927: Configure using character clock rather than dot clock AJR2018-02-281-2/+1
* ay31015: Replace generic pin setters and getters with READ_LINE and WRITE_LIN... AJR2018-02-201-7/+7
* ay31015: Replace "status changed" notifier with line callbacks (nw) AJR2018-02-131-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* com8116: Add several clock rate/divisor table variant types AJR2018-02-121-2/+5
* dialog80: RAM test now passes (nw) AJR2018-02-111-3/+43
* dialog80: More UART-related stuff (nw) AJR2018-02-111-2/+2
* dialog80: Add VSYN callback and fix silly mistake (nw) AJR2018-02-111-4/+11
* dialog80: Start adding handlers (nw) AJR2018-02-111-4/+96
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* ampex.cpp: fixed validation (nw) Ivan Vangelista2018-01-061-1/+1
* dialog80: Small update (nw) AJR2018-01-051-4/+12
* dialog80: Add screen and VTAC (nw) AJR2018-01-051-0/+23
* dialog80: A little more chip identification (nw) AJR2017-11-121-3/+3
* (nw) qtsbc : added devices ; dialog80 : added notes. Robbbert2017-11-111-0/+4
* Revert "dialog80: One device identified (nw)" AJR2017-11-051-4/+2
* dialog80: One device identified (nw) AJR2017-11-041-2/+4
* dialog80: Downgrade CPU type (no 8085 features appear to be used); apply prel... AJR2017-11-041-9/+8
* New Not Working machine : Ampex Dialogue 80 Robbbert2017-11-051-0/+60