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
/
8257dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
some memconv.h usage removal (nw)
Miodrag Milanovic
2012-05-24
1
-1
/
+0
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-18
/
+18
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-49
/
+43
*
Fixed the I/O address in Intel 8257 DMA operations. [Curt Coder]
Curt Coder
2011-04-15
1
-2
/
+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
-9
/
+9
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-3
/
+3
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-3
/
+3
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-4
/
+4
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-2
/
+2
*
Added an integral device_timer_id to device timers. This is a
Aaron Giles
2010-09-17
1
-68
/
+66
*
Correcting device names. No whatsnew.
Ryan Holtz
2010-08-28
1
-1
/
+1
*
Updated the i8257 DMA device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-26
1
-228
/
+234
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-6
/
+4
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-8
/
+8
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+0
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Refactored i8257 DMA to use devcb.
Curt Coder
2009-11-07
1
-112
/
+147
*
Deprecated device_set_info. Almost all devices had a NULL or empty
Aaron Giles
2009-04-23
1
-10
/
+0
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-4
/
+4
*
On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote:
Aaron Giles
2009-01-22
1
-2
/
+0
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-6
/
+6
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-1
/
+1
*
Made CPUs into proper devices. CPUs are now added in the
Aaron Giles
2008-12-16
1
-2
/
+2
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-10
/
+10
*
Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch,
Aaron Giles
2008-11-26
1
-3
/
+3
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-13
/
+9
*
Massive API cleanup/change. The primary goal is that all CPU-
Aaron Giles
2008-11-13
1
-1
/
+1
*
Cleanups and version bump.
mame0127u3
Aaron Giles
2008-09-11
1
-1
/
+1
*
Changed DEVICE_START functions to return an error code. Currently this
Aaron Giles
2008-09-09
1
-1
/
+2
*
8257dma and z80dma devices now require device callback handlers instead of ma...
Couriersud
2008-08-03
1
-21
/
+25
*
Cleanups and version bump.
mame0126u2
Aaron Giles
2008-07-24
1
-2
/
+2
*
From: Micko [mailto:mmicko@gmail.com]
Aaron Giles
2008-07-24
1
-7
/
+28
*
Cleanups/version bump.
mame0125u7
Aaron Giles
2008-06-26
1
-1
/
+1
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-06-26
1
-2
/
+1
*
implemented 8257 dma controller as proper device
Couriersud
2008-06-22
1
-151
/
+161
*
Cleanups for 0.125u3.
Aaron Giles
2008-05-29
1
-8
/
+8
*
Credit Miodrag Milanovic: Implement autoload mode in 8257
Couriersud
2008-05-27
1
-3
/
+26
*
Added running_machine * parameter to the front of all read/write handlers.
Aaron Giles
2008-03-05
1
-14
/
+14
*
Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic().
Aaron Giles
2008-02-06
1
-2
/
+2
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-0
/
+1
*
- Changed cpunum_set_input_line* functions to take running_machine as an argu...
Zsolt Vasvari
2008-01-24
1
-1
/
+1
*
Changes for MAME 0.121u3.
mame0121u3
Aaron Giles
2007-12-17
1
-0
/
+378