R. Belmont
20aefb4f43
New clones added
...
----------------
Street Fighter II': Magic Delta Turbo (bootleg, set 4) [any]
Street Fighter II': Champion Edition (M9, bootleg) [any]
Street Fighter II: The World Warrior (TAB Austria, bootleg, set 3) [any]
Street Fighter II: The World Warrior (TAB Austria, bootleg, set 4) [any]
2014-10-05 03:03:44 +00:00
Robbbert
a175e737b1
s11: resized layouts
2014-10-05 00:02:48 +00:00
mahlemiut
8a315a019e
trident: fix programmable clock selection when running XFree86
2014-10-04 23:48:10 +00:00
Alex W. Jackson
3879fb5b7e
devfind.h: allow ioport_finder to be dereferenced when NULL so read_safe() can be used (nw)
2014-10-04 23:28:10 +00:00
Michaël Banaan Ananas
762420efad
small update from FSanches
2014-10-04 22:40:03 +00:00
Michaël Banaan Ananas
8cd2b0efdd
fix debug assert
2014-10-04 22:10:55 +00:00
Wilbert Pol
d6f5671427
Forgot this one (nw)
2014-10-04 22:00:08 +00:00
Wilbert Pol
67482b30dd
(MESS) sms.c: Added support for Sega Graphic Board input. (nw)
2014-10-04 21:59:32 +00:00
Michaël Banaan Ananas
781bdc9af7
fix winrun missing 3D
...
(this changes STATIC_COUNT from 0x100 to 0xff)
2014-10-04 21:56:58 +00:00
Michaël Banaan Ananas
4e33d5126c
tried to fix a debug assert
2014-10-04 21:20:27 +00:00
R. Belmont
529b34e9b2
New games added or promoted from NOT_WORKING status
...
---------------------------------------------------
Vegas 1 (Ver 2.3 dual coin pulse, shorter) [any]
Vegas 1 (Ver 2.1 dual coin pulse, longer) [any]
Vegas 1 (Ver 1.33 single coin pulse) [any]
This is a coin pusher machine from Spain. Your guess on how to work it is as good as mine ;-)
2014-10-04 21:14:24 +00:00
Michaël Banaan Ananas
1be70dca6e
remove assumption that dsp common ram is an MB8421 (MB8421 used on the sound part)
2014-10-04 21:13:34 +00:00
Michaël Banaan Ananas
aa96dd98dd
small cleanup
2014-10-04 20:00:16 +00:00
Scott Stone
ad2e243f64
Handcrafted PAL for actual Varth US PCB. [Palindrome]
2014-10-04 18:57:50 +00:00
R. Belmont
c68d266b39
New clones added
...
----------------
Initial D Arcade Stage (Japan) [rtm, ShouTime, The Dumping Union]
naomi: redumped initdv2j GD-ROM [rtm, ShouTime, The Dumping Union]
2014-10-04 18:01:39 +00:00
David Haywood
c815b46cd0
fix MT385, and maybe 386 by making battlera use the proper PCE video code
...
note: there is a significant performance cost to this as the real PCE code is slow, also some graphics will now flicker a bit because the real PCE emulation respects sprite chip limits / masking (which is why the submarine boss now works)
2014-10-04 16:33:18 +00:00
R. Belmont
4ef1aa7884
(MESS) More sector order heuristics. (nw)
2014-10-04 15:38:48 +00:00
Robbbert
8ad3900cb4
s3,4 : documented dips.
2014-10-04 14:56:21 +00:00
David Haywood
7d062b8f3c
because I'm a Raidenoholic (nw)
2014-10-04 14:06:37 +00:00
Michaël Banaan Ananas
76fb8a3129
dragrace.c: Added tachometer outputs. [Comboman]
2014-10-04 12:20:38 +00:00
Robbbert
ec2b170c8d
s8,s8a : fixed diagnostic mode.
2014-10-04 12:03:22 +00:00
Robbbert
5268f3195e
s7,9 : fixed diagnostic mode. Sorcerer, Space Shuttle now working.
2014-10-04 09:58:55 +00:00
mahlemiut
23a8adb411
trident: hopefully found the clock divider bit used by the BIOS, refresh rates should now be pretty correct.
2014-10-04 07:58:42 +00:00
Ivan Vangelista
d23aa31fb8
taito_f3: moved video functions into the driver class (nw)
2014-10-04 06:28:27 +00:00
Ivan Vangelista
ce9b6a3350
micro3d: moved video functions into the driver class (nw)
2014-10-04 06:26:33 +00:00
Ivan Vangelista
ac8a857d1c
misc drivers: Moved functions into driver class, cleanups (nw)
2014-10-04 06:25:00 +00:00
Robbbert
69dbd9e223
s6,s6a : fixed diagnostic mode, fixed dips.
2014-10-04 05:47:50 +00:00
Fabio Priuli
fa3c75a7b3
(MESS) vboy uses no bankswitch, so we can gain back most
...
speed with the same direct rom mapping used for gba. nw.
2014-10-04 03:48:09 +00:00
mahlemiut
0210f1ea04
trident: added programmable clock, previous clock select was for TGUI9440CXi and TVGA cards, still lacks a divisor for higher refresh rates, but up to 70Hz modes should be correct now.
2014-10-04 01:26:06 +00:00
mahlemiut
ea926721e5
trident: small WIP
2014-10-03 22:28:17 +00:00
Michaël Banaan Ananas
64f73d0985
fix compile
2014-10-03 21:18:10 +00:00
Michaël Banaan Ananas
6671452664
New NOT WORKING games added
...
---------------
Capriccio Spin 2 [hap, Yasuhiro]
Capriccio Cyclone [hap, Yasuhiro]
2014-10-03 20:38:25 +00:00
Fabio Priuli
23bae7d144
(MESS) gameboy.xml: new prototype dump (not working). nw.
...
(MESS) gamegear.xml: new dumping info. nw.
2014-10-03 19:14:24 +00:00
Fabio Priuli
d69ad9d29f
(MESS) fds/famitwin: attach the disk controller device directly
...
to the machines, without the intermediate cartslot. This is more
accurate for famitwin and it also avoids the possible
misunderstanding about the -cart switches in these systems
(+ avoids possible misconfigurations). nw.
2014-10-03 18:59:59 +00:00
Wilbert Pol
0e19a1d31f
(MESS) msx.c: Added release years for several systems. [AntoPISA]
2014-10-03 18:23:35 +00:00
David Haywood
47dcaafbf9
note about tharrier dips (nw)
2014-10-03 16:10:34 +00:00
Fabio Priuli
25daf865a0
vc4000: added ram to the softlist entries which need it
...
(previously all games had RAM even if the real cart did
not contain any), and fixed a brown paper bag bug from
last night. nw.
2014-10-03 12:48:45 +00:00
Robbbert
6a02d340db
up/down button needs IPT_TOGGLE for s6 and up.
2014-10-03 09:19:26 +00:00
Robbbert
b36ef0b9f5
s3,4,5,6,6a,7,8,8a,9.c : moved diagnostic buttons to the number pad.
...
1 = sound card NMI (tests sound card)
2 = sound effects or chimes (default = effects)
3 = speech on/off (default = on) where fitted
4 = MPU NMI
5 = Advance button
6 = Manual-Auto/Up-Down button
7 = Reset High Score
8 = Memory Protect (coin door switch)
9 = Enter dipswitch info
2014-10-03 02:30:05 +00:00
Robbbert
8b6b6db491
s7.c : Jungle Lord, Firepower II, Varkon, Defender now working.
2014-10-03 00:26:49 +00:00
Robbbert
0712047fae
s7.c : Black Knight, Cosmic Gunfight, Pharaoh, Star Light now working.
2014-10-02 23:38:25 +00:00
Fabio Priuli
9e85f295bd
(MESS) converted arcadia and vc4000 to use slot devices for
...
their carts too.
2014-10-02 20:07:31 +00:00
smf-
6b0d73a9f2
(MESS) fix building with official windows tools (nw)
...
Compiling src/emu/bus/chanf/rom.c...
src/emu/bus/chanf/rom.c: In member function 'UINT8 chanf_rom_device::common_read_2102(UINT32)':
src/emu/bus/chanf/rom.c:144:23: error: suggest parentheses around arithmetic in operand of '|' [-Werror=parentheses]
return (m_latch[0] & 0x7f | (m_data0 << 7));
^
cc1plus.exe: all warnings being treated as errors
makefile:932: recipe for target 'obj/windows/emu/bus/chanf/rom.o' failed
2014-10-02 16:26:47 +00:00
Dirk Best
911d24f03f
Amiga: Add an initial software list for some Amiga driver disks
2014-10-02 13:52:57 +00:00
Dirk Best
dfb8160daf
Amiga: Fix expansion slot device initialization
2014-10-02 13:52:56 +00:00
Dirk Best
a461b4e1dc
Amiga: Connect Zorro interrupts in the Amiga 500 drivers and
...
reinitialize Zorro devices on reset to stop them from disappearing on
soft reset.
2014-10-02 13:52:55 +00:00
Dirk Best
0c94dbe055
Amiga: Fix crash with expansion slot devices
2014-10-02 13:52:54 +00:00
Dirk Best
18104e5f61
Imgtool: Display more info about Amiga images
2014-10-02 13:52:53 +00:00
Dirk Best
4a9d11421e
Amiga: Add save state support to the Amiga keyboard and some info about
...
A1000 keyboards.
2014-10-02 13:52:51 +00:00
R. Belmont
1f3e83e08b
(MESS) concept: can boot 5.25" disks on fdc02 now. [crazyc]
2014-10-02 13:49:36 +00:00