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
/
ins8154.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-15
/
+15
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-34
/
+25
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-5
/
+5
*
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
-7
/
+7
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-5
/
+5
*
Turns out those 'redundant' NULL checks were there for a reason. Balls. No ...
Ryan Holtz
2010-08-27
1
-4
/
+16
*
Updated the INS 8154 RAM I/O device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-27
1
-133
/
+129
*
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
-4
/
+3
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-12
/
+12
*
ins8154: Updated to use devcb calls, cleaned up
Dirk Best
2010-02-22
1
-119
/
+137
*
Moved ins8154 emulation from MESS to MAME, needed by future drivers
Dirk Best
2010-02-20
1
-0
/
+252