index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0174
Miodrag Milanovic
2016-05-25
19
-55
/
+43
*
fix android build (nw)
Miodrag Milanovic
2016-05-24
1
-2
/
+2
*
Fixed multiple instance of operator = , fixes VS build (nw)
Miodrag Milanovic
2016-05-22
1
-2
/
+3
*
Fix VS c++ compile following
couriersud
2016-05-21
1
-2
/
+2
*
Added == operator to netlist_time
couriersud
2016-05-21
2
-1
/
+13
*
All netlist devices now follow new syntax. Removed dead code. All sub
couriersud
2016-05-21
69
-2135
/
+1949
*
More memory timebombs removed. (nw)
couriersud
2016-05-21
6
-12
/
+25
*
Converted more devices to new layout. Improved memory handling in
couriersud
2016-05-21
27
-418
/
+510
*
Bad boy, Micko (nw)
Vas Crabb
2016-05-19
1
-1
/
+1
*
Fixed name conflict making Android build non-working (nw)
Miodrag Milanovic
2016-05-17
1
-2
/
+2
*
Continuing work to move object initialization from start to constructor.
couriersud
2016-05-16
45
-814
/
+893
*
More automatic memory handling. (nw)
couriersud
2016-05-16
10
-87
/
+82
*
Some use of share_ptr to ease memory management. (nw)
couriersud
2016-05-12
4
-52
/
+57
*
Code simplification
couriersud
2016-05-12
5
-42
/
+33
*
mergeme
couriersud
2016-05-12
2
-7
/
+4
*
Devices are now created after the netlist was parsed. This enables us
couriersud
2016-05-12
2
-4
/
+31
*
Don't include netlist name in device names. (nw)
couriersud
2016-05-12
1
-2
/
+4
*
Code simplification. (nw)
couriersud
2016-05-12
2
-48
/
+25
*
A step towards late creation of devices. (nw)
couriersud
2016-05-10
2
-10
/
+9
*
Align object registration syntax. (nw)
couriersud
2016-05-10
35
-326
/
+318
*
Rename connect_direct to connect_post_start to reflect usage. (nw)
couriersud
2016-05-10
4
-4
/
+7
*
Simplify object model by removing default_logic_family().
couriersud
2016-05-08
9
-21
/
+10
*
Some minor changes towards c++11.
couriersud
2016-05-08
14
-57
/
+50
*
Fix standalone-compile.
couriersud
2016-05-06
6
-23
/
+17
*
Converted 7486 to macro module
couriersud
2016-05-05
6
-192
/
+68
*
Removed drivers/signal.h since netlist devices no longer use it. (nw)
couriersud
2016-05-05
1
-119
/
+0
*
Convert 7430 to macro module.
couriersud
2016-05-05
6
-137
/
+87
*
Convert 7425 to macro modul
couriersud
2016-05-05
6
-116
/
+77
*
Converted 7420 to macro modul
couriersud
2016-05-05
6
-128
/
+73
*
Fix conditional compile path
couriersud
2016-05-05
2
-12
/
+16
*
Convert 7432 to macro device.
couriersud
2016-05-04
6
-149
/
+86
*
Converted 7437 to macro device
couriersud
2016-05-04
6
-135
/
+74
*
Some header maintenance
couriersud
2016-05-04
6
-6
/
+3
*
Converted 7427 to macro device
couriersud
2016-05-04
6
-131
/
+74
*
Converted 7411 into a macro device.
couriersud
2016-05-04
6
-132
/
+71
*
Converted 7410 into macro device.
couriersud
2016-05-04
6
-130
/
+69
*
Implement 7402, 7408 as macro device. (nw)
couriersud
2016-05-03
9
-268
/
+135
*
Implement 7404 as macro device. (nw)
couriersud
2016-05-03
6
-193
/
+98
*
Converted most subdevices to unique_ptr. This is a temporary measure
couriersud
2016-05-02
95
-1118
/
+1140
*
Workaround for MT 06194 (potential segfault during floppy load)
AJR
2016-05-01
1
-0
/
+6
*
MT 06189
Robbbert
2016-05-01
1
-0
/
+4
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
11
-35
/
+33
*
cgenie.cpp: expanded .cas support so that also files created by
etabeta78
2016-04-24
1
-30
/
+40
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
48
-214
/
+219
*
Move a few odds and ends out of the emu core
AJR
2016-04-23
2
-0
/
+209
*
Add missing files.
couriersud
2016-04-23
2
-0
/
+132
*
Implemented dynamic loading of precompiled solver code. [Couriersud]
couriersud
2016-04-23
11
-701
/
+212
*
Simplify solver infrastructure.
couriersud
2016-04-18
9
-63
/
+35
*
merge me later bug fix
couriersud
2016-04-18
1
-1
/
+4
*
Merge me later
couriersud
2016-04-18
2
-0
/
+619
[next]