summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci-apic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pci-apic.cpp')
0 files changed, 0 insertions, 0 deletions
r return string hap2023-04-221-2/+2 * Clean up floppy-related code in various drivers with finder arrays AJR2023-04-151-53/+42 * Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-0810-55/+54 * leapfrog: Less redundancy in source file names. Vas Crabb2023-04-026-12/+12 * API change for device_image_interface AJR2023-03-3010-36/+36 * m68000: New implementation, generated from the micro/nanocode Olivier Galibert2023-02-222-71/+10 * - vsystem/crshrace.cpp, vsystem/f1gp.cpp, vsystem/taotaido.cpp: consolidated ... Ivan Vangelista2023-02-012-6/+6 * New machines marked as NOT_WORKING AJR2023-01-251-0/+63 * mame/f*-l*: put drivers in anonymous namespaces where applicable, updated #if... Ivan Vangelista2023-01-1819-30/+87 * hp/hp9825.cpp: Added support for HP 9825A and HP 9831. (#10595) fulivi2022-12-242-177/+388 * hp/hp80.cpp: Fixed keyboard issue on hp86b_001 & hp86b_004. (#10668) fulivi2022-12-101-1/+7 * 68000: Add a level of transparent indirection, turn the reset output line int... Olivier Galibert2022-11-031-9/+2 * Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-251-0/+2 * m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-302-1/+5 * Cleaned up some ROM macro indentation and spacing. (#10270) 0kmg2022-08-271-1/+1 * -nintendo/gb.cpp: Use taps to handle the boot ROM overlay.