Commit Graph

31294 Commits

Author SHA1 Message Date
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
Ivan Vangelista
1fe6aefd73 Random small cleanups (nw) 2014-10-01 16:08:34 +00:00
Ivan Vangelista
9471c262de model1: moved most remaining functions into driver class (nw) 2014-10-01 16:07:51 +00:00
Ville Linde
f27a74bf70 powerpc: fix unaligned 64-bit accesses (nw) 2014-10-01 14:13:21 +00:00
Michael Zapf
7020cb18d3 Fixed cylinder number calculation. (nw) 2014-10-01 11:20:12 +00:00
Michael Zapf
b010c28707 (MESS) Removed unneeded variable. (nw) 2014-10-01 10:21:43 +00:00
Oliver Stöneberg
e2a6faf36d added makefile variable OPENMP to enable usage of OpenMP (includes vconv support of -fopenmp) [Oliver Stöneberg] 2014-10-01 09:17:09 +00:00
Fabio Priuli
0eae106793 more generic cart slot conversions. nw. 2014-10-01 05:48:35 +00:00
Fabio Priuli
e35f0bfd5c (MESS): psx.xml: more info additions from AntoPisa (covering games up to K). nw. 2014-10-01 05:45:10 +00:00
Alex W. Jackson
214c4525cc k053260: delta PCM decoding rolls over instead of clipping; fixes MT#1007 [Alex Jackson] 2014-10-01 05:10:26 +00:00
Scott Stone
124d852205 Fix compile (unused variable issue) (nw) 2014-10-01 02:01:29 +00:00
Michael Zapf
bf05466963 (MESS) HDC9234 still WIP, added some more functions and burst mode.(nw) 2014-09-30 19:51:00 +00:00
Michaël Banaan Ananas
c7d4794dac spi_layer_bank_w unknown bit wasn't alpha blending enable afterall 2014-09-30 15:33:22 +00:00
Ivan Vangelista
54c3e62516 namcos2 and namcos21: moved most remaining functions into classes (nw). 2014-09-30 14:57:36 +00:00
David Haywood
bc00aadc06 new clones
Zero Hour (Inder) [Basilio García]
2014-09-30 10:40:12 +00:00
Fabio Priuli
5f77979a2c (MESS) converted scv and vboy to use slot devices for
their carts. nw.
2014-09-30 06:05:07 +00:00