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
/
machine
/
upd765.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849)
Devin Acker
2025-06-21
1
-2
/
+12
*
upd765: also set ST0_SE when seeking not ready drive (verified on real hardware)
cracyc
2024-11-03
1
-2
/
+2
*
-igs/igs_m027.cpp, igs/igs_m027_023vid.cpp: Hide inactive inputs for more games.
Vas Crabb
2024-10-21
1
-8
/
+6
*
upd765: reset st0 when starting a seek and fail if drive isn't ready
cracyc
2024-10-19
1
-2
/
+14
*
upd765: indicate ready status in polling irq sense
cracyc
2024-10-05
1
-1
/
+1
*
upd765: don't enable_transfer after tc
cracyc
2024-10-05
1
-1
/
+1
*
upd765: don't bail immediately when a sector address crc failure fixes ea int...
cracyc
2024-09-16
1
-6
/
+7
*
upd765: Drive busy bits should not be cleared until a SIS is executed (#12585)
Brian Johnson
2024-07-21
1
-20
/
+8
*
psr540: Start adding the floppy
Olivier Galibert
2024-05-13
1
-1
/
+0
*
upd765.h: remove unused variable
hap
2024-04-06
1
-2
/
+2
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-24
/
+3
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-1
/
+1
*
Cleaned up some recent changes.
Vas Crabb
2023-04-12
1
-36
/
+37
*
lw700i: connect fdc and floppy drive, don't work yet because of dma
cracyc
2023-04-08
1
-1
/
+13
*
brother/lw350.cpp: Added driver for Brother LW-350,LW-450 word processor. (#1...
cracyc
2023-04-08
1
-0
/
+159
*
upd765: turn back down excessive default verbosity level
cracyc
2023-03-20
1
-1
/
+1
*
upd765: Minimally add some auxcmd commands to the 72069 (need docs!)
Olivier Galibert
2023-03-16
1
-1
/
+18
*
upd765: unify data_irq and other_irq (#10765)
cracyc
2023-01-02
1
-16
/
+13
*
upd765: clear wc if the found sector has the correct cyl in the address field
cracyc
2022-12-16
1
-0
/
+1
*
upd765: revert data_completion change and clear data_irq in fifo_r/w. Also d...
cracyc
2022-12-05
1
-13
/
+8
*
upd765.cpp: return a command_end with data_completion = false for failed comm...
Angelo Salese
2022-12-01
1
-5
/
+8
*
* new WORKING machine
Olivier Galibert
2022-09-06
1
-0
/
+2
*
sony_news/news_r4k.cpp: Implemented Sony NEWS NWS-5000X driver. (#8854)
Brice Onken
2022-08-20
1
-0
/
+23
*
pwrview: fdc work
cracyc
2022-06-21
1
-13
/
+18
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-26
/
+21
*
-tim011.cpp: Hooked up floppy drives properly. (#9649)
Miodrag Milanović
2022-05-02
1
-8
/
+12
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
upd765: Check write protect during write & format commands (#9145)
SomeRandomGuyIdk
2022-01-14
1
-2
/
+19
*
upd765: improve SRA and SRB emulation; add DP8473 reset irq (#9062)
shattered
2021-12-30
1
-4
/
+32
*
Logging format cleanups and minor no-op code changes. (#8932)
shattered
2021-12-06
1
-2
/
+2
*
upd765: use the command sector size not the address size in read track and se...
cracyc
2021-10-18
1
-3
/
+3
*
-machine/fdc37c665gt.cpp: Reimplemented with floppy and parallel support.
987123879113
2021-03-02
1
-2
/
+18
*
Fix most implicit fallthrough warnings from clang
Vas Crabb
2020-11-17
1
-1
/
+1
*
upd765: Explicitly emulate reset line
AJR
2020-10-02
1
-36
/
+62
*
upd765: Fix another copy/paste mistake (nw)
AJR
2020-05-19
1
-2
/
+2
*
upd765: Fix copy/paste mistake (nw)
AJR
2020-05-19
1
-2
/
+2
*
pc8477a, tc8566af: Increase number of steps for recalibrate command
AJR
2020-05-19
1
-0
/
+3
*
n82077aa, pc8477: SRA and SRB are not mapped in AT mode (nw)
AJR
2020-05-18
1
-4
/
+8
*
upd765: Move PS/2-class functionality out of base device (nw)
AJR
2020-05-18
1
-60
/
+133
*
uPD765 family updates
AJR
2020-05-18
1
-20
/
+36
*
upd765: bah (nw)
Patrick Mackinlay
2020-04-24
1
-1
/
+1
*
upd765: partially revert dma change (nw)
Patrick Mackinlay
2020-04-24
1
-2
/
+2
*
upd765: dma fixes (nw)
Patrick Mackinlay
2020-04-16
1
-3
/
+3
*
wd37c65c: Note on map use (nw)
AJR
2020-04-08
1
-0
/
+3
*
Collapse pc_fdc device hierarchy (nw)
AJR
2020-04-07
1
-1
/
+1
*
upd765: upd72067 stub (nw)
Patrick Mackinlay
2020-03-26
1
-0
/
+44
*
(nw) misc cleanup:
Vas Crabb
2019-10-05
1
-11
/
+11
*
wd37c65c: Allow second clock to be configured (not used yet) (nw)
AJR
2019-04-17
1
-1
/
+5
*
upd765: Add uPD72069 device type for mpc3000 (nw)
AJR
2019-04-13
1
-1
/
+14
*
upd765: Drive selection improvements
AJR
2019-04-13
1
-2
/
+15
[next]