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
/
emu
/
machine
/
idectrl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
added IDE_CONTROLLER_32 for systems that have 32 bit prefetch (nw)
smf-
2013-06-23
1
-16
/
+43
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Added vt83c461, which is currently implemented as a 32 bit chip. This allows ...
smf-
2013-06-19
1
-12
/
+0
*
Added ata_interface_device, ide_controller_device is now only for pc register...
smf-
2013-06-19
1
-94
/
+10
*
Changed "features" to "identify device". Don't set DRDY immediately when exec...
smf-
2013-06-16
1
-1
/
+1
*
Renamed some #defines to match up closer to the ATA specification. Added vali...
smf-
2013-06-14
1
-0
/
+2
*
ata flash device derives from ide hdd device and adds pccard interface, inste...
smf-
2013-06-13
1
-1
/
+0
*
Split hard drive emulation from the ide controller. [smf]
smf-
2013-06-13
1
-28
/
+25
*
moved the reset timer across (nw)
smf-
2013-06-13
1
-2
/
+0
*
moved the status timer across (nw)
smf-
2013-06-13
1
-1
/
+0
*
moved the status and command across (nw)
smf-
2013-06-13
1
-3
/
+0
*
error register moved across (nw)
smf-
2013-06-13
1
-1
/
+0
*
Allow more than one ide controller on the same device [smf]
smf-
2013-06-12
1
-6
/
+8
*
a couple more over the fence (nw)
smf-
2013-06-12
1
-3
/
+0
*
moved a couple more variables (nw)
smf-
2013-06-12
1
-3
/
+0
*
moved block_count to the device, renamed some ide commands to make them close...
smf-
2013-06-12
1
-1
/
+0
*
moved password fields off the ide controller (nw)
smf-
2013-06-12
1
-10
/
+3
*
moved more state from idectrl.h (nw)
smf-
2013-06-12
1
-7
/
+3
*
moved the buffer from the ide controller to the device (nw)
smf-
2013-06-11
1
-2
/
+0
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-1
/
+1
*
converted to device_timer() (nw)
smf-
2013-06-10
1
-0
/
+1
*
Decoupled the IDE bus master emulation from the hard drive emulation [smf]
smf-
2013-06-10
1
-17
/
+27
*
Started to separate the bus master dma from the drive emulation (nw)
smf-
2013-06-09
1
-0
/
+4
*
created a new device for the bus master ide controller, but the implementatio...
smf-
2013-06-09
1
-26
/
+39
*
First pass at tidying up ide interface. It no longer tries to force everythin...
smf-
2013-06-08
1
-15
/
+12
*
moved handlers into the ide_controller_device (nw)
smf-
2013-06-06
1
-24
/
+16
*
moved where cur_drive is updated & changed pcmcia trampoline definition to 16...
smf-
2013-06-05
1
-2
/
+2
*
Merge the mame and mess ide hd device (nw)
smf-
2013-06-05
1
-1
/
+1
*
Started to split ide hd from ide controller [smf]
smf-
2013-06-05
1
-93
/
+3
*
Moved default card config, device inputs and clock off the slot interface so ...
smf-
2013-05-29
1
-4
/
+4
*
changed i/o to 8/16 bit & removed the flash trampolines in the driver.(nw)
smf-
2013-05-16
1
-2
/
+2
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-3
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-61
/
+61
*
changed DEVICE_SELF_OWNER to DEVICE_SELF in IDE config & in MCFG_IDE_CONTROLL...
smf-
2012-10-26
1
-2
/
+1
*
cleaned up the ide controller enough to change the irq to a DEVCB2 [smf]
smf-
2012-10-26
1
-22
/
+100
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-9
/
+9
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
conversion of legacy devices into modern wip (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-1
/
+20
*
Removed legacy inline_config support and updated devices using it (no whatsnew)
Miodrag Milanovic
2012-08-30
1
-7
/
+2
*
More proper solution for not connected IDE devices (no whatsnew)
Miodrag Milanovic
2012-08-20
1
-0
/
+1
*
Added support for fixed slots (used for MAME) and ability to create internal ...
Miodrag Milanovic
2012-05-23
1
-5
/
+5
*
- removed need for *_dev.lst files [Miodrag Milanovic]
Miodrag Milanovic
2012-02-23
1
-0
/
+2
*
Clean-ups and version bump
mame0145u1
Angelo Salese
2012-02-19
1
-6
/
+6
*
Small cleanup (no whatsnew)
Miodrag Milanovic
2012-02-09
1
-2
/
+0
*
IDE controller now support two slots, currently used devices are made as slot...
Miodrag Milanovic
2012-02-09
1
-16
/
+113
*
Added support for 2 drives on IDE controller [Miodrag Milanovic]
Miodrag Milanovic
2012-01-12
1
-1
/
+1
*
Preps for doing idectrl change to work with more devices (no whatsnew)
Miodrag Milanovic
2012-01-11
1
-1
/
+1
*
Various changes and improvements to the Chihiro emulation [Samuele Zannoli]
Angelo Salese
2011-09-06
1
-0
/
+10
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-1
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-9
/
+9
[next]