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
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
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
/
emu
/
imagedev
/
flopdrv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another round of -Wextra -Wdouble-promotion fixes. (nw)
couriersud
2015-05-20
1
-1
/
+1
*
Added some for Nathan and some more for Nicola (nw)
Miodrag Milanovic
2015-05-11
1
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
Cleanup of image device interfaces (nw)
Miodrag Milanovic
2014-05-02
1
-31
/
+15
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-4
/
+3
*
Fix initialization of legacy floppy (nw)
Miodrag Milanovic
2014-04-04
1
-4
/
+56
*
modernized access for legacy floppy, quite straight forward thing (nw)
Miodrag Milanovic
2014-04-02
1
-392
/
+238
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-19
/
+2
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-2
/
+2
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-34
/
+34
*
[APPLE2] Floppy drive cleanups/modernization (nw)
Nathan Woods
2012-12-23
1
-15
/
+0
*
Stop allocating arrays of UINT8s for the tokens, when
Aaron Giles
2012-09-18
1
-2
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-4
/
+2
*
Clean-ups and version bump (yes, I know, it's too late)
mame0145u4
Angelo Salese
2012-03-11
1
-2
/
+2
*
Sync with MESS (no whatsnew)
Miodrag Milanovic
2012-03-06
1
-3
/
+0
*
Partial conversion of legacy floppy to modern device (no whatsnew)
Miodrag Milanovic
2012-03-05
1
-192
/
+176
*
Sync with MESS, including OG's fix for exiting with debugger active (no whats...
Miodrag Milanovic
2012-01-26
1
-4
/
+4
*
Commented some sanity checks and dependency of MESS code (no whatsnew)
Miodrag Milanovic
2011-11-16
1
-6
/
+4
*
"English doesn't borrow from other languages. English follows other languages...
Scott Stone
2011-08-23
1
-1
/
+1
*
floppy_image to floppy_image_legacy rename (no whatsnew)
Miodrag Milanovic
2011-07-20
1
-2
/
+2
*
Renamed current floppy implementation to legacy (no whatsnew)
Miodrag Milanovic
2011-07-11
1
-2
/
+2
*
Fixed floppy device issue reading device_displayinfo callback, fixes floppy i...
Miodrag Milanovic
2011-06-25
1
-2
/
+2
*
Synced with MESS. (nw)
Curt Coder
2011-06-23
1
-1
/
+1
*
Added index and ready line read functions to floppy drive. [Curt Coder]
Curt Coder
2011-06-23
1
-0
/
+11
*
Cleanups and version bump
mame0142u6
Angelo Salese
2011-06-19
1
-1
/
+1
*
Preps for floppy conversion to c++ device (no whatsnew)
Miodrag Milanovic
2011-06-18
1
-20
/
+13
*
flopdrv - Added setting of disk change signal on image load (no whatsnew)
Miodrag Milanovic
2011-06-11
1
-0
/
+3
*
Fixed for apple2fdc softlist loading (no whatsnew)
Miodrag Milanovic
2011-05-31
1
-3
/
+7
*
Moved format handling and all formats to separate library [Miodrag Milanovic]
Miodrag Milanovic
2011-05-06
1
-1
/
+1
*
Renamed one image interface call till I am aware what is what (no whatsnew)
Miodrag Milanovic
2011-05-04
1
-2
/
+2
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-18
/
+18
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-6
/
+6
*
cleanups, this time for good
Angelo Salese
2011-04-17
1
-2
/
+2
*
cassette.c/flopdrv.c: added support for a display info callback function [Mio...
Miodrag Milanovic
2011-04-08
1
-1
/
+16
*
BIG update.
Aaron Giles
2011-03-29
1
-15
/
+15
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-4
/
+4
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-3
/
+3
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-3
/
+3
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-2
/
+2
*
Moved image devices implementation and related UI functions to emu section fr...
Miodrag Milanovic
2011-01-05
1
-0
/
+1045