summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ampex.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* com8116: Simplify read/write handlers (nw) AJR2019-02-021-2/+2
* (nw) fix stuff: Vas Crabb2018-11-291-4/+4
* dialog80: More key adjustments (nw) AJR2018-09-151-4/+4
* dialog80: Add cursor keys (nw) AJR2018-09-151-7/+7
* dialog80: Keyboard adjustments (nw) AJR2018-09-151-19/+19
* dialog80: Preliminary keyboard (nw) AJR2018-09-151-2/+151
* tms9927: Eliminate MCFG macros and register_postload; remove "wr_" from callb... AJR2018-09-111-9/+12
* remove more MCFG_ (nw) Vas Crabb2018-07-071-10/+10
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-2/+4
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* 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