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
/
z80dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
z80dma: Implemented Auto Restart. [Curt Coder]
Curt Coder
2013-11-16
1
-7
/
+23
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
fixed uninitialized memory in src/emu/machine/z80dma.c (nw)
Oliver Stöneberg
2013-03-06
1
-0
/
+1
*
fixed uninitialized member in src/emu/machine/z80dma.c (nw)
Oliver Stöneberg
2013-02-22
1
-0
/
+1
*
fixed unfixed uninitialized variables in src/emu/machine/z80dma.c (nw)
Oliver Stöneberg
2013-02-16
1
-0
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-81
/
+81
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-2
/
+2
*
z80dma: support for search & transfer mode [Angelo Salese]
Angelo Salese
2012-07-05
1
-38
/
+44
*
some memconv.h usage removal (nw)
Miodrag Milanovic
2012-05-24
1
-1
/
+0
*
Fix z80dma assert
Angelo Salese
2012-01-04
1
-3
/
+4
*
z80dma: Added an alternative way of register read-back that directly
Angelo Salese
2011-08-16
1
-20
/
+39
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-17
/
+17
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-65
/
+22
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-2
/
+2
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Fixed decrementing transfers in z80dma core [Angelo Salese]
Angelo Salese
2011-03-24
1
-6
/
+4
*
z80dma assert patching, don't bother
Angelo Salese
2011-02-12
1
-0
/
+2
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-17
/
+17
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-2
/
+2
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-2
/
+2
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-3
/
+3
*
Cleanups and version bump.
Aaron Giles
2010-10-14
1
-2
/
+2
*
Modified Z80-DMA reset command (C3) to not randomly clear registers. [Curt Co...
Curt Coder
2010-09-24
1
-0
/
+5
*
Move device definitions out of the bottom of the file. They can be
Aaron Giles
2010-09-19
1
-2
/
+7
*
Improved Z80-DMA debug logging. (no whatsnew)
Curt Coder
2010-09-19
1
-24
/
+31
*
Revert previous z80dma fix (made it specific to the MESS driver), not worth
Angelo Salese
2010-09-04
1
-1
/
+1
*
Fixed z80dma ready state callback when it's configured as active low [Angelo ...
Angelo Salese
2010-09-03
1
-1
/
+1
*
Small log fix, not worth
Angelo Salese
2010-09-03
1
-4
/
+4
*
Cleanups and version bump.
mame0139u1
Aaron Giles
2010-08-12
1
-1
/
+1
*
Fixed Z80 DMA ready handling. (no whatsnew)
Curt Coder
2010-08-06
1
-19
/
+11
*
Modified way device_type constants are defined in order to get unidasm compil...
Miodrag Milanovic
2010-06-29
1
-0
/
+2
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-1
/
+1
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-11
/
+11
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-528
/
+562
*
Fixed Z80-DMA Load and Continue commands. [Curt Coder]
Curt Coder
2010-03-23
1
-1
/
+2
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-5
/
+5
*
Fixed Z80 DMA ready signal handling. [Curt Coder]
Curt Coder
2010-03-07
1
-21
/
+29
*
Cleanups and version bump.
Aaron Giles
2010-03-04
1
-7
/
+7
*
Cleaned up the Z80-DMA implementation. (no whatsnew)
Curt Coder
2010-02-17
1
-42
/
+133
*
Implemented Z80-DMA interrupts. [Curt Coder]
Curt Coder
2010-02-15
1
-146
/
+279
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-11
/
+11
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-4
/
+4
*
Removed useless assert.
Curt Coder
2009-11-08
1
-2
/
+0
*
Refactored Z80 DMA to use devcb.
Curt Coder
2009-11-08
1
-34
/
+47
*
[z80dma]: Fixed ready flag when the DMA disabled/enabled commands are used
Angelo Salese
2009-09-21
1
-0
/
+6
*
z80dma: added preliminary search mode support and fixed a bug with WR3 mask b...
Angelo Salese
2009-09-21
1
-8
/
+21
*
z80dma: added decrement step mode and fixed a conceptual bug with portA writes
Angelo Salese
2009-09-20
1
-5
/
+8
[next]