Miodrag Milanović
ca24afe9c5
Merge pull request #816 from aviloria/patch-3
...
Update strings.po [aviloria ]
2016-04-16 08:56:24 +02:00
Miodrag Milanović
5dcd612d74
Merge pull request #812 from jmallach/program-name
...
Show MAME's program name lowercase in help output.
2016-04-16 08:55:52 +02:00
Miodrag Milanovic
d90b9b5cab
String Translate for Chinese (Traditional / Simplified) [YuiFAN]
2016-04-16 08:35:57 +02:00
Brad Hughes
f7c9b7095e
Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD
2016-04-15 22:55:01 -04:00
hap
6d27bfb25d
hh_tms1k: added copycatm2. not working yet
2016-04-16 03:01:13 +02:00
Jordi Mallach
aae47ddb1c
Make display_help() use exename to print MAME's program name.
...
Rework commit 658a4b1
to use exename instead of appname.
2016-04-16 00:38:09 +02:00
hap
2fd03fc2c8
tms1700: fixed rom/ram addressing
2016-04-15 21:54:10 +02:00
aviloria
c726ed0703
Update strings.po
...
Spanish translation updated
2016-04-15 21:22:59 +02:00
Ville Linde
be6c71451b
drcbex64: wrong register type (nw)
2016-04-15 21:41:38 +03:00
dankan1890
8c8aca795e
added advanced options to per-machine configuration. (nw)
2016-04-15 19:23:17 +02:00
cracyc
c3735cd12c
plugins/cheat: fix some stuff (nw)
2016-04-15 11:40:34 -05:00
dankan1890
af31c6a20e
Synchronized the translation files. (Nw)
2016-04-15 17:49:12 +02:00
dankan1890
1e3037baf7
ui: Re-enabled configuration menu for single-machine and added some options.
...
Adding handler for the right mouse button in the main menu, calls the machine configuration.
2016-04-15 17:48:05 +02:00
dankan1890
a0715c7c40
Reduction code for entries of "enum class ui_menu_item_type" and the use of item_append with separators.
2016-04-15 17:39:45 +02:00
dankan1890
edb0904e76
chd: initialized m_hunknum inside the constructor. (nw)
2016-04-15 17:23:56 +02:00
dankan1890
295c7294d3
cdrom: declared (std::nothrow) some allocations. (nw)
2016-04-15 17:20:50 +02:00
Miodrag Milanovic
570c743fcd
this is no issue anymore (nw)
2016-04-15 16:16:56 +02:00
Miodrag Milanovic
0bcc96406d
renamed class to osd_watchdog (nw)
2016-04-15 16:08:28 +02:00
Miodrag Milanovic
1a83c84eae
Removed problematic licensed files (nw)
2016-04-15 16:04:15 +02:00
Miodrag Milanovic
37c94e3373
Update windows to use platform independent watchdog implementation (nw)
2016-04-15 16:01:35 +02:00
hap
bd04e5b17d
tms1000: added TMS1700/1730 mcu types
2016-04-15 15:32:43 +02:00
Miodrag Milanovic
59662e6c71
moved osdsync to root of OSD, removed osdmini (nw)
2016-04-15 15:19:24 +02:00
Miodrag Milanovic
a83a3c4497
lower deps on clifront.h (nw)
2016-04-15 14:10:47 +02:00
Santiago Vila
658a4b1862
Show mame's program name lowercase in help output.
...
As the name of the binary is normally installed lowercase, the help
output should also reflect this.
2016-04-15 11:35:01 +02:00
Miodrag Milanović
685824106c
Merge pull request #810 from jmallach/manpage-fix
...
Get rid of some options in the manpage that no longer exist.
2016-04-15 07:59:30 +02:00
Miodrag Milanović
eac0b87523
Merge pull request #811 from ajrhacker/static_config
...
Eliminate device_t::static_config, a type-unsafe legacy feature. [AJR]
2016-04-15 07:59:10 +02:00
therealmogminer@gmail.com
d1f85d60f3
mips3: Fixed interpreter bug where BADCOP exceptions would execute the faulting opcode twice. [Ryan Holtz]
2016-04-15 05:14:52 +02:00
therealmogminer@gmail.com
0b544df0c2
Port Happy's PPC aliasing fix to the MIPS3 DRC, nw
2016-04-15 05:00:15 +02:00
AJR
34be7d4166
Eliminate device_t::static_config, a type-unsafe legacy feature.
...
Rewrite or remove every last instance of MCFG_DEVICE_CONFIG and its two aliases, including within comments and dead code.
Make the Z80/Z180 daisy chain an interface that interfaces with the existing interface. Z8000 has been hooked up to this as well (p8000_16 already configures it), but currently does nothing with it.
2016-04-14 21:20:49 -04:00
couriersud
d9df811529
Significant speed improvement:
...
- added a new solver using compressed row format
- fixed sorting
As a result, netlist performance on kidniki nearly doubled. The
performance increase is mainly due to the fact that sorting decreases
the number of operations for gaussian elimination of the kidniki matrix
from ~7800 to 707. In addition, compressed row format improves L1 usage.
[Couriersud]
2016-04-15 02:09:41 +02:00
couriersud
cd0441b678
Recover from creating solvers by copy paste. Move common code were it
...
belongs. (nw)
2016-04-15 02:09:41 +02:00
couriersud
4f1ca77643
Moved solver members to proper place. Minor code changes. (nw)
2016-04-15 02:09:26 +02:00
Jordi Mallach
81751745c1
Get rid of some options that no longer exist.
2016-04-14 22:51:12 +02:00
Ville Linde
65e139be2f
ppcdrc: optimize (nw)
2016-04-14 21:54:52 +03:00
cracyc
2d30a13824
plugins/cheat: copy-paste (nw)
2016-04-14 13:31:14 -05:00
Ville Linde
c6144ee9b1
ppcdrc: map some FPU registers to physical registers (nw)
2016-04-14 20:59:06 +03:00
hap
cdf2396b11
hh_hmcs40: added svg screen to epacman2, egalaxn2
2016-04-14 19:48:49 +02:00
etabeta78
1a0a62d51c
minor cleanup. nw.
2016-04-14 18:55:04 +02:00
Ville Linde
bfbd0443fe
drcbex64: optimize FMOV (nw)
2016-04-14 19:47:14 +03:00
etabeta78
8a9e872224
neogeo: reworked inputs to work through the slot device interface.
...
you can now configure the controllers available in the multicart
driver (neogeo) with the -crtl1 and -ctrl2 options. when you run single
game drivers (e.g. mslug, or kof94, etc.), instead, a unique controller
is available and cannot be modified. [Fabio Priuli]
2016-04-14 18:36:34 +02:00
therealmogminer@gmail.com
99aa7eacd7
bgfx: Add data-driven render target clearing [Ryan Holtz]
2016-04-14 17:22:24 +02:00
Olivier Galibert
0ff1223fe8
swa: invert normal/point (nw)
2016-04-14 15:35:40 +02:00
therealmogminer@gmail.com
2f6e57a318
Kill ioport tag lookup in klax driver, nw
2016-04-14 15:34:27 +02:00
Olivier Galibert
f9fabb1f37
screen: Fix alpha handling, cdkong looks good now [O. Galibert]
2016-04-14 14:55:35 +02:00
hap
e138da8886
hh_tms1k: added tiger copycat, still have to do internal artwork but it works:
...
New WORKING Machine added
-----------
Tiger Copy Cat [hap, Sean Riddle]
2016-04-14 13:45:54 +02:00
David Haywood
9a4d7eeb28
Merge branch 'master' of https://github.com/mamedev/mame
2016-04-14 11:30:36 +01:00
David Haywood
29b0d16615
new clones
...
Dragon Saber (World, DO2) [Layer from jammaplus]
2016-04-14 11:30:22 +01:00
etabeta78
013440849c
8bit handlers are more appropriate here. nw.
2016-04-14 07:55:32 +02:00
Robbbert
bf9ef09474
glasgow: adjusted for new artwork; added shadowed pieces (nw)
2016-04-14 15:03:12 +10:00
arbee
e4d5e29b21
apple2: PC Transporter: halt V30 properly on startup, XT has 8-bit ISA, improved 6502 CGA framebuffer writes. [R. Belmont]
2016-04-13 22:41:13 -04:00