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
/
coco
/
cococart.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
bus/coco: add CoCo Max Hi Res Input Module (#8104)
tim lindner
2021-05-31
1
-0
/
+2
*
bus/coco: Renamed Games Master cartdige slot option to gmc to match the Drago...
tim lindner
2021-03-31
1
-1
/
+1
*
bus/coco Added CoCo and Dragon MIDI cartridges. (#7589)
tim lindner
2020-12-25
1
-1
/
+3
*
Adjust CoCo 3 PIA mirrors (#7551)
tim lindner
2020-12-12
1
-7
/
+29
*
Cleanups and corrections for CoCo cartridge slot configuration (#7502)
npwoods
2020-11-23
1
-0
/
+62
*
bus/coco: Simplify handler signatures and uint type names (nw)
AJR
2020-06-07
1
-21
/
+21
*
Fixed ROM fill routine
tim lindner
2020-04-30
1
-1
/
+1
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-7
/
+7
*
coco2: Converted all coco/dragon extension devices to use cts handlers.
Nigel Barnes
2019-05-25
1
-7
/
+1
*
coco12.cpp: Added handlers for CTS region $C000-$FEFF, allows cartridges to i...
Nigel Barnes
2019-05-11
1
-1
/
+52
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-37
/
+3
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-3
/
+37
*
coco: Fixed loading Orchestra-90, RS-232 Program Pak, Modem Pak from softlist...
Nigel Barnes
2019-03-23
1
-3
/
+3
*
ay8910.cpp : Updates
cam900
2019-02-15
1
-34
/
+0
*
Fixed Zumwalt banking thru the Multi-Pak.
tim lindner
2018-10-07
1
-7
/
+25
*
Avoid multiple explicit instantiations definition of templates
Stefan Brüns
2018-06-29
1
-0
/
+3
*
(nw) misc follow-up
Vas Crabb
2018-05-06
1
-1
/
+0
*
Streamline machine configuration macros - everyone's a device edition.
Vas Crabb
2018-05-06
1
-0
/
+1
*
The great CoCo/Dragon clock correction (nw)
AJR
2017-12-30
1
-1
/
+1
*
coco3: Make banked cartridges actually work
AJR
2017-09-28
1
-3
/
+25
*
srcclean (nw)
Vas Crabb
2017-06-25
1
-11
/
+11
*
[CoCo] Follow up hygiene on CoCo cartridge slot refactoring (#2371)
npwoods
2017-06-11
1
-1
/
+13
*
[CoCo] Changed device_cococart_interface implementations to do dynamic_casts ...
npwoods
2017-06-04
1
-7
/
+29
*
CoCo: Overhaul to the cartridge slot subsystem and Speech/Sound Cartridge sup...
npwoods
2017-06-01
1
-39
/
+137
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-7
/
+7
*
srcclean (nw)
Vas Crabb
2017-04-23
1
-1
/
+1
*
Changes to make get_default_card_software() less stupid
Nathan Woods
2017-04-10
1
-1
/
+1
*
[CoCo] Further cleanups in CoCo cartridge slot signal handling
Nathan Woods
2017-03-19
1
-18
/
+47
*
CoCo: Implementing support for enabling and disabling cartridge-specific sound
Nathan Woods
2017-03-11
1
-1
/
+12
*
Make device_image_interface::update_names a private method called automatical...
AJR
2017-03-03
1
-14
/
+0
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
device_image_interface cleanups (nw)
AJR
2017-02-27
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-4
/
+4
*
srcclean (nw)
Vas Crabb
2016-09-26
1
-1
/
+1
*
Rough C++ modernization of CoCo cartridge infrastructure (usage of 'enum clas...
Nathan Woods
2016-08-18
1
-26
/
+27
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-2
/
+2
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
device_image_interface::call_softlist_load() was a virtual function where eve...
Nathan Woods
2016-07-21
1
-12
/
+0
*
Revert software-installed slot/image options when changing software
AJR
2016-04-04
1
-1
/
+0
*
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
-2
/
+2
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
1
-2
/
+2
*
Revert "use c++ cast instead of c casts (nw)"
Miodrag Milanovic
2015-12-05
1
-4
/
+4
*
use c++ cast instead of c casts (nw)
Miodrag Milanovic
2015-12-05
1
-4
/
+4
*
clang-modernize part 2
Miodrag Milanovic
2015-12-04
1
-6
/
+6
*
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
/
+451