aviloria
747279f3bd
Spanish UI strings
...
Spanish translation for UI strings
2016-02-26 12:07:49 +01:00
Miodrag Milanovic
5132d31224
Fix compile for Android(nw)
2016-02-26 11:59:17 +01:00
Miodrag Milanovic
e740bb6915
Fixing some more Android related things (nw)
2016-02-26 11:59:17 +01:00
Robbbert
4a3926b1eb
ui: use appname instead of hard-coded MAME for main title.
2016-02-26 21:53:50 +11:00
briantro
780d9211ba
apple2gs.cpp: Correct EPPROM to EPROM - NW
2016-02-25 23:10:58 -06:00
briantro
e808117521
apple2gs.cpp: Add in correct 342-0077-A ROM0 Apple IIGS rom - NW
2016-02-25 23:03:45 -06:00
briantro
fcae0adf9e
apple2gs.cpp: Dumped the 341-0749 rom and confirmed the 341-0728 Apple IIGS roms. [Brian Troha]
...
New Working Machine
---------------------------------------------
Apple IIgs (ROM03 late prototype?) [Brian Troha]
2016-02-25 22:16:14 -06:00
dankan1890
b793ccd98e
ui: key handler fix. (nw)
2016-02-25 21:36:55 +01:00
dankan1890
fa310ab0b9
Merge branch 'master' of https://github.com/mamedev/mame
2016-02-25 20:58:10 +01:00
Miodrag Milanovic
87b8b2a7e0
Update Chinese translations [YuiFAN]
2016-02-25 20:49:36 +01:00
dankan1890
67d422298a
removed unused code. (nw)
2016-02-25 20:48:34 +01:00
Miodrag Milanovic
add7a65f3f
Make Android targets compile but not link, using clang compiler in NDK, since GCC will be removed in next one (nw)
2016-02-25 20:44:35 +01:00
dankan1890
08d84121d4
more UI internationalization. (nw)
2016-02-25 16:38:55 +01:00
dankan1890
d7ca0361dc
menu: fixed missing mouseover highlight for in-game menu. (nw)
2016-02-25 16:29:37 +01:00
dankan1890
d43bf65b16
ui: Enabled user interface navigation through UI_CONFIGURE button (tab key by default). [Maurizio Petrarota]
2016-02-25 16:25:22 +01:00
dankan1890
8241b6c0ba
dirmenu: fixed DATs file reloading.
2016-02-25 15:49:38 +01:00
Miodrag Milanovic
6fd77b36c2
Fix sent upstream (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanovic
1a8d5a27d9
pnacl compile fixes (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanovic
0b2ea0800f
more fixes (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanovic
0f85f112c9
renamed names that clash system defines in various environments (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanovic
4173530610
removed nacl, fixed android and pnacl (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanovic
6a9a48a976
added .PHONY sections (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanovic
c8ea9e4c31
deprecated (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanovic
e1e91bd7ce
split PARAMS into PARAMS and TARGET_PARAMS (nw)
2016-02-25 14:58:39 +01:00
Miodrag Milanović
abce2c36be
Merge pull request #651 from mamedev/revert-650-listclones
...
Revert "New driver specifiers; modify -listclones, -listsource; add -listtree"
2016-02-25 14:04:25 +01:00
Miodrag Milanović
e934aa93db
Revert "New driver specifiers; modify -listclones, -listsource; add -listtree"
2016-02-25 14:04:13 +01:00
Angelo Salese
3f6a6dc003
Removed outdated BAD_DUMPs, nw
2016-02-25 12:25:30 +01:00
Angelo Salese
6d8f2697a0
Note about an undumped version of UMK3, nw
2016-02-25 11:50:50 +01:00
Miodrag Milanović
1e7debe9a1
Merge pull request #650 from ajrhacker/listclones
...
New driver specifiers; modify -listclones, -listsource; add -listtree
2016-02-25 08:22:23 +01:00
AJR
3fc0787fa8
New driver specifiers; changes to -listclones, -listsource; add -listtree
...
Five new specifiers for driver enumeration and all commands depending thereon:
- @source.cpp matches all drivers in source.cpp
- ^driver matches driver and all its clones
- :drivbios matches drivbios and all drivers having it as their BIOS
- ^ matches all drivers excluding clone sets
- : matches all BIOS roots
Note that these new specifiers are not compatible with other wildcards; they only perform normal case-insensitive matches with driver or source file names.
The -listclones command now lists drivers in a completely different, human-readable format. It performs an extra loop to deduce the parent set name if a clone was specified; this causes, for instance, -listclones pacman and -listclones puckman to produce identical output. It includes descriptions with the clone driver names much like -listfull, and uses the parent set's description as a header for its clones. It also recognizes BIOSes and lists unique matching sets with no clones at the end of the output.
The -listsource command outputs not only the source file of each matching driver, but also its parent set and BIOS root (if any). These are output using the new @sourcefile, ^driver and :bios specifiers.
The new -listtree command is a human-readable analogue to -listsource and an alternative to -listclones. It tabulates drivers by source file in tree format, with the names of clones indented under their parents and drivers indented under their respective BIOS roots.
The -listbrothers command remains functionally unchanged, but should be considered somewhat deprecated in favor of the @sourcefile specifier with other listing commands.
Fix include_all counting error causing assert to fail in find_approximate_matches (nw)
Relax dependencies on drivenum.h in UI headers (nw)
2016-02-24 18:47:37 -05:00
dankan1890
bc2a4317ca
selsoft: fixed search for software list. (nw)
2016-02-24 23:28:16 +01:00
cracyc
24ced36677
at: create at motherboard device and split pci and ps2 machines into own files [Carl]
2016-02-24 10:45:12 -06:00
balr0g
0c452da4b2
Fix missing quote (nw)
2016-02-24 09:32:05 -05:00
Vas Crabb
aa882db92b
Merge pull request #649 from BenjaminSiskoo/patch-2
...
Update french translation
2016-02-25 01:27:34 +11:00
BenjaminSiskoo
0d779db614
Update french translation
2016-02-24 15:20:41 +01:00
cracyc
8c3429cf19
pcap: fix error and crash (nw)
2016-02-24 08:18:50 -06:00
Vas Crabb
9cf6af9ad9
Merge pull request #648 from BenjaminSiskoo/patch-1
...
Update strings.po
2016-02-24 23:35:14 +11:00
BenjaminSiskoo
d92ef5f56e
Update strings.po
2016-02-24 13:21:40 +01:00
BenjaminSiskoo
1eab1afd0f
Update strings.po
...
French language
2016-02-24 12:36:44 +01:00
Vas Crabb
2dc7f8710c
Merge pull request #646 from k2-git/master
...
customize UI fixed.
2016-02-24 19:15:21 +11:00
Katsuhiko Kagami
095341ff52
When i change the HIDE_MENU on the customize UI by cursor key, LANGUAGE_MENU also would be changed .fixed it.
2016-02-24 16:47:19 +09:00
MetalliC
e02b5620db
typo
2016-02-24 09:46:04 +02:00
Miodrag Milanovic
834936200a
fix compile (nw)
2016-02-24 08:02:17 +01:00
Miodrag Milanovic
3abcaee63f
Cleanups and version bump
2016-02-24 07:46:57 +01:00
hap
0cbd878211
tispeak: nothing much
2016-02-24 06:38:44 +01:00
Vas Crabb
cf9a461f39
Merge pull request #645 from k2-git/master
...
Small update part2 for Japanese. "Image" is not graphics.
2016-02-24 16:20:00 +11:00
Katsuhiko Kagami
03e06d178b
Small update part2 for Japanese. "Image" is not graphics.
2016-02-24 14:08:27 +09:00
Vas Crabb
d21c9f35e4
Merge pull request #644 from k2-git/master
...
A small update to fix grammer of Japanese.
2016-02-24 14:51:54 +11:00
MetalliC
443e8f3050
new clones added
...
The Rumble Fish (prototype) [Brizzo, MetalliC, Arzeno Fabrice]
NeoGeo Battle Coliseum (World) [Brizzo, MetalliC, Arzeno Fabrice]
2016-02-24 05:14:53 +02:00
David Haywood
3a3ee64e02
Merge branch 'master' of https://github.com/mamedev/mame
2016-02-24 02:51:35 +00:00