cracyc
18531c6d04
tv990: beep (nw)
2016-07-25 13:18:16 -05:00
Ivan Vangelista
5e72bd6b23
dynax.cpp (intrgirl): it does have PROMs, after all. Thanks to Phil Bennet for spotting them. The dumper is aware and will dump them when time permits. (nw)
2016-07-25 20:11:11 +02:00
Angelo Salese
d79d952a4e
Air Combat definitely wants PORT_REVERSE for the pedal, nw
2016-07-25 20:07:22 +02:00
cracyc
6657a3f85b
New Working
...
---------
TeleVideo TeleVideo 990 [Carl, R. Belmont]
tv990: fix cursor and colors (nw)
2016-07-25 12:47:11 -05:00
MetalliC
85488e4328
chdman: set pregap subcode type to NONE for .CUE and .TOC for consistency with other formats
2016-07-25 20:24:59 +03:00
cracyc
b2f5bd8bbc
tv990: video modes and nvram (nw)
2016-07-25 10:26:14 -05:00
Vas Crabb
5c1803d494
Merge pull request #1142 from npwoods/use_stdstring_for_windows_unicode_conversions
...
Changed strconv.[cpp|h] functions to return their results as std::string and std::wstring [Nathan Woods]
2016-07-25 21:59:11 +10:00
Nathan Woods
23175a3091
Using decltype() and removing +1/-1 "dance"
2016-07-25 07:57:54 -04:00
Nathan Woods
4a9e9742fd
Fixed off by one issue and other cleanups requested by Vas
2016-07-25 07:49:26 -04:00
mahlemiut
ef22943d01
make ioport_list a map instead of unordered_map, should fix INP incompatibilities across compilers and platforms.
2016-07-25 21:28:19 +12:00
jbu
9217251d3d
alto2: Hunting the jiggly cursor bug [Juergen Buchmueller]
...
Removed dead and unused code while searching for the bug which
causes the jiggly mouse cursor display. No success yet.
2016-07-25 07:15:46 +02:00
Vas Crabb
2ba37fd95d
Merge pull request #1138 from ajrhacker/diimage_cleanup
...
Cleanups for device_image_interface (nw)
2016-07-25 14:01:26 +10:00
Nathan Woods
ab73291e47
Changed strconv.[cpp|h] functions to return their results as std::string and std::wstring
2016-07-24 22:55:00 -04:00
cracyc
829f58a4b2
tvi990: WIP (nw)
2016-07-24 21:48:52 -05:00
cracyc
a61700b33b
tvi990: use hle keyboard so arrow keys work (nw)
2016-07-24 21:01:18 -05:00
cracyc
8c22a3d31e
tvi990: WIP (nw)
2016-07-24 19:54:19 -05:00
cracyc
f0dad1a258
tvi990: WIP (nw)
2016-07-24 19:43:11 -05:00
Vas Crabb
aaa98beff2
Merge pull request #1141 from bmunger/r9751
...
r9751: Add prom version 4.2 [Brandon Munger]
2016-07-25 09:22:23 +10:00
Brandon Munger
979f213026
r9751: Add prom version 4.2
2016-07-24 19:01:16 -04:00
cracyc
0184946dd8
boot.lua: only load plugins in plugin path (nw)
2016-07-24 14:44:38 -05:00
R. Belmont
41875a92af
Merge pull request #1117 from shattered/_ded41cad
...
sm7238: new NOT_WORKING driver: SM 7238 (aka T3300) serial terminal
2016-07-24 14:43:01 -04:00
R. Belmont
f0ce9d2f2c
Merge pull request #1123 from Bavarese/patch-13
...
Update rainbow.cpp
2016-07-24 14:42:47 -04:00
R. Belmont
e681889d88
Merge pull request #1139 from GiuseppeGorgoglione/master
...
Fix for netlist library when built for WINDOWS with UNICODE defined
2016-07-24 14:42:37 -04:00
R. Belmont
1e17c2e6f7
Merge pull request #1140 from ajrhacker/feversoc_moreinputs
...
feversoc: More inputs figured out
2016-07-24 14:42:21 -04:00
AJR
5367f7afad
feversoc: More inputs figured out
2016-07-24 13:13:48 -04:00
cracyc
59dafc2261
hiscore.dat: Updates [Leezer]
2016-07-24 10:21:56 -05:00
MetalliC
2cf35d78d8
chdman: fix remaining createcd 64bit issues
2016-07-24 17:01:18 +03:00
MetalliC
0c85178c1e
chdcd: fix >2GB .iso parsing
2016-07-24 14:30:32 +03:00
Giuseppe Gorgoglione
1344df7496
Fix for netlist library when built for WINDOWS with UNICODE defined
...
When UNICODE is defined LoadLibrary is redefined to LoadLibraryW which expects a widechar string as library name, while libname is always UTF8. Fixed copying TCHAR conversion code from strconv.cpp since netlist is meant to be also a stand-alone library.
2016-07-24 13:27:08 +02:00
Ivan Vangelista
142d03fdb9
dynax.cpp (intrgirl): a better way to handle this, thanks to smf (nw)
2016-07-24 09:48:43 +02:00
Ivan Vangelista
5eaa221899
New NOT WORKING machine [f205v]
...
==================================
Intergirl
Currenty emulation runs, but as is you will only hear music and sound fx with a black screen. That's because the source of the palette hasn't been identified, since on the PCB there are no PROMs. To see the game running in the mean time, uncomment the PROMs borrowed from shpeng.
2016-07-24 08:29:22 +02:00
RobertoFresca
4b12fb33d8
Flaming 7's, taiwanese hardware: Reverse-engineer protection
...
to bypass the requested serial number. The iButton device still
needs to be hooked. Promoted the game to working with its
correspondent flags. Added technical notes. [Roberto Fresca]
New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Flaming 7 (Taiwanese Hardware, unknown version) [Roberto Fresca]
2016-07-24 01:51:00 -03:00
Robbbert
9abf3df2a6
New NOT WORKING machine [Robbbert]
...
==================================
Datamax 8000
placeholder for next dev cycle.
2016-07-24 14:12:14 +10:00
RobertoFresca
b04e62e2af
Flaming 7's, original custom hardware: Added tech notes, comments
...
and instructions to boot the machine for first time. [Roberto Fresca]
2016-07-24 00:57:21 -03:00
RobertoFresca
7631ff8b0d
Flaming 7's, original custom hardware: Reverse-engineer protection
...
to bypass the requested serial number. The iButton device still
needs to be hooked. Promoted these games to working with their
correspondent flags. [Roberto Fresca]
New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Flaming 7 (Custom Hardware, Main, 50 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Main, 500 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Main, 2000 Bonus) [Roberto Fresca]
Flaming 7 (Custom Hardware, Egyptian Gold, 2000 Bonus) [Roberto Fresca]
2016-07-24 00:48:11 -03:00
RobertoFresca
1d7043cbc7
TIA-MC1: Added the undumped bipolar PROMs entries (as NO_DUMP) to the ROM loads.
2016-07-23 23:07:56 -03:00
AJR
d7df2df4a7
Cleanups for device_image_interface (nw)
...
- Remove the loaded_through_softlist virtual method and add a boolean getter with the same name, replacing a few variables that provided similar but redundant flags.
- Remove call_softlist_load, which the previous change reduces to a simple, unnecessary wrapper.
2016-07-23 21:56:44 -04:00
RobertoFresca
8eb368d50f
Merge branch 'master' of https://github.com/mamedev/mame
2016-07-23 22:51:10 -03:00
RobertoFresca
eb843cc1d2
Fix typo...
2016-07-23 22:50:32 -03:00
Robbbert
491764ed2e
GAMATE: Added hot hero [Peter Wilhelmsen]
2016-07-24 11:44:20 +10:00
briantro
cb8c13000b
othunder.cpp: Correct Cut-n-paste company error - NW
2016-07-23 18:24:49 -05:00
briantro
4dd8cf9408
New Operation Thunderbolt clone
...
New Clone Added
---------------------------------------------
Operation Thunderbolt (World, rev 1) [Muddymusic, The Dumping Union]
2016-07-23 18:19:24 -05:00
yz70s
6a338ae912
chihiro.cpp: time for an2131sc, placeholders for all its usb commands (nw)
2016-07-23 23:19:00 +02:00
cracyc
2dc4768386
tv990: WIP (nw)
...
i286: hlt requires CPL == 0 independent of IOPL (nice job intel) (nw)
2016-07-23 12:42:18 -05:00
Miodrag Milanovic
0a95a35f0d
compile fix (nw)
2016-07-23 19:14:45 +02:00
Miodrag Milanović
6a37a47889
Merge pull request #1136 from npwoods/move_hash_into_util
...
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced into util::
2016-07-23 19:04:30 +02:00
Nathan Woods
4aa0ab1724
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and hashing.[cpp|h]) into util::
2016-07-23 12:49:33 -04:00
Miodrag Milanovic
38e8953add
try one old good fix (nw)
2016-07-23 18:48:41 +02:00
Miodrag Milanovic
17080e6959
Revert "fix building with gcc 6.1.0 by making it consistent with other source files. (nw)"
...
This reverts commit 4423c242a6
.
2016-07-23 18:47:39 +02:00
smf-
4423c242a6
fix building with gcc 6.1.0 by making it consistent with other source files. (nw)
2016-07-23 16:18:34 +01:00