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
/
devices
/
machine
/
er1400.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ds8874: move to video folder (led driver chip),
hap
2024-04-11
1
-1
/
+1
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-6
/
+6
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-6
/
+6
*
Revert "emu_timer: undo prev commit, add running() getter and change some ena...
hap
2022-11-01
1
-3
/
+3
*
emu_timer: undo prev commit, add running() getter and change some enabled() c...
hap
2022-10-25
1
-3
/
+3
*
er1400: Correct clock phase and better handle data reads
Dirk Best
2022-09-24
1
-2
/
+2
*
Revert "er1400: Fix loss of the first data bit on readback"
Dirk Best
2022-09-17
1
-2
/
+2
*
er1400: Fix loss of the first data bit on readback
Dirk Best
2022-09-15
1
-2
/
+2
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-14
/
+8
*
Use ioprocs classes instead of emu_file for device_nvram_interface's load and...
AJR
2022-02-27
1
-6
/
+10
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+2
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
1
-1
/
+1
*
wy75: Add default EAROM to avoid hanging at start
AJR
2019-04-12
1
-6
/
+15
*
facit4440: Create new skeleton driver; burn-in tests all seem to pass now (nw)
AJR
2018-09-16
1
-1
/
+9
*
Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s...
AJR
2018-06-24
1
-1
/
+1
*
vt100, la120: Make ER1400 non-volatile storage actually work
AJR
2018-03-10
1
-12
/
+70
*
er1400: A little less logging (nw)
AJR
2018-01-11
1
-5
/
+8
*
la120: Write noninverted clock first; make ER1400 address decoding more effic...
AJR
2018-01-01
1
-20
/
+29
*
er1400: More diagnostics (nw)
AJR
2017-12-31
1
-0
/
+15
*
er1400: Small logging improvement (nw)
AJR
2017-12-31
1
-1
/
+1
*
la120: Better ER1400 hookup; reduce logging spam (nw)
AJR
2017-12-31
1
-1
/
+1
*
er1400.cpp: More logging (nw)
AJR
2017-12-31
1
-0
/
+6
*
Add ER1400 serial EAROM device
AJR
2017-12-31
1
-0
/
+294