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
/
ti99x
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
device_image_interface::call_softlist_load() was a virtual function where eve...
Nathan Woods
2016-07-21
2
-5
/
+4
*
Removing nullptr image_formats, and fixing formatting
Nathan Woods
2016-07-14
2
-2
/
+1
*
Consolidating implementations of create_option_guide() that return nullptr
Nathan Woods
2016-07-13
2
-3
/
+1
*
remove all usages of tagmap
Miodrag Milanovic
2016-06-18
2
-35
/
+28
*
small cleanup (nw)
Miodrag Milanovic
2016-06-05
1
-0
/
+2
*
ti99: Changed new to unique_ptr.
Michael Zapf
2016-05-31
2
-13
/
+12
*
ti99: Fixed MBX cartridge type, introduced new paged type, updated softlist w...
Michael Zapf
2016-05-17
2
-53
/
+288
*
ti99: ROM dump changes; replaced ROM_REGIONS by ram_devices
Michael Zapf
2016-05-09
1
-12
/
+7
*
ti99: Fixed gromemu cartridge type
Michael Zapf
2016-05-01
2
-26
/
+39
*
ti99: Adding cartridge types to softlist
Michael Zapf
2016-04-30
2
-16
/
+37
*
ti99: Fixed some issues in the cartridge port (paged 37x)
Michael Zapf
2016-04-26
2
-329
/
+166
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-5
/
+5
*
Added general read/write methods to 9928a, allowing address lines to select f...
Michael Zapf
2016-04-20
1
-22
/
+2
*
ti99: Again one indirection less; dropped the videowrp and moved the v9938 on...
Michael Zapf
2016-04-19
5
-221
/
+70
*
Eliminate device_t::static_config, a type-unsafe legacy feature.
AJR
2016-04-14
1
-7
/
+0
*
Revert software-installed slot/image options when changing software
AJR
2016-04-04
1
-0
/
+1
*
ti99: Removed GROMCLK generator from wrapper
Michael Zapf
2016-04-03
4
-49
/
+7
*
ti99: Unwrapped sound access
Michael Zapf
2016-04-03
6
-270
/
+85
*
Fixing last fix: Remove unused member.
Michael Zapf
2016-04-01
1
-4
/
+0
*
ti99_8: Removed unused variables.
Michael Zapf
2016-04-01
2
-9
/
+5
*
Fixed the build (nw)
Robbbert
2016-04-01
1
-1
/
+1
*
ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs
Michael Zapf
2016-03-31
13
-1624
/
+2837
*
Iterate over core classes C++11 style
AJR
2016-03-31
2
-3
/
+3
*
Debug output changes
Michael Zapf
2016-03-25
1
-3
/
+3
*
* Remove confusing method from vectorstreams that hide base_ios method (fixes...
Vas Crabb
2016-03-18
2
-38
/
+39
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
2
-27
/
+25
*
ti99/geneve: Removed legacy v9938 configuration.
Michael Zapf
2016-01-23
1
-12
/
+0
*
reverting:
Miodrag Milanovic
2016-01-20
25
-244
/
+244
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
6
-8
/
+8
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
6
-8
/
+8
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
25
-244
/
+244
*
modernize rom_load_manager (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+1
*
image_manager modernized and move some things around (nw)
Miodrag Milanovic
2016-01-11
1
-0
/
+46
*
removed memory tracking (nw)
Miodrag Milanovic
2016-01-08
1
-2
/
+2
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
7
-19
/
+9
*
global_alloc_array to std::make_unique where applicable (nw)
Miodrag Milanovic
2015-12-19
2
-3
/
+3
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-2
/
+2
*
fix compile in MSVC 2015 (nw)
Peter Ferrie
2015-12-08
1
-1
/
+1
*
override for for macros that could not be auto recognized by tools (nw)
Miodrag Milanovic
2015-12-06
3
-51
/
+51
*
override part 1 (nw)
Miodrag Milanovic
2015-12-05
13
-118
/
+118
*
Revert "use c++ cast instead of c casts (nw)"
Miodrag Milanovic
2015-12-05
9
-35
/
+38
*
use c++ cast instead of c casts (nw)
Miodrag Milanovic
2015-12-05
9
-38
/
+35
*
cleanup
Miodrag Milanovic
2015-12-05
3
-2
/
+3
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
4
-18
/
+18
*
clang-modernize part 2
Miodrag Milanovic
2015-12-04
8
-138
/
+138
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
3
-4
/
+4
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
15
-32
/
+40
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
12
-0
/
+0
*
Relaxed emu.h a bit, should make compile a bit faster (nw)
Miodrag Milanovic
2015-11-05
1
-0
/
+2
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
1
-11
/
+11
[prev]
[next]