index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
imagedev
/
cassette.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Significant internal changes to sound streams (#7169)
Aaron Giles
2020-09-13
1
-2
/
+2
*
odyssey2/homecomp: add cassette i/o
hap
2020-08-12
1
-15
/
+3
*
(nw) hopefully fixed cassette bugs from my commit of 6 months ago
Robbbert
2020-01-07
1
-11
/
+35
*
(nw) misc cleanup:
Vas Crabb
2019-10-11
1
-10
/
+8
*
(nw) cassette: cleanup, and fixed a few minor but annoying bugs
Robbbert
2019-07-21
1
-55
/
+21
*
(nw) fix lots of inadverently mutable static pointers
Vas Crabb
2018-09-20
1
-1
/
+1
*
cassette: Allow cassette sound to be directly routed to a sound output.
Michael Zapf
2018-08-19
1
-7
/
+58
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Make device_image_interface::update_names a private method called automatical...
AJR
2017-03-03
1
-3
/
+0
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
Fixed regression with cassette code that caused hangs to happen when loading ...
Nathan Woods
2016-08-20
1
-5
/
+16
*
casserr_t ==> enum class cassette_image::error
Nathan Woods
2016-08-20
1
-8
/
+8
*
Stop forcing cassette image create when loading zero-length images. Also min...
Nathan Woods
2016-08-20
1
-6
/
+5
*
Eliminated device_image_interface::make_readonly()
Nathan Woods
2016-08-09
1
-4
/
+0
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-6
/
+7
*
1. Merge branch 'master' into diimage_filetype_as_stdstring
Nathan Woods
2016-07-31
1
-3
/
+3
|
\
|
*
for bool type use true and false (nw)
Miodrag Milanovic
2016-07-31
1
-3
/
+3
*
|
This changes device_image_interface::filetype() to return 'const std::string ...
Nathan Woods
2016-07-31
1
-14
/
+2
|
/
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
Removed device_image_interface::has_been_created()
Nathan Woods
2016-07-30
1
-2
/
+7
*
C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch...
Nathan Woods
2016-07-07
1
-1
/
+1
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-4
/
+4
*
Modernized the cassette animation
Nathan Woods
2016-06-18
1
-47
/
+48
*
Moved things a bit around to better decouple
fulivi
2016-06-09
1
-4
/
+36
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-52
/
+3
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-4
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-2
/
+2
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-2
/
+2
*
image_manager modernized and move some things around (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+0
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-8
/
+8
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-7
/
+7
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-3
/
+9
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+430