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
/
z80dart.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-5
/
+5
*
(MESS) superslv: Fixed regression. (nw)
Curt Coder
2013-06-02
1
-21
/
+39
*
(mess) qx10kbd: update to use z80dart (nw)
cracyc
2013-05-28
1
-0
/
+6
*
z80dart: Cleanup. (nw)
Curt Coder
2013-05-28
1
-63
/
+80
*
z80dart: Refactored z80dart_channel to implement device_serial_interface. (nw)
Curt Coder
2013-05-28
1
-365
/
+191
*
z80dart: Refactored dart_channel to be of device_t kin. (nw)
Curt Coder
2013-05-28
1
-332
/
+269
*
(MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part...
Curt Coder
2013-05-27
1
-1
/
+4
*
z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder]
Curt Coder
2013-05-27
1
-61
/
+65
*
z80dart: Added modern register accessors. (nw)
Curt Coder
2013-02-02
1
-0
/
+30
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-121
/
+121
*
(MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder]
Curt Coder
2013-01-09
1
-0
/
+1
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-6
/
+6
*
Fixed Z80DART FIFO starting index. [Curt Coder]
Curt Coder
2011-09-29
1
-1
/
+1
*
Exposed the Z80 DART interrupt vector to non-Z80 users. [Curt Coder]
Curt Coder
2011-09-26
1
-0
/
+10
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-12
/
+12
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-82
/
+39
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-4
/
+4
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Fixed Z80-DART transmit word length. [Curt Coder]
Curt Coder
2011-03-14
1
-4
/
+4
*
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
-27
/
+27
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-4
/
+4
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-4
/
+4
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-4
/
+4
*
z80dart.c:
Wilbert Pol
2010-12-26
1
-0
/
+9
*
Z80DART changes: [Curt Coder]
Curt Coder
2010-12-21
1
-4
/
+6
*
Move device definitions out of the bottom of the file. They can be
Aaron Giles
2010-09-19
1
-7
/
+13
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-7
/
+7
*
Z80DART changes: [Curt Coder]
Curt Coder
2010-08-22
1
-197
/
+249
*
Expanded the Z80-DART interface to allow future implementation of Z80-SIO fea...
Curt Coder
2010-08-21
1
-10
/
+44
*
Clear Z80 DART interrupts at constructor time. [Curt Coder]
Curt Coder
2010-08-20
1
-0
/
+2
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-1
/
+1
*
Modified way device_type constants are defined in order to get unidasm compil...
Miodrag Milanovic
2010-06-29
1
-0
/
+2
*
Fixed regression in z80dart device (no whatsnew)
Miodrag Milanovic
2010-06-28
1
-1
/
+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
-4
/
+4
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-926
/
+828
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-45
/
+45
*
Imported Z80 DART and Z80 STI from MESS. (no whatsnew)
Curt Coder
2010-03-08
1
-0
/
+1504