etabeta78
ba71152805
minor ui cleanup. nw.
2015-01-12 20:33:56 +01:00
Miodrag Milanovic
50109a0cd7
(MESS)gamate : added newer bios and emulated protection [PeT]
2015-01-12 19:58:20 +01:00
hap
ad848fe7a0
renamed tispeak.lh to snspell.lh
2015-01-12 19:54:01 +01:00
hap
4435738287
copypasted my generic led-anti-flicker routine, tispeak needs it when it combines digit symbols eg. number+dot.
...
Also added lamp outputs per digit segments, this makes it possible to have custom external artwork with accurate TI digit shapes.
2015-01-12 19:50:01 +01:00
hap
dbc0fa2699
TI30 higher clock
2015-01-12 19:38:33 +01:00
Stiletto
acee76849e
Minor comment fix: Mitsubishi M50805 is a speech synthesis chip.
...
Thanks to B00daW for the correction.
2015-01-12 12:23:10 -05:00
mamehaze
ab37a58d05
Idenfitied 'psychic5a' as the World / Overseas version, and the current parent as the Japan version, swapped them and named them as such [The Cutting Room Floor]
...
- see http://tcrf.net/Psychic_5
2015-01-12 15:24:39 +00:00
couriersud
1b9d4950c3
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-01-12 02:20:20 +01:00
couriersud
a532231701
Converted back osd_interface into a pure interface.
...
The previous version just exhibited any member of osd_interface to the
core. This one limits core access to osd to those functions originally
specified.
There is room for improvement going forward here in the design. Left
FIXMEs where appropriate. (nw)
2015-01-12 02:19:14 +01:00
couriersud
d9e4bfacb3
Remove some "@". These should be used in the command definition.
2015-01-12 02:10:57 +01:00
MetalliC
b51f04f0b0
naomi.c: redumped vstrik3c, both existing and new dumps were BAD, made one good-looking from them [ANY, MetalliC]
...
removed "Rev C" label from name, vstrik3c set is original release
2015-01-11 22:44:52 +02:00
Miodrag Milanovic
ddd22cb78c
missed this one (nw)
2015-01-11 19:04:02 +01:00
Miodrag Milanovic
6730fb495a
Merge branch 'master' of https://github.com/mamedev/mame
2015-01-11 17:08:34 +01:00
Miodrag Milanovic
8aeab92955
Added include of stdarg to support some platforms (nw)
2015-01-11 17:08:03 +01:00
Miodrag Milanovic
cb5b67e482
Move expat.h include to c file (nw)
2015-01-11 17:07:19 +01:00
etabeta78
8fc35e8e68
(MESS) nes: these options should have been internal. nw.
2015-01-11 15:25:28 +01:00
etabeta78
98492665a1
ui: added "[Internal]" string to slot options that are not user-configurable
...
and fixed some internal options displayed as "scrollable". [Fabio Priuli]
2015-01-11 15:24:46 +01:00
Miodrag Milanovic
47589e5453
Do not include all if not needed (nw)
2015-01-11 12:53:54 +01:00
Miodrag Milanović
bad1ab38e4
Merge pull request #100 from lucab/lucab/mame-lua/devstate
...
luaengine: expose device state entries
2015-01-11 10:43:24 +01:00
Luca Bruno
7465f69e22
luaengine: expose device state entries
...
This commit exposes device_state_entry to LUA, providing methods
to enumerate available states for a device object, as well as getting
and setting their values.
It is mostly usefull to inspect and manipulate registers content.
Signed-off-by: Luca Bruno <lucab@debian.org>
2015-01-11 10:19:39 +01:00
Luca Bruno
31483138ec
luaengine: luabridge Stack<UINT64> specialization
...
Provide a Stack<UINT64> specialization for luabridge, later
needed by some APIs.
Signed-off-by: Luca Bruno <lucab@debian.org>
2015-01-11 10:19:39 +01:00
Luca Bruno
217252dee7
luaengine: fix name/tag confusion
...
Don't mix names and tags when exposing devices to LUA.
While at it, also provide the shortname.
Signed-off-by: Luca Bruno <lucab@debian.org>
2015-01-11 10:19:39 +01:00
Osso13
e41f7ec65e
dgpix.c: reduced tagmap lookups, added save state support (nw)
2015-01-11 09:53:38 +01:00
Miodrag Milanovic
22135611b3
Fix compile and cleanup includes (nw)
2015-01-11 08:33:45 +01:00
Miodrag Milanovic
d67caf1860
Applied changes same as on previous source (nw)
2015-01-11 08:30:12 +01:00
Miodrag Milanovic
05bb04cd29
Fix compile (nw)
2015-01-11 08:29:43 +01:00
Miodrag Milanovic
6a23c2f3b7
Added full lzma sdk source (nw)
2015-01-11 08:10:25 +01:00
Miodrag Milanovic
45ac9b351e
Moved softfloat to 3rdparty (nw)
2015-01-10 21:45:26 +01:00
Miodrag Milanovic
27668e9b69
fix compile (nw)
2015-01-10 19:42:43 +01:00
Miodrag Milanovic
4663084cfa
Updated flac so it can compile, applied changes from previous source (nw)
2015-01-10 19:14:57 +01:00
Miodrag Milanovic
fa3f99377c
Added full source of flac-1.2.1 (nw)
2015-01-10 18:42:37 +01:00
Miodrag Milanovic
a53c872405
fix osx compile (nw)
2015-01-10 18:21:07 +01:00
Miodrag Milanovic
1b189eac62
Fix linux compile (nw)
2015-01-10 18:02:18 +01:00
Miodrag Milanovic
2412275296
Ported changes done in previous source to make portmidi compile (nw)
2015-01-10 17:42:41 +01:00
Miodrag Milanovic
1273e97e73
Placed full code of portmidi in 3rdparty folder (nw)
2015-01-10 16:58:11 +01:00
Miodrag Milanovic
d103debef2
Merge branch 'master' of https://github.com/mamedev/mame
2015-01-10 15:34:42 +01:00
Miodrag Milanovic
ed25676f9a
compile fix (nw)
2015-01-10 15:24:35 +01:00
Miodrag Milanovic
022e6c7a5b
Fixed LUA compile
2015-01-10 15:06:17 +01:00
Miodrag Milanovic
b3382b22d3
Added full Lua 5.2.3 source (nw)
2015-01-10 14:57:10 +01:00
Miodrag Milanovic
72d8f8fd36
Added more resent lsqlite3 version and fixed compile
2015-01-10 14:53:39 +01:00
Miodrag Milanovic
001b907d02
added lsqlite3 full source
2015-01-10 14:50:15 +01:00
Miodrag Milanovic
b8e52b09c3
Fix compile with LuaBridge
2015-01-10 14:06:25 +01:00
Miodrag Milanovic
ecc0d5a977
Added full LuaBridge sources
2015-01-10 14:05:06 +01:00
Miodrag Milanovic
02d37b6915
Added integral version of jsoncpp source (nw)
2015-01-10 13:53:11 +01:00
Miodrag Milanovic
950a428641
Made compilation with latest mongoose possible (nw)
2015-01-10 13:47:51 +01:00
Miodrag Milanovic
8556d0cdf7
Added integral source of mongoose (nw)
2015-01-10 13:30:30 +01:00
Miodrag Milanovic
61f7cd05df
Added integral source of sqlite3 to 3rdparty (nw)
2015-01-10 13:25:50 +01:00
Miodrag Milanovic
0404bdd34c
Fixes for libjpeg compile (nw)
2015-01-10 12:50:58 +01:00
Miodrag Milanovic
b0640c888b
Added integral libjpeg 8c to 3rdparty folder (nw)
2015-01-10 12:32:56 +01:00
Miodrag Milanovic
60d8d08c52
Compile fixes (nw)
2015-01-10 12:24:05 +01:00