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
/
z80sti.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
*
(MESS) Added RS-232 ports to several drivers. [Curt Coder]
Curt Coder
2013-05-21
1
-173
/
+169
*
Cleanups and version bump
mame0148u2
Miodrag Milanovic
2013-03-19
1
-1
/
+1
*
fixed uninitialized members in src/emu/machine/z80sti.c (nw)
Oliver Stöneberg
2013-02-22
1
-0
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-47
/
+47
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-16
/
+16
*
Fixed Z80STI interrupts. [Curt Coder]
Curt Coder
2011-04-27
1
-1
/
+11
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-74
/
+31
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-6
/
+6
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
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
-19
/
+19
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-10
/
+10
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-6
/
+6
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-6
/
+6
*
Move device definitions out of the bottom of the file. They can be
Aaron Giles
2010-09-19
1
-2
/
+8
*
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
-2
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-512
/
+444
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-31
/
+31
*
Imported Z80 DART and Z80 STI from MESS. (no whatsnew)
Curt Coder
2010-03-08
1
-0
/
+849