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
/
bus
/
ti99
/
peb
/
horizon.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
dinvram: Separate backup-enable parameter (which prevents both loading and sa...
AJR
2022-08-09
1
-1
/
+1
*
Use ioprocs classes instead of emu_file for device_nvram_interface's load and...
AJR
2022-02-27
1
-10
/
+12
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+2
*
-Reworked device type definition macros a little and added more Doxygen.
Vas Crabb
2021-09-07
1
-1
/
+1
*
ti99: Prevent NVRAM to be overwritten when settings need to be restored. (nw)
Michael Zapf
2020-11-21
1
-0
/
+16
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-2
/
+2
*
ti99: Reimplementation of the Horizon RAMdisk card with all config options of...
Michael Zapf
2020-11-14
1
-336
/
+439
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-10
/
+8
*
ti99: Retire custom READ8Z/SETADDRESS macro.
Michael Zapf
2020-06-18
1
-2
/
+2
*
geneve: Lower-level emulation of the Geneve architecture (Gate Array, PAL, Ge...
Michael Zapf
2019-12-27
1
-26
/
+20
*
ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw)
AJR
2019-08-15
1
-1
/
+1
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-2
/
+2
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-2
/
+2
*
bus/ti99, geneve, ti99_[various]: Eliminate address space and mem_mask argume...
AJR
2019-03-07
1
-2
/
+2
*
-ram_device: MCFG removal, nw
mooglyguy
2018-08-16
1
-11
/
+6
*
ti99: Modernized logging. (nw)
Michael Zapf
2018-08-11
1
-17
/
+22
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-1
/
+1
*
finally got rid of machine_mconfig_additions (nw)
Ivan Vangelista
2017-06-14
1
-6
/
+1
*
ti99: Architectural cleanup for slot devices; constant renaming
Michael Zapf
2017-06-08
1
-2
/
+3
*
ti99: Wrapped into namespaces; minor rearrangement
Michael Zapf
2017-05-23
1
-1
/
+5
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-0
/
+494