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
David Haywood
d24d71f93b
blktiger priority fixes [Mamesick]
...
(fixes 5708, looks OK to me)
2014-10-02 13:48:12 +00:00
Robbbert
0e203ff848
s9.c : tidy up.
2014-10-02 12:13:15 +00:00
Fabio Priuli
e339f189d0
(MESS) converted ibmpcjr and studio2 to use generic cart slot for
...
their carts. nw.
2014-10-02 12:09:37 +00:00
Fabio Priuli
6443de08ba
(MESS) converted channelf and apfm1000/apfimag to use slot devices for
...
their carts. this allows to remove on-cart RAM from the driver class (since it
does not belong there). also added (partial) support for Channel F multicart.
nw.
2014-10-02 12:07:03 +00:00
mahlemiut
df901e049d
trident: added hardware cursor
2014-10-02 11:19:51 +00:00
Fabio Priuli
d2b2f08d26
(MESS) psx.xml: fixed xml, thanks to Thomas Klausner for reporting. nw.
2014-10-02 07:56:29 +00:00
Robbbert
2aab56de6b
Still Crazy: fixed layout and coins, marked as working.
2014-10-02 06:33:08 +00:00
Robbbert
b6e2522b21
placeholders
2014-10-02 03:00:46 +00:00
R. Belmont
98adcd4883
(MESS) concept: signal tc_w at end of fdc02 pseudo-DMA, but 765 still won't cooperate (nw)
2014-10-02 01:51:46 +00:00
Robbbert
1ee7c41651
s7.c : Warlok, Time Fantasy, Laser Cue marked as working.
...
Most games have sound. 5 other games are mostly playable.
2014-10-02 01:03:30 +00:00
Wilbert Pol
f0267388e4
(MESS) msx.c: Some small fixes (nw)
2014-10-01 19:51:55 +00:00
Wilbert Pol
1941c1ab0d
smsctrl.c: Moved some includes from .h to .c file (nw)
2014-10-01 18:32:39 +00:00