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
/
terminal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ds8874: move to video folder (led driver chip),
hap
2024-04-11
1
-1
/
+2
*
emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers.
Vas Crabb
2023-06-13
1
-1
/
+1
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-8
/
+3
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-1
/
+1
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-1
/
+1
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-2
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-10
/
+11
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-11
/
+10
*
-src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw
MooglyGuy
2019-02-03
1
-10
/
+11
*
machine/keyboard, terminal: removed MCFG macros (nw)
Ivan Vangelista
2018-12-11
1
-2
/
+2
*
Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s...
AJR
2018-06-24
1
-1
/
+1
*
dsp16: fix condition mask in disassembler (nw)
Vas Crabb
2018-05-09
1
-1
/
+1
*
Streamline machine configuration macros - everyone's a device edition.
Vas Crabb
2018-05-06
1
-1
/
+1
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-1
/
+1
*
terminal: lower beeper volume (nw)
hap
2017-10-24
1
-2
/
+2
*
Get rid of vestigial palette that was breaking generic terminal when it isn't...
Vas Crabb
2017-09-30
1
-8
/
+5
*
tighten up scope (nw)
Vas Crabb
2017-09-30
1
-19
/
+18
*
some more device_add_mconfig. Only devices/bus remains. (nw)
Ivan Vangelista
2017-06-02
1
-6
/
+1
*
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
-25
/
+29
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+3
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-0
/
+1
*
Improvements to rgb_t (nw)
AJR
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-13
/
+13
*
default auto CR on LF for generic terminal (nw)
Vas Crabb
2016-08-02
1
-1
/
+1
*
Fixed validation error with teletypewriter.
Robbbert
2016-07-29
1
-1
/
+1
*
Keyboard/terminal improvements: [Vas Crabb]
Vas Crabb
2016-07-27
1
-71
/
+100
*
terminal: fixed Color configuration
Nigel Barnes
2016-06-05
1
-1
/
+1
*
Add support to adjust the screen color
Dirk Best
2016-03-12
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
1
-2
/
+2
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-2
/
+2
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-9
/
+9
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-4
/
+10
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+411