summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/abc1600.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1024/+0
* abc1600: Added FPU PAL dump, and PAL titles from Luxor source code. [Dataindu... Curt Coder2022-06-151-6/+7
* abc1600: Implement RAM parity test bit. [Curt Coder] Curt Coder2022-03-301-2/+1
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-1/+1
* abc1600: Fix hard disk DMA write. [Curt Coder] Curt Coder2022-03-041-6/+12
* abc1600: Partially fixed hard disk DMA. [Curt Coder] Curt Coder2022-02-271-36/+19
* srcclean in preparation for 0.241 release Vas Crabb2022-02-201-1/+1
* abc1600: MAC cleanup. [Curt Coder] Curt Coder2022-02-071-2/+10
* abc1600: Added sector dump floppy image format. [Curt Coder] Curt Coder2022-02-071-3/+10
* abc1600: Enable floppy sound, and optimize MAC. [Curt Coder] Curt Coder2022-01-231-14/+5
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-3/+3
* srcclean in preparation for branching release Vas Crabb2021-01-241-3/+3
* abc1600: Add debugging notes. Curt Coder2021-01-081-0/+3
* abc1600: Some cleanup in the MAC. [Curt Coder] Curt Coder2021-01-041-1/+12
* abc1600: Renamed floppy software list. [Curt Coder] Curt Coder2021-01-041-1/+1
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-14/+14
* abc1600.cpp: Improve debug logging. [Curt Coder] Curt Coder2020-09-151-27/+14
* srcclean for 0.224 Vas Crabb2020-08-231-1/+1
* abc1600: Implemented Luxor 4105 SASI card according to schematics. [Curt Code... Curt Coder2020-08-221-72/+99
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-18/+16
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-5/+5
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-2/+2
* abc1600: Hard disk WIP. (nw) Curt Coder2020-04-211-4/+4
* abc1600: Fixed floppy DMA. [Curt Coder] Curt Coder2020-04-181-2/+0
* abc1600: Refactored to use modern Z8530 SCC, fixed default DIPs on SASI inter... Curt Coder2020-04-131-20/+40
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-3/+3
* te7750, z8536: Simplify handler signatures (nw) AJR2020-03-141-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* m68000: Make the autovector abstraction a bit less leaky (nw) AJR2019-04-141-1/+1
* abc1600: Fix CPU space map (nw) AJR2019-04-041-4/+4
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-27/+6
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-271-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-31/+32
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-32/+31
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-1/+1
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-011-9/+10
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-3/+3
* bus/abcbus: Remove MCFG_ macros; add bus clocks (presumed same as CPUs) (nw) AJR2019-01-261-15/+15
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-1/+1
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-1/+1
* abc1600mac: removed MCFG macro (nw) Ivan Vangelista2018-10-261-3/+5
* rs232: another batch of MCFG removal (nw) Ivan Vangelista2018-10-221-3/+3
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-3/+3
* z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) Ivan Vangelista2018-08-291-33/+33
* -epson_lx810l: Eliminated MACHINE_CONFIG_START, nw mooglyguy2018-08-251-1/+1
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-16/+16
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1