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
/
emu
/
machine
/
wozfdc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-587
/
+0
*
Added some that could be tracked in emu section (nw)
Miodrag Milanovic
2015-05-13
1
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
small cleanup (nw)
Miodrag Milanovic
2015-04-22
1
-2
/
+1
*
some astring to std::string conversion (nw)
Miodrag Milanovic
2015-04-18
1
-1
/
+1
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
wozfdc: Reduce the flux inversion pulse duration to the minimum [Peter Ferrie...
Olivier Galibert
2015-02-21
1
-4
/
+2
*
fixed usage of uninitialized member in wozfdc_device (nw)
Oliver Stöneberg
2014-10-23
1
-0
/
+1
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-3
/
+3
*
(MESS) Even better apple3 drive select. [Paul Hagstrom]
R. Belmont
2014-09-08
1
-1
/
+1
*
(MESS) apple3: Further improvements to drive select (nw)
R. Belmont
2014-09-07
1
-7
/
+34
*
(MESS) apple3: invert enable1 sense, external drive selection now works prope...
R. Belmont
2014-09-07
1
-1
/
+1
*
(MESS) apple3: refresh selected drive after the softswitches are changed. [Pa...
R. Belmont
2014-09-06
1
-0
/
+5
*
floppy: Handle half and quarter tracks [O. Galibert]
Olivier Galibert
2014-08-09
1
-20
/
+3
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-15
/
+14
*
(MESS) apple3: now using the cycle-accurate floppy emulation. [R. Belmont]
R. Belmont
2014-07-04
1
-2
/
+2
*
first batch of passing attotime as const reference instead of copy - where po...
Oliver Stöneberg
2014-07-02
1
-2
/
+2
*
fixed usage of uninitialized member in wozfdc_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+1
*
no need for including assert.h since overload is in emucore.h that we already...
Miodrag Milanovic
2014-04-15
1
-1
/
+0
*
Appease MSVC compiler
Nathan Woods
2014-04-12
1
-1
/
+1
*
(MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ...
R. Belmont
2014-04-12
1
-0
/
+573