summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/cbm_crt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/cbm_crt.cpp')
0 files changed, 0 insertions, 0 deletions
class='logheader'>2022-07-01Moving "special" to "sssr" Miodrag Milanovic7-9/+2 2022-07-01emu: Fixed issues with memory views and snapshot naming. Vas Crabb2-29/+69 Include device tag in memory view save item registration names. Without this, instantiating two of the same device (or two devices with identically named memory views) causes a fatal error on start. Fixed -aviwrite/-mngwrite with -snapview native more than two screens. Previously it would attempt to use the same file name for all screens but the first. Improved naming of snapshots, especially when using -snapview native with -aviwrite/-mngwrite (see GitHub #10005). The automatically included screen number should come before the extension if supplied. Also, assume that users actually know what they’re doing if they include a dot in a snapshot filename pattern. 2022-07-01seta.cpp: redumped blockcar's sound ROM [caius] Ivan Vangelista1-9/+4 2022-07-01source org: latin letters for cccp hap66-71/+71 2022-06-30ksys573.cpp: Fix typo AJR1-1/+1 2022-07-01Fixed a dumb typo in CI workflow and made task name shorter Vas Crabb1-2/+2 2022-07-01barcrest/mpu4*: Refactoring and functionality additions. (#10002) James Wallace9-177/+280 * Added the ability to override the lamp current checks (will fix Lamp Drive errors) - Connect4 no longer requires a lamping hack. * Replaced data logger with serial loopback for systems that expect this.