summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trs80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-677/+0
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-0/+1
* trs80.cpp: Change machine config constructor names to be less confusing AJR2021-05-091-6/+6
* trs80: Fix missing device error AJR2021-05-091-4/+4
* trs80, sys80, lnw80: Add "reset" (i.e. NMI) button AJR2021-05-081-0/+10
* sys80 and clones: added Video Cut and Page. Robbbert2021-05-091-8/+13
* meritum: make it a derived class of trs80 Robbbert2021-05-081-1/+1
* New working software list additions Robbbert2021-04-251-1/+14
* lnw80: hires and color pass the test programs. Added a prom. Robbbert2021-04-221-7/+2
* radionic: PPI and documentation. Robbbert2021-04-221-1/+0
* trs80: used array of floppy drives Robbbert2021-04-211-4/+4
* radionic: Split radionic to its own source. Robbbert2021-04-191-78/+1
* New machines marked as NOT_WORKING Robbbert2021-04-181-40/+69
* trs80: fixed ic locations Robbbert2021-04-181-59/+76
* trs80l2: cleaned a few things from last commit. Robbbert2021-04-101-3/+9
* trs80m3: Added support for JV3 disks (not working) Robbbert2021-04-101-4/+6
* trs80: Added support for Level 1 CAS files. Robbbert2021-04-071-1/+2
* Moved lnw80 to its own driver. Robbbert2021-04-011-129/+27
* trs80: used the correct FDC. Removed non-TRS80 formats. Robbbert2021-04-011-14/+5
* trs80: updated notes. Robbbert2021-03-311-0/+1
* trs80: fixed loading of CAS files Robbbert2021-03-281-1/+0
* trs80: fixed typo in new comment Robbbert2021-03-261-3/+3
* trs80: marked most as MNW, due to floppy regression and cassette issues. Robbbert2021-03-261-8/+12
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-4/+6
* (nw) trs80: added save state Robbbert2020-06-161-12/+10
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removal of wave.h part 2 Robbbert2019-07-061-1/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-3/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-74/+90
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-90/+74
* mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-48/+44
* sys80: Add 50 Hz version with different timings AJR2019-02-121-2/+13
* lnw80: Fix configuration (nw) AJR2019-02-111-6/+15
* ay31015: Remove baud clock generation from device emulation (not a built-in U... AJR2019-02-101-0/+4
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-1/+1
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-7/+8
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-8/+4
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-5/+4
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+4
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-4/+3
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-2/+2
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-5/+5
* ay31015: Remove MCFG_ macros (these were really ugly ones); default input clo... AJR2018-08-101-5/+5
* (nw) radionic : added 8255 Robbbert2018-08-041-3/+21
* ht1080z : added ay8910 ; trs80 : added monitor documentation Robbbert2018-07-211-1/+39
* (nw) trs80 : fixed paste issue Robbbert2018-07-211-74/+63