Commit Graph

27465 Commits

Author SHA1 Message Date
David Haywood
32064cfbff misc ANY stuff part 1 2014-02-05 12:38:02 +00:00
Nathan Woods
93375c26c4 Adopted 'bool' type 2014-02-05 10:44:47 +00:00
Nathan Woods
69ef4a4a1b Initializing this variable 2014-02-05 10:44:46 +00:00
Robbbert
0d706c4fd3 (MESS) microvision : added a software-list switch to pick the correct display per game. Fixes alienrdr,bowling,vegas (part 2) 2014-02-05 09:42:11 +00:00
Robbbert
70895111eb (MESS) microvision : added a software-list switch to pick the correct display per game. Fixes alienrdr,bowling,vegas (part 1) 2014-02-05 09:39:55 +00:00
Fabio Priuli
093201ff8b New clone added
------------------------
Vs. Tennis (Set 3)  [any]


we suspect that some roms for the second CPU went bad :(
2014-02-05 07:26:41 +00:00
Justin Kerk
7eda5af6de Silence excessive printf spam in RSP core with -nodrc (nw) 2014-02-05 07:01:12 +00:00
Fabio Priuli
5b64ad65fa (MESS) microvsn: added dump of alien raiders, courtesy of Sean Riddle. nw. 2014-02-05 06:21:46 +00:00
David Haywood
d3d902b713 new clones
Flying Tiger (set 2) [system11]
Puckman Pockimon (set 3) [any]
Gulf War II (set 2) [system11]
2014-02-05 01:36:49 +00:00
Brian Troha
89619b4bef taito_b.c: Give Yukiwo the correct "World" coinage and change dip DSWB-8 to unused as there doesn't seem to be a "Space Ship" option like in the other Master of Weapons sets. - NW 2014-02-05 01:36:36 +00:00
Michaël Banaan Ananas
a27f7ed935 document flags, and fixed flags in add/sub 2014-02-05 01:32:32 +00:00
Couriersud
6b6bd02db1 Added netlist output stage to 1942
This is disabled by default for now. Once the stream input/output interface settled it will be enabled.

Those who like to try it NOW: 

Set at the top of 1942.c

#define USE_NETLIST (1)

I think the quality is better with netlist. Better dynamics, you can hear the rotors now. I have observed no performance impact as well.
2014-02-04 23:39:21 +00:00
Couriersud
35c7cf0381 Added option AY8910_RESISTOR_OUTPUT to AY8910. This will output internal resistor values instead of computed voltages. To be used with netlist output stages. 2014-02-04 23:34:57 +00:00
Couriersud
5d7b9522d1 - Added a parameter "MULT" for output multiplication to NETDEV_SOUND_OUT
- Added a safety check to resistor device to avoid divide by zeros
- only update parameters if they have changed
2014-02-04 23:30:48 +00:00
Michaël Banaan Ananas
d7ec6074bb some mn10200 opcode fixes 2014-02-04 21:34:45 +00:00
Ivan Vangelista
96c9b7292d Fixed MT03346 (nw) 2014-02-04 17:15:46 +00:00
Curt Coder
657b3018c2 (MESS) c64: Floppy WIP. (nw) 2014-02-04 15:32:09 +00:00
Robbbert
06b8402d65 (MESS) phc25 : a very small note 2014-02-04 13:08:37 +00:00
David Haywood
27f38f4efb cleanup (nw) 2014-02-04 12:49:47 +00:00
Alex W. Jackson
76bd65cb3b popeye.c: added RC filter (MT 3726), cleanups [Alex Jackson] 2014-02-04 12:12:30 +00:00
Fabio Priuli
2d5f0a76c8 (MESS) documenting recent Sega Sawatte Pico dumps by Team Europe. CPU is unknown
(under epoxy block), so no skeleton to hook these to.
2014-02-04 12:11:34 +00:00
David Haywood
a4ecad8a30 new clones
Yukiwo (World, prototype) [Unigame]

This is Master of Weapon at the point where it was still named after the programmer, very cool indeed
2014-02-04 11:57:23 +00:00
Nathan Woods
bf06b4f331 MSVC fix 2014-02-04 11:31:41 +00:00
Fabio Priuli
43f27b7772 as pointed out by several users, these have been floating around since a few years... nw. 2014-02-04 11:17:49 +00:00
Fabio Priuli
fd54eaac0b a final round of additions. nw. 2014-02-04 10:57:52 +00:00
Fabio Priuli
c1274c325e a few other ones. nw. 2014-02-04 09:17:02 +00:00
Fabio Priuli
1be5941c66 some more roms for discrete games added to skeletons. nw. 2014-02-04 07:45:22 +00:00
Couriersud
799c621d65 - Some bug fixes for sound device routing
- pong doubles (yet to be committed) starts up again.
2014-02-03 23:53:23 +00:00
Curt Coder
1f68cb9336 Cleanup. (nw) 2014-02-03 23:00:04 +00:00
Curt Coder
54797825ba (MESS) 64h156: Return of the weak bits. (nw) 2014-02-03 22:15:14 +00:00
Fabio Priuli
fd643e41b2 a few more whose roms were available. nw. 2014-02-03 22:11:13 +00:00
R. Belmont
1fdf5afd72 (MESS) apple2gs: Add support for Vulcan Gold IDE card [R. Belmont, Spk] 2014-02-03 21:28:26 +00:00
Couriersud
a29a054900 Fixed a scaling bug 2014-02-03 21:01:38 +00:00
Fabio Priuli
8b2153bcf2 this was not meant to be in the commit... nw 2014-02-03 17:19:53 +00:00
Fabio Priuli
9762654338 added skeleton for discrete games with roms, to ensure the dumps are
available when we get there with the emulation. nw.

atari games will probably need to be split in different source files later on,
but I've tried to keep the code to the minimum for the moment.
2014-02-03 17:16:27 +00:00
Curt Coder
8ee25c659a nw 2014-02-03 16:09:18 +00:00
Curt Coder
421f3d14ef c128_flop.xml: Added 10 Years HVSC. [Curt Coder] 2014-02-03 16:00:37 +00:00
Curt Coder
b10cef380b (MESS) Refactored the Commodore 1541/1551/1571/2031 disk drives to use the modern floppy system. [Curt Coder] 2014-02-03 15:59:54 +00:00
Alex W. Jackson
44add8d8ef nemesis.c [Alex Jackson]:
* Hooked up RC filters to AY8910s
 * Fixed konamigt layout aspect ratio
 * Some corrections to address maps and inputs
2014-02-03 15:43:44 +00:00
Robbbert
4114303fe6 (MESS) New NOT WORKING systems [The Dumping Union, TeamEurope]
----------------------------------------------
Genius Leader 4000 Quadro (Germany)
Genius Leader 7007SL (Germany)
2014-02-03 11:43:10 +00:00
Robbbert
8919708f09 (MESS) apf : added back support for .apt cassettes
(nw) hopefully it works as no apt files to test with
2014-02-03 10:30:32 +00:00
Alex W. Jackson
029a0a3ebe ddribble.c: clean up (nw) 2014-02-03 10:28:05 +00:00
Alex W. Jackson
5eb9755bf1 vlm5030: remove silly config interface (nw) 2014-02-03 10:05:14 +00:00
Fabio Priuli
0a4c8d099a (MESS) vboy.xml: replaced bad dump with a verified one, courtesy of Tauwasser. nw. 2014-02-03 07:48:13 +00:00
Fabio Priuli
ed5e5fad74 (MESS) nes.xml: fourth (and temporarily last) round of new additions. nw. 2014-02-03 07:32:16 +00:00
Alex W. Jackson
ddc0eabd28 Magic numbers, just say no (nw) 2014-02-03 00:33:19 +00:00
R. Belmont
52c60d3549 (MESS) apple3: Adjusted palette, confidence test color names screen is now reasonable. [R. Belmont] 2014-02-02 22:34:34 +00:00
David Haywood
a63e241a63 new clones
Fantasy Zone (prototype) [Unigame]

unfortunately the board wsa missing a lot of roms, some had gone bad, and it looks like some should be different.  it also has an MCU, but possibly leftover from something else.
2014-02-02 22:31:19 +00:00
R. Belmont
38db273225 (MESS) apple3 changes: [R. Belmont]
- Removed ProFile stub, we'll do that as a proper card later
- Removed ROM patch now that we can specify the ACIA is Rockwell-style
- Allow -ramsize 256K or 512K
- Both VIAs can generate IRQs now, as per schematics
2014-02-02 21:54:23 +00:00
R. Belmont
7e9c0431c0 mos6551: support Rockwell 6551s, which show different register contents from MOS/CSG parts on reset. [R. Belmont] 2014-02-02 21:51:50 +00:00