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
Commit message (
Expand
)
Author
Age
Files
Lines
*
API change for device_image_interface
AJR
2023-03-30
32
-139
/
+157
*
imagedev/floppy.cpp: Fix build
AJR
2023-02-26
1
-1
/
+1
*
imagedev/floppy: Eliminate superfluous return value for load callback
AJR
2023-02-26
1
-1
/
+1
*
Various cleanups:
Vas Crabb
2023-02-27
3
-14
/
+14
*
diimage.h: Move a few macro and delegate definitions down into subclasses
AJR
2023-01-01
2
-0
/
+6
*
imagedev: Allow command-line creation for tapes/memory cards/printouts.
Vas Crabb
2022-12-24
4
-0
/
+4
*
floppy sound: fix spin sample oob access
hap
2022-12-06
1
-3
/
+6
*
harddisk.h: #include shuffling
AJR
2022-11-26
1
-0
/
+1
*
Changed fs::manager_t::enumerate_f() to simplify logic within file system dri...
npwoods
2022-09-19
2
-4
/
+11
*
-gameboy.xml, gbcolor.xml: Demoted HuC-3 games to partially working.
Vas Crabb
2022-09-12
1
-1
/
+1
*
OSD/network interface cleanup
AJR
2022-08-28
4
-1
/
+11
*
imagedev/midiin.cpp: send All Notes Off CC when unloading a MIDI file (#10221)
Devin Acker
2022-08-14
1
-0
/
+10
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
13
-158
/
+147
*
Removed superfluous semicolons from various source files. (#9796)
0kmg
2022-05-22
1
-1
/
+1
*
Revert "bitbanger: Add udp multicast support (#9744)" (#9749)
Vas Crabb
2022-05-13
2
-30
/
+0
*
bitbanger: Add udp multicast support (#9744)
tedgreen99
2022-05-12
2
-0
/
+30
*
Revert "tests"
hap
2022-04-26
1
-23
/
+0
*
Revert "debug"
hap
2022-04-26
1
-2
/
+1
*
debug
Olivier Galibert
2022-04-26
1
-1
/
+2
*
tests
Olivier Galibert
2022-04-26
1
-0
/
+23
*
Changed floppy_image_device::identify() to take std::string_view instead of s...
npwoods
2022-04-24
2
-2
/
+2
*
srcclean in preparation for 0.243
Vas Crabb
2022-04-24
1
-1
/
+1
*
Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f...
npwoods
2022-04-11
2
-8
/
+4
*
midiin: Use util::random_read rather than buffer pointer in MIDI file parser
AJR
2022-04-09
2
-15
/
+101
*
hard_disk_file: Hide the chd
Olivier Galibert
2022-04-04
6
-71
/
+49
*
Changed floppy_image_device::init_fs() to set the dirty bit on the floppy ima...
npwoods
2022-04-03
1
-0
/
+3
*
cdrom_file: classify. Could use more internal work, but it's a step
Olivier Galibert
2022-04-01
1
-6
/
+6
*
hard_disk_file: classify
Olivier Galibert
2022-04-01
2
-13
/
+13
*
floppy: revisit the identify returns
Olivier Galibert
2022-03-30
1
-0
/
+2
*
floppy: Change the internal format to flux changes, update the mfi format acc...
Olivier Galibert
2022-03-30
2
-149
/
+131
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
2
-37
/
+29
*
docs: Added page describing how MAME searches for media.
Vas Crabb
2022-03-10
2
-28
/
+4
*
Remove fileio.h from emu.h
AJR
2022-02-11
2
-0
/
+2
*
devices/*: Removed extra semicolons after function bodies in headers. (#9275)
0kmg
2022-02-06
1
-2
/
+2
*
Clean up various loose ends:
Vas Crabb
2022-02-03
2
-11
/
+51
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
10
-13
/
+13
*
device_image_interface: Interface overhaul
AJR
2022-01-06
31
-88
/
+438
*
Move filesystem library into separate namespace and use shorter uX type names...
AJR
2021-12-31
2
-15
/
+15
*
midiin_device: handle channel remapping at playback time instead of load time...
Devin Acker
2021-12-19
2
-15
/
+19
*
imagedev/midiin.cpp: Made channel remapping configurable. (#8907)
Devin Acker
2021-12-02
2
-13
/
+49
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
7
-15
/
+38
*
Formats-related refactoring
AJR
2021-09-11
3
-2
/
+6
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
9
-261
/
+236
*
enmirage: fixed and updated to load and play via MIDI, panel controls hooked ...
tim lindner
2021-06-03
2
-1
/
+38
*
floppy: fix the build
Patrick Mackinlay
2021-06-01
1
-0
/
+1
*
midiin: Add support for providing a .mid file as input
Aaron Giles
2021-05-27
2
-20
/
+467
*
floppy: Change the formats from an intrusive list to a vector
Olivier Galibert
2021-05-27
2
-19
/
+10
*
flux viewer switched on by mistake
Olivier Galibert
2021-05-26
1
-1
/
+1
*
vtech: Add floppy formats and fs
Olivier Galibert
2021-05-26
1
-1
/
+1
*
floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed
Olivier Galibert
2021-05-25
2
-1
/
+30
[next]