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
/
devices
/
imagedev
/
floppy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
floppy: Add TEAC FD-30A 3 inch floppy drive
Dirk Best
2017-11-01
1
-0
/
+36
*
srcclean (nw)
Vas Crabb
2017-10-22
1
-1
/
+1
*
hiscore.dat: updates [Leezer]
cracyc
2017-10-15
1
-2
/
+3
*
isbc: these break the SCT (nw)
cracyc
2017-09-30
1
-1
/
+1
*
floppy: Add drive LED callback
Dirk Best
2017-08-27
1
-21
/
+33
*
floppy: Added FLOPPY_HFE_FORMAT to default_floppy_formats.
Nigel Barnes
2017-08-24
1
-0
/
+1
*
HP9845: improved keyboard mapping & German layout (#2351)
fulivi
2017-06-05
1
-1
/
+1
*
some more device_add_mconfig. Only devices/bus remains. (nw)
Ivan Vangelista
2017-06-02
1
-5
/
+1
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-1
/
+1
*
floppy: Fix for a segfault when emulating HP9895 drive [F.Ulivi]
fulivi
2017-05-21
1
-1
/
+8
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-97
/
+93
*
Fix compile error noticed on VS (nw)
Miodrag Milanovic
2017-03-26
1
-1
/
+1
*
Oops (nw)
AJR
2017-03-03
1
-1
/
+1
*
Device validation fixes, floppy edition (nw)
AJR
2017-03-03
1
-4
/
+4
*
Make device_image_interface::update_names a private method called automatical...
AJR
2017-03-03
1
-8
/
+0
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-60
/
+62
*
remove tag() argument from logerror() calls in cpu/i86, floppy code
Sergey Svishchev
2017-02-20
1
-2
/
+2
*
Merge pull request #1974 from shattered/_55d0495
R. Belmont
2017-01-14
1
-4
/
+13
|
\
|
*
imagedev/floppy: add has_trk00 property, initially for IBM 6360 8-inch drives
Sergey Svishchev
2017-01-15
1
-2
/
+3
|
*
imagedev/floppy: add 'dskchg_writable' property (for Sony Microfloppy drives)
Sergey Svishchev
2017-01-15
1
-2
/
+10
*
|
Taito 68705 interface improvements:
Vas Crabb
2017-01-15
1
-0
/
+4
*
|
floppy: Added TODO comments; revert stp_w ignore on spin-up until further evi...
Michael Zapf
2017-01-13
1
-2
/
+10
*
|
Fix for duplicate device description issue between ibm_6360 and floppy_8_sssd...
Scott Stone
2017-01-11
1
-1
/
+1
|
/
*
IBM 6580 Displaywriter de-skeletonization [shattered]
Sergey Svishchev
2017-01-10
1
-0
/
+34
*
floppy: Forgot to remove the logerror output (nw)
Michael Zapf
2017-01-05
1
-1
/
+1
*
floppy: Inhibit reading/stepping until drive has spun up; this concerns drive...
Michael Zapf
2017-01-05
1
-1
/
+6
*
upd765: isbc215 format expects sector size to be in result (nw)
cracyc
2016-12-03
1
-0
/
+4
*
Revert "using of IS_ENABLED in files used in tiny build (nw)"
Miodrag Milanovic
2016-11-12
1
-2
/
+2
*
using of IS_ENABLED in files used in tiny build (nw)
Miodrag Milanovic
2016-11-11
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-88
/
+88
*
Improved floppy sound emulation.
Michael Zapf
2016-08-25
1
-140
/
+293
*
Initial modernization of Phil's CMI IIx driver, nw
therealmogminer@gmail.com
2016-08-16
1
-1
/
+1
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-7
/
+7
*
Created device_image_interface::add_format() protected member and made device...
Nathan Woods
2016-07-31
1
-1
/
+1
*
Converted a number of zippath calls that took 'const char *' to std::string
Nathan Woods
2016-07-29
1
-1
/
+1
*
C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch...
Nathan Woods
2016-07-07
1
-1
/
+1
*
m_formatlist is now vector (nw)
Miodrag Milanovic
2016-06-19
1
-1
/
+1
*
gcc 6.1.1 warning fixes (nw)
Olivier Galibert
2016-06-16
1
-8
/
+8
*
Workaround for MT 06194 (potential segfault during floppy load)
AJR
2016-05-01
1
-1
/
+7
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-159
/
+0
*
* Remove confusing method from vectorstreams that hide base_ios method (fixes...
Vas Crabb
2016-03-18
1
-3
/
+3
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-7
/
+7
*
floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese...
Olivier Galibert
2016-03-10
1
-9
/
+9
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-7
/
+8
*
Some missed in menu conversion.
dankan1890
2016-01-31
1
-4
/
+4
*
reverting:
Miodrag Milanovic
2016-01-20
1
-35
/
+35
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-35
/
+35
*
image_manager modernized and move some things around (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+0
[next]