index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
bus
/
c64
/
exp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-5
/
+20
*
Miscellaneous cleanup, and a couple of error checks.
Vas Crabb
2024-01-25
1
-1
/
+7
*
Move format #includes out of header files
AJR
2023-10-12
1
-0
/
+2
*
c64: Emulated the TIB Disc Drive DD-001 cartridge. [Curt Coder]
Curt Coder
2023-09-04
1
-0
/
+2
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-9
/
+1
*
Restored ability of for image devices to report specific error messages.
Vas Crabb
2023-04-08
1
-6
/
+3
*
API change for device_image_interface
AJR
2023-03-30
1
-4
/
+4
*
Added Z80 Video Pak cartridge to Commodore 64. [smf]
smf-
2022-05-20
1
-0
/
+2
*
device_image_interface: Interface overhaul
AJR
2022-01-06
1
-1
/
+1
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-1
/
+1
*
devices/bus/c64/exp: reworked cart loading [hap]
Ivan Vangelista
2021-02-17
1
-14
/
+20
*
devices/bus/c64/exp.cpp: fixed copy paste error introduced in 7e5a013c092e7ad...
Ivan Vangelista
2021-02-14
1
-2
/
+2
*
bus/c64: fixed MT07867
Ivan Vangelista
2021-02-13
1
-0
/
+6
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
1
-8
/
+4
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-18
/
+3
*
c64: Added skeleton for BusCard II cartridge. [Curt Coder]
Curt Coder
2019-05-13
1
-0
/
+2
*
c64 fcc: don't use romh for external rom (nw)
hap
2019-05-13
1
-0
/
+2
*
c64: Route LORAM to expansion port interface for BusCard. [Curt Coder]
Curt Coder
2019-05-11
1
-18
/
+20
*
c64: Added skeleton for BusCard cartridge. [Curt Coder]
Curt Coder
2019-05-05
1
-0
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-4
/
+4
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-4
/
+4
*
bus/c64: Eliminate address_space arguments from handlers (nw)
AJR
2019-02-19
1
-4
/
+4
*
c64_expansion_slot, pet_user_port: Eliminate all remaining MCFG_ macro use (nw)
AJR
2018-08-13
1
-14
/
+6
*
-6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw
mooglyguy
2018-08-10
1
-0
/
+10
*
Make MCFG_DEVICE_ADD and callable device types more flexible:
Vas Crabb
2018-05-04
1
-70
/
+71
*
(nw) don't get hit by the bus - remove unnecessary reset calls, improve error...
Vas Crabb
2018-01-27
1
-5
/
+16
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Made a number of device_image_interface members private (#2227)
npwoods
2017-04-17
1
-2
/
+2
*
Changes to make get_default_card_software() less stupid
Nathan Woods
2017-04-10
1
-6
/
+4
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
device_image_interface cleanups (nw)
AJR
2017-02-27
1
-1
/
+1
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-0
/
+1
*
c64: Emulated the PPP Speakeasy 64 (Votrax SC-01-A) cartridge. [Curt Coder]
Curt Coder
2017-02-01
1
-0
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-5
/
+5
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-2
/
+2
*
Missed this conversion to is_filetype()
Nathan Woods
2016-08-01
1
-1
/
+1
*
1. Merge branch 'master' into diimage_filetype_as_stdstring
Nathan Woods
2016-07-31
1
-4
/
+4
|
\
*
|
This changes device_image_interface::filetype() to return 'const std::string ...
Nathan Woods
2016-07-31
1
-5
/
+5
|
/
*
device_image_interface::call_softlist_load() was a virtual function where eve...
Nathan Woods
2016-07-21
1
-12
/
+0
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-3
/
+3
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
modernize rom_load_manager (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+1
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-6
/
+3
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
1
-1
/
+1
*
clang-modernize part 2
Miodrag Milanovic
2015-12-04
1
-9
/
+9
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
1
-1
/
+1
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+445