summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/aim65.h
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2025-04-26 10:48:07 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2025-04-26 10:48:07 +1000
commitf870617117d2fa20bf955e247b092d7e8081145a (patch)
tree9698efea07b8c15aff28c74aa7bd27cc5827aee3 /src/mame/includes/aim65.h
parent89e1fe2e818b4ed38e678123439c1a4abdd50ddd (diff)
Added sf2prime 0.50HEADmaster
Diffstat (limited to 'src/mame/includes/aim65.h')
0 files changed, 0 insertions, 0 deletions
x68k.cpp?id=b8c338858a101d14308c64c87b0f714db4f05326'>emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+1 * Numerous drivers: Modernization and runtime tag lookup elimination AJR2020-10-181-7/+0 * drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-24/+24 * more macro removal (nw) Ivan Vangelista2020-05-191-6/+6 * devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-7/+7 * mc68901: Sweeping rewrite of USART emulation (no longer based on device_seria... AJR2020-01-021-4/+3 * Spring cleaning: Vas Crabb2019-11-011-1/+1 * Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1 * (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-3/+3 * (nw) misc cleanup: Vas Crabb2019-09-201-1/+1 * x68000: Overhaul interrupt handling; add second expansion slot AJR2019-06-191-89/+165 * m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-3/+0 * hd63450: More accurate IRQ handling with a tidier interface AJR2019-04-191-27/+14 * x68k_crtc: Explicitly configure all clocks (nw) AJR2019-04-171-1/+5 * x68k: Fix interrupt acknowledgment (nw) AJR2019-04-051-23/+35 * 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-12/+18 * (nw) Clean up the mess on master Vas Crabb2019-03-261-16/+17 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-17/+16 * upd765: Simplify read/write handlers (nw) AJR2019-03-101-2/+2 * bus/x68k: Use object finder to get at CPU address space (nw) AJR2019-02-261-0/+1 * okim6258, okim6295: Simplify read/write handlers (nw) AJR2019-02-011-6/+6 * devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-7/+7 * emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1 * Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2 * upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1 * m68000: fix rw bit in address error frame (nw) Sven Schnelle2018-11-021-4/+4 * srcclean (nw) Vas Crabb2018-09-231-1/+1 * space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2 * x68kxvi: Put that SCSI controller back in the address map (nw) AJR2018-08-281-1/+2 * x68030: Restore palette; eliminate MCFG_VIDEO_START_OVERRIDE (nw) AJR2018-08-281-4/+6 * -hd63450: Removed MCFG, nw mooglyguy2018-08-281-259/+204 * z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-3/+2 * -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1 * -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1 * mc68901: Convert to devcb3 (nw) AJR2018-08-011-7/+7 * -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz]