summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/abc1600mac.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-721/+0
* abc1600: Added FPU PAL dump, and PAL titles from Luxor source code. [Dataindu... Curt Coder2022-06-151-1/+1
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-5/+5
* abc1600: Implement RAM parity test bit. [Curt Coder] Curt Coder2022-03-301-4/+22
* abc1600: Improve logging, use u8/u16. [Curt Coder] Curt Coder2022-03-291-7/+12
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-3/+3
* abc1600: Fix hard disk DMA write. [Curt Coder] Curt Coder2022-03-041-11/+22
* abc1600: Partially fixed hard disk DMA. [Curt Coder] Curt Coder2022-02-271-21/+41
* srcclean in preparation for 0.241 release Vas Crabb2022-02-201-15/+15
* abc1600: MAC cleanup. [Curt Coder] Curt Coder2022-02-071-81/+121
* abc1600: Enable floppy sound, and optimize MAC. [Curt Coder] Curt Coder2022-01-231-217/+134
* abc1600: Some cleanup in the MAC. [Curt Coder] Curt Coder2021-01-041-6/+11
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-6/+2
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-271-4/+4
* abc1600.cpp: Improve debug logging. [Curt Coder] Curt Coder2020-09-151-4/+8
* devices/machine/iwm.cpp, device/machine/ncr539x.cpp, mame/machine/abc1600mac.... Ivan Vangelista2020-07-031-1/+2
* drivers starting with a and b: finished removing READ/WRITE macros (nw) Ivan Vangelista2020-06-051-19/+19
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-2/+2
* abc1600: Fixed floppy DMA. [Curt Coder] Curt Coder2020-04-181-1/+7
* abc1600mac: removed MCFG macro (nw) Ivan Vangelista2018-10-261-6/+4
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* maps: Finish mame/machine (nw) Olivier Galibert2018-04-191-2/+3
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-3/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+4
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-6/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* abc1600: WIP. (nw) Curt Coder2016-08-151-2/+2
* abc1600: WIP. (nw) Curt Coder2016-08-101-23/+26
* Finished up tiny_rom_entry conversion Nathan Woods2016-08-061-1/+1
* Watchdog cleanups (nw) AJR2016-06-161-0/+1
* abc80x, abc1600: ROM documentation. (nw) Curt Coder2016-06-141-1/+1
* Make watchdog timer a separate device AJR2016-04-301-1/+12
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+686