Commit Graph

24394 Commits

Author SHA1 Message Date
Angelo Salese
8b841cc312 Added a bare bones SCUDSP core, to be improved 2013-10-08 21:52:56 +00:00
Jonathan Gevaryahu
c5d9b7701e (MESS) cat.c: more swyft comment updates, fixed the board location of one of the pals. [Lord Nightmare] 2013-10-08 20:29:33 +00:00
smf-
6060e514a7 fixed bugs in new toc reading code, when the request wasn't from the first track (nw) 2013-10-08 18:04:17 +00:00
smf-
a5808eaca7 Fixed read toc to always return the lead out & return the correct results for msf requests. Mounting the same iso in Windows 8 produces a slightly different result, but it's enough to make windows 2000 recovery console and windows 95a work. [smf] 2013-10-08 11:42:56 +00:00
Brian Troha
5b6fad772c New SF2 clone
New Clone Added
----------------------------------------
Street Fighter II: The World Warrior (World 910318) [Any, The Dumping Union]
2013-10-07 22:39:38 +00:00
Angelo Salese
28454d8e38 Improved SMPC timings 2013-10-07 22:37:12 +00:00
David Haywood
5479cad01a minor tweak (nw) 2013-10-07 21:17:08 +00:00
David Haywood
1fc225121b fix broken dma mode (nw) 2013-10-07 21:11:04 +00:00
Wilbert Pol
91fe9b59cb jaguar.c: Fixed detection of busy loops (nw) 2013-10-07 20:05:59 +00:00
David Haywood
7d87d88298 missing files (nw) 2013-10-07 19:59:41 +00:00
David Haywood
39d91b12eb further refactoring (nw) 2013-10-07 19:20:45 +00:00
Wilbert Pol
ffb7377f8f nec.c: Modernized cpu core (bw) 2013-10-07 18:35:50 +00:00
Robbbert
cd3c763e6e (MESS) vboy : added fullpath support for small homebrews (nw) 2013-10-07 18:20:52 +00:00
Ivan Vangelista
6f4d8b8423 Modernized 6525tpi device. (nw) 2013-10-07 18:07:46 +00:00
Ivan Vangelista
2aba7da865 Modernized er59256 device. (nw) 2013-10-07 18:07:11 +00:00
David Haywood
dac9a98a31 refactor some IGS protection code for easier sharing between igs017.c and pgm.c (nw) 2013-10-07 17:18:05 +00:00
Fabio Priuli
be113cc56e (MESS) vboy.c: improved loading from fullpath for non-2MB carts. [Fabio Priuli] 2013-10-07 14:37:17 +00:00
Michaël Banaan Ananas
ff373f10b8 New clone added
---------------------
Safari Rally (World) [Andrew Welburn]


rename: safarir -> safarirj
the new set becomes safarir
2013-10-07 14:06:00 +00:00
smf-
f41f2f5322 fixed 16 bit latch writing [smf] 2013-10-07 07:28:07 +00:00
smf-
1e02fa4100 fixed 16 bit latch writing [smf] 2013-10-07 07:16:11 +00:00
Robbbert
850eefa8cf (MESS) jade : added some info (nw) 2013-10-07 06:43:49 +00:00
Robbbert
cd2cc2f811 (MESS) irisha : cleanup (nw) 2013-10-07 06:31:30 +00:00
David Haywood
281b90dc5a small fix to unbreak killbld from iq132 2013-10-07 01:57:46 +00:00
Robbbert
0d81c7161c (MESS) improved keyboard on special, lik, erik (nw) 2013-10-07 01:10:40 +00:00
smf-
84cd73c9ea stopped div 0x80000000, 0xffffffff from causing an overflow exception. All loads cancel an outstanding load to the same register, not just lwl/lwr [smf] 2013-10-06 23:53:03 +00:00
Jonathan Gevaryahu
c7a59beb3e (MESS) dectalk.c: fixed 68k->dsp fifo, hooked up the old 1.8 dsp rom version since it works with 1.8 with no glitching and also works with 2.0 [Lord Nightmare] 2013-10-06 23:30:04 +00:00
Jonathan Gevaryahu
9cf6374ca9 (MESS) dectalk.c: fixed the outfifo handler so the 'later 2.0' -409/-410 dsp
firmware works correctly; some minor documentation updates as well, and 
added a compile-time feature to boost interleave when the output fifo is about
to run out. [Lord Nightmare]
2013-10-06 23:01:26 +00:00
Michaël Banaan Ananas
28db1b5f2d fixed vector games black screen with hlsl 2013-10-06 21:09:15 +00:00
Angelo Salese
21eb09adcf Decoded GFXs in SBC6510 2013-10-06 18:24:54 +00:00
Couriersud
b24c31f64f Optimized some netlist code by inlining clock device. This improves pongf performance by approx. 10%. 2013-10-06 17:18:23 +00:00
Michaël Banaan Ananas
ac0df6a72b turn Windows multithreaded blit off by default: shows gfx glitches in drivers with indexed palette otherwise 2013-10-06 15:56:21 +00:00
David Haywood
d0cc61a9f6 igs025/igs022 DMA mode 4 (for drgw3) 2013-10-06 14:09:10 +00:00
Couriersud
a27b932e9d Fixed a bug in netlib's NE555 emulation 2013-10-06 11:35:56 +00:00
Robbbert
61b4265747 MT 05323 : rallyx, rallyxa, rallyxm, rallyxmr: "INVALID" text in dip switch [Robbbert] 2013-10-06 10:06:50 +00:00
Jonathan Gevaryahu
8fa7b44024 minor dectalk comment updates (n/w) 2013-10-06 07:57:59 +00:00
Jonathan Gevaryahu
67253f1cd6 (MESS) dectalk.c: add DECtalk DTC-01 v1.8 firmware, add two new DECtalk DSP firmwares (one which goes with v1.8, and one which goes with later v2.0 units) [Al Kossow, Lord Nightmare] 2013-10-06 07:42:00 +00:00
smf-
b3034cbfca moved request sense command into t10spc, supporting the old obsolete format and the new one. [smf] 2013-10-05 19:38:34 +00:00
R. Belmont
cddbf287ba ptblank: Documented how the protection works. [Guru, R. Belmont] 2013-10-05 16:16:30 +00:00
mahlemiut
4bb9b99446 wpc_an: Various additions, games now have full sound:
- Added WPC sound board and hooked up to WPC boards.
  - Added shifter functions to WPC chip (fixes inputs)
  - Added preliminary memory protection
2013-10-05 10:02:07 +00:00
smf-
011425e431 update hack to allow dsfdct to boot (nw) 2013-10-04 23:50:43 +00:00
smf-
92071da38a Added a hack to get konami 80's loading games again. It misses out triggering dma for three sectors, the old code didn't care as it didn't check for how much had been requested. Why it does this and what should actually happen is currently unknown. [smf] 2013-10-04 21:54:22 +00:00
Scott Stone
49f2ff852c Size fix for peps0047's prom dump (nw) 2013-10-04 19:09:25 +00:00
Wilbert Pol
f87a6bf917 saturn.c: Modernized cpu core (nw) 2013-10-04 18:55:30 +00:00
cracyc
cd6b8a92aa (mess) isa_dectalk: much better now although quieter and some pops and squeaks. (nw) 2013-10-04 18:03:47 +00:00
Curt Coder
505ac880f2 (MESS) c64: Fixed tape loading. [Curt Coder] 2013-10-04 17:48:06 +00:00
Curt Coder
fda699e4e5 (MESS) Put the proper PC DOSes in place. (nw) 2013-10-04 17:46:05 +00:00
David Haywood
14581e1664 couple of tweaks to the PGM submission (nw) 2013-10-04 16:30:07 +00:00
David Haywood
620f455f6b Improvements to Dragon World 3 protection simulation, game seems mostly playable now although a DMA mode copying 68k code to RAM is still missing [iq_132] 2013-10-04 16:10:20 +00:00
Robbbert
a8d5c35583 (MESS) sapi1 : last part (nw) 2013-10-04 12:34:34 +00:00
Brian Troha
762a656547 tumbleb.c: Filled in tested Carket Ball dipswitch settings. Basically as stated in Test Mode, except for Language and the second Test Mode. - NW 2013-10-04 03:40:43 +00:00
cracyc
2c52febe7b (mess) isa_dectalk: add the dectalk pc device [Carl, Lord Nightmare]
--
Audio quality is currently marginal
2013-10-04 03:18:01 +00:00
R. Belmont
8ac006b5ff SDL: updated man pages [Cesare Falco] 2013-10-04 02:56:29 +00:00
R. Belmont
645af63020 ncr5380n: better DRQ support, fixed arbitration-in-progress bit [R. Belmont] 2013-10-04 02:53:07 +00:00
R. Belmont
c11f83ad16 (MESS) Apple II: Initial non-working implementation of High Speed SCSI Card [R. Belmont] 2013-10-04 02:51:15 +00:00
Brian Troha
4fce94ed9f peplus.c: More additions and or corrections - NW 2013-10-04 02:33:11 +00:00
smf-
eb8abf43c1 fixed mametesters 05257 [smf] 2013-10-03 20:59:21 +00:00
Angelo Salese
0003b69a0b SCSP: improved DMA and fixed triggering from SH-2 side [Angelo Salese] 2013-10-03 20:35:49 +00:00
Robbbert
2d94924fb7 (MESS) sapi1 : more wip 2013-10-03 13:54:40 +00:00
mahlemiut
6746f90fc6 s11,wpc: Made System 11C BG music hardware a device, and plugged it into the WPC versions of Dr. Dude. 2013-10-03 08:52:34 +00:00
Jonathan Gevaryahu
331cd1fe21 minorly rearranged the phone plugs and the breakout connector on the diagram to better match the pcb. no whatsnew 2013-10-03 03:29:55 +00:00
Jonathan Gevaryahu
8b19686499 (mess) cat.c: further swyft documentation updates based on having the board to look at directly [Lord Nightmare, Sandy Bumgarner] 2013-10-03 02:18:57 +00:00
David Haywood
f8ed76d3e7 fix some tilemap dirty marking when bank changes in nmk16.c, was causing some issues on later tdragon2 bosses (nw) 2013-10-03 01:39:02 +00:00
David Haywood
504faa4be4 the other bootleg (nw) 2013-10-02 16:02:31 +00:00
David Haywood
62eae59a6c minor change to carket (nw) 2013-10-02 14:00:46 +00:00
Robbbert
e224d4a16a (MESS) delete unused files (nw) 2013-10-02 12:56:06 +00:00
Robbbert
2d638006fa (MESS) sapi1 : cleanup & wip (nw) 2013-10-02 12:49:43 +00:00
David Haywood
e37ca06fb2 use a slightly modified copy of the protection data from another game so we can actually coin up etc. until we have the real data. (nw) 2013-10-02 03:27:23 +00:00
Brian Troha
f5ca94957a peplus.c: Fix my recently introduced regression. - NW 2013-10-02 03:15:34 +00:00
Brian Troha
75242af01a peplus.c: Corrections... Fix PP0178 name and CG set, other minor notes or corrections. - NW 2013-10-02 03:06:56 +00:00
David Haywood
5e4ef9d102 new NOT working
Carket Ball [ANY]

needs the real protection data extracting for this game, runs attract mode with data from others but can't coin it up.
2013-10-02 02:55:54 +00:00
David Haywood
af60ead429 small note (nw) 2013-10-02 01:44:02 +00:00
Ryan Holtz
3b0e61ad96 Fix N64 controls, nw 2013-10-02 01:25:15 +00:00
Jonathan Gevaryahu
18e7aabfd7 (MESS) cat.c: add v331 IAI swyft firmware roms, and add .jed file dumps for the four swyft pals [Sandy Bumgarner, Lord Nightmare, Balrog] 2013-10-02 01:12:21 +00:00
David Haywood
d60b8d0eac actually add the thing the new comments reference... (nw) 2013-10-02 00:53:58 +00:00
smf-
e6b70f4373 fixed mametesters 05318 [smf] 2013-10-02 00:17:45 +00:00
smf-
8a686cebfe fixed mametesters 05317 [smf] 2013-10-01 23:51:19 +00:00
Brian Troha
892fee7f12 thepit.c: Dumped the color BPROM for, and corrected colors in, Desert Dan [Zab] 2013-10-01 23:10:32 +00:00
Phil Bennett
ed3f15e6d9 05316: meikyuh, meikyuha: no sound in demo and in gameplay [Phil Bennett] 2013-10-01 20:02:53 +00:00
Michael Zapf
9458d4ec46 (MESS) ti99: Constrain debugger access. 2013-10-01 19:26:41 +00:00
Phil Bennett
680118278c unico.c - Fix zeropnt2 sound routing 2013-10-01 19:01:23 +00:00
Michael Zapf
020055dd72 (MESS) ti99: Fixed a regression with speech caused by improper READY
handling from sound chip.
2013-10-01 14:12:11 +00:00
Miodrag Milanovic
c9f040b559 (MESS) New skeleton :
======================
- Dragon 200-E [robcfg]
2013-10-01 13:25:39 +00:00
mahlemiut
6fcda61d9a wpc_an: added ROM banking, switches, and IRQs. Games now start to boot. 2013-10-01 11:01:16 +00:00
Ryan Holtz
975435ad75 -N64 optimizations: [MooglyGuy]
* Converted PIF RAM from 8-bit array to 32-bit array
  * Inlined color and alpha combiner equations
  * Moved a number of calculations in span rendering to outer loops
  * Flattened branch structure of texel fetching somewhat
2013-10-01 07:20:01 +00:00
Michael Zapf
419b6f0158 (MESS) Using the split addressing (setaddress ... read/write) 2013-09-30 23:16:14 +00:00
Michael Zapf
cda0ac67fb (MESS) GROMs may now be used on different bases (needed in 99/8) 2013-09-30 23:15:43 +00:00
Michael Zapf
6c863c2d56 CPUs now utilizing split addressing (setaddress ... read/write) 2013-09-30 23:14:38 +00:00
Angelo Salese
32a57a15b4 Deprecated MCFG_SCREEN_VBLANK_TIME() / MCFG_SCREEN_REFRESH_RATE() in favor of MCFG_SCREEN_RAW_PARAMS() function for the following drivers: [Angelo Salese]
* twin16.c (except fround)
* yunsun16.c
* yunsung8.c
2013-09-30 22:07:21 +00:00
James Wallace
ef0903ee8b Added some more meter communication to System 5 and MPS, games should complain about less now [J. Wallace] 2013-09-30 19:04:23 +00:00
Robbbert
0056342255 (MESS) pt68k4 : Connected to a terminal. System works with bios 0 (nw) 2013-09-30 08:02:10 +00:00
Robbbert
162780bc07 (MESS) PP01 : added uart 2013-09-30 05:26:07 +00:00
Ryan Holtz
a984ca3df1 -N64 RDP and RSP improvements [MooglyGuy, Marathon Man]
* Fixed an RSP DMA edge case when transfer count is greater than 1.
  * Refactored the RDP blender implementation to use function pointers rather
    than deep if/else structures in order to reduce branch prediction penalties
    in the inner software rasterizer loop.
  * Reduced the likelihood that bad triangle commands due to an RSP crash will
    crash MESS.
2013-09-30 05:09:03 +00:00
Robbbert
ea470afd19 (MESS) PP01 : added sound 2013-09-29 23:07:04 +00:00
R. Belmont
d1349077e6 (MESS) ec1841 updates: [shattered]
- Emulated the original keyboard
- DIP switches added
- Improved memory mapping
2013-09-29 15:30:43 +00:00
Brian Troha
8cf2c2c122 peplus.c: Yes, let's update the parent too - NW 2013-09-29 03:59:42 +00:00
Brian Troha
d9440ac48c peplus.c: Fix wrong size roms of BAD_DUMP roms - NW 2013-09-29 03:39:27 +00:00
Brian Troha
8ed0c5f873 peplus.c: Minor adjustments - NW 2013-09-29 03:26:11 +00:00
Brian Troha
a559c58723 new clones / sets added
peplus.c: Huge update of information, clones and new games. [BrianT]

New Games Added
-----------------------------------
Player's Edge Plus (Set001) Set Chip [BrianT, Kevin, Jim]
Player's Edge Plus (PP0103) Deuces Wild Poker [BrianT, Kevin, Jim]
Player's Edge Plus (PP0127) Deuces Joker Wild Poker [BrianT, Kevin, Jim]
Player's Edge Plus (PP0434) Bonus Poker Deluxe [BrianT, Kevin, Jim]
Player's Edge Plus (PP0452) Double Deuces Wild Poker [BrianT, Kevin, Jim]
Player's Edge Plus (PP0508) Loose Deuce Deuces Wild! Poker [BrianT, Kevin, Jim]
Player's Edge Plus (PP0542) One Eyed Jacks Wild Poker [BrianT, Kevin, Jim]
Player's Edge Plus (X002031P+XP000112) Lucky Deal Poker [BrianT, Kevin, Jim]
Player's Edge Plus (X002040P+XP000038) Nevada Bonus Poker [BrianT, Kevin, Jim]
Player's Edge Plus (X002042P+XP000038) Triple Bonus Poker [BrianT, Kevin, Jim]
Player's Edge Plus (X002067P+XP000038) Double Double Bonus Poker [BrianT, Kevin, Jim]
Player's Edge Plus (X002250P+XP000050) Shockwave Poker [BrianT, Kevin, Jim]
Player's Edge Plus (X002307P+XP000112) Triple Double Bonus Poker [BrianT, Kevin, Jim]
Player's Edge Plus (X002314P+XP000112) Triple Bonus Poker Plus [BrianT, Kevin, Jim]
Player's Edge Plus (XMP00002+XM00004P) Multi-Poker [BrianT, Kevin, Jim]
Player's Edge Plus (XMP00004+XM00005P) Multi-Poker [BrianT, Kevin, Jim]

New Clones Added
-------------------------------------------
Various Player's Edge Plus Poker sets (90+) [BrianT, Kevin, Jim]
2013-09-29 03:20:11 +00:00
Cowering
1eb83c348c see http://mikro.naprvyraz.sk/docs/Coding/Atari/Maggie/FPU.TXT and http://www.atari-forum.com/viewtopic.php?f=68&t=1646 for table used. Atari guys seem to have them all timed out 2013-09-29 01:30:02 +00:00
Wilbert Pol
afddb6f6e2 MT05290: jngolady - Black screen [Wilbert Pol] 2013-09-28 13:24:12 +00:00
Wilbert Pol
4459c6f6f0 m6800.c: Initialize some more variables on startup (nw) 2013-09-28 13:09:32 +00:00
Ryan Holtz
0998aa44e0 Erroneous commit, nw 2013-09-28 05:14:23 +00:00
Ryan Holtz
53a5763f73 -Refactored N64 RDP blender to use function arrays in order to [MooglyGuy]
flatten inner-loop branch structures for potential performance.

-Broke blender steps into individual #defines in order to make the [MooglyGuy]
 functional differences between RDP modes more apparent.
2013-09-28 05:13:54 +00:00
R. Belmont
4148ce2545 (MESS) apogee: sound support [shattered] 2013-09-28 03:52:54 +00:00
R. Belmont
3c4e5a1e36 m68k: add FSCALE instruction used by e.g. SimCity 2000 [R. Belmont] 2013-09-28 01:57:53 +00:00
Brian Troha
18da24faf4 new Afterburner II clone
New Clone Added
----------------------------------
After Burner II (German) [Andrew Welburn, The Dumping Union]
2013-09-27 18:05:23 +00:00
David Haywood
165f371e91 franticf appears to want this to wraparound (nw)
if anybody knows the TMS32010 better it would help if they looked at the wheel input (should be a steering wheel + single button) because I can't see how it maps, the other input port isn't read.  Maybe it generates an interrupt per tick or something?

page flip implementation also still seems wrong for this game.
2013-09-27 18:04:47 +00:00
David Haywood
2668bde341 added some coins, dips etc. to Frantic Fred.. not sure how the directional movement should work tho. 2013-09-27 15:56:45 +00:00
Robbbert
28887c16b3 (MESS) Modello T : added keyboard and cursor, notes. 2013-09-27 11:56:10 +00:00
Robbbert
e4b17f5653 fixed compile error 2013-09-27 08:47:28 +00:00
Ryan Holtz
8d7860261d Fixed non-SIMD mode, nw 2013-09-26 21:42:57 +00:00
smf-
86eb8db4f9 fixed dma_write_data parameter, even though it's not used and the dma isn't hooked up properly (nw) 2013-09-26 19:30:58 +00:00
Ryan Holtz
e9fcd73ff1 -RSP SIMD changes: [MooglyGuy, Marathon Man]
* Converted high and middle accumulator slices into SIMD vectors.
  * Converted flag registers into SIMD vectors.
  * Fixed unaligned accesses in CFC2 opcode.
  * Added SCALAR_GET_VS1, SCALAR_GET_VS2, and SET_ACCUM_H/M/L to act as a
    passthrough to either the non-SIMD implementation or individual element
    insert/extract ops in order to minimize #if USE_SIMD all over the place.
  * Ported SIMD implementations of VMUDL, VMUDM, VMUDN, VMUDH, VMACF, VMACU,
    VMADL, VMADM, VMADN, and VMADH from CEN64 with permission
  * Resulted in an overall speedup of approximately 50% for RSP-bound scenes on
    a 2.5GHz i5.
2013-09-26 18:30:00 +00:00
R. Belmont
100931c193 web: more UI improvements [Firehawke] 2013-09-26 14:01:40 +00:00
Phil Bennett
63cc4e4de3 tmnt.c - Confirmed and removed TMNT and TMNT2 BTANTB -nw-
Sources:
TMNT: http://www.youtube.com/watch?v=z9xJabf9a4Y
TMNT2: http://www.youtube.com/watch?v=HsgaeJ7oLFE
2013-09-26 13:50:12 +00:00
David Haywood
956ae0ed95 set as clone (nw) 2013-09-26 11:56:58 +00:00
Robbbert
da79853e7a (MESS) applix : more roms (nw) 2013-09-26 11:47:34 +00:00
Phil Bennett
7fac68acf3 darkseal2 - Set GAME_IMPERFECT_SOUND flag due to incorrect speech ROM -nw- 2013-09-26 11:44:56 +00:00
David Haywood
5ed563b5f8 new clones - Growl (World, prototype) [dsyde, muddymusic] 2013-09-26 11:35:05 +00:00
Robbbert
c8162d2d8c (MESS) ft68m : added remaining roms, bypassed self test, it starts up (nw) 2013-09-26 09:11:30 +00:00
Phil Bennett
761ba68178 darkseal2 - Marked mas10 sound ROM as BAD_DUMP as it is incorrect for this version (see MT 03941) 2013-09-26 08:42:15 +00:00
David Haywood
b177d43676 de-duplicate some code 2013-09-26 01:29:17 +00:00
David Haywood
55a6b403c9 fix a romset naming conflict pointed out on my site (nw) 2013-09-26 01:02:39 +00:00
Michaël Banaan Ananas
94130f380b (companyname) 2013-09-25 21:15:24 +00:00
Oliver Stöneberg
a8919f9a59 small change to mcs96 generation messages (nw) 2013-09-25 19:47:48 +00:00
Michaël Banaan Ananas
5391b74d56 protection emulation should be crashproof now 2013-09-25 19:25:52 +00:00
Robbbert
118b344adc (MESS) New skeleton [Al Kossow, Robbbert]
-------------------------------------------------
Forward Technology FT-68M
2013-09-25 19:18:26 +00:00
Michaël Banaan Ananas
ae13e9a9fb fix video frequency regression 2013-09-25 18:10:45 +00:00
Robbbert
13b51c3646 (MESS) votrtnt, votrpss : changed speech clock to value recommended on the datasheet 2013-09-25 17:10:28 +00:00
cracyc
d4032d954c (mess) pc: mc1502 fdc reset fix [shattered] 2013-09-25 02:21:56 +00:00
David Haywood
135bb5c22d new clones
Erotictac/Tactic (set 2) [ANY]
Super Derby (v.10.04) [ANY]
2013-09-25 01:24:38 +00:00
R. Belmont
e97e3ad6b1 (MESS)
Skeleton drivers:
-----------------
-Ensoniq EPS-16 Plus [R. Belmont]
-Ensoniq MR-61 Workstation [R. Belmont]
2013-09-24 23:54:31 +00:00
David Haywood
0cd83b5710 fix tile dirty marking in unico driver (been broken for 2.5 years!) 2013-09-24 22:01:22 +00:00
Wilbert Pol
761d812bab m4510.c: Added memory_translate (nw) 2013-09-24 18:36:38 +00:00
Oliver Stöneberg
1e731afff3 [MT05293] fixed VDP scanline settings in src/mame/machine/megadriv.c [Oliver Stöneberg] 2013-09-24 17:18:27 +00:00
Jonathan Gevaryahu
3e50fd0287 Further work on swyft (n/w) 2013-09-24 16:24:14 +00:00
Oliver Stöneberg
3ea1274cf2 reverted changes to src/osd/windows/winprefix.h (nw) 2013-09-24 16:12:42 +00:00
Michaël Banaan Ananas
0ad10db25d 1943.c: Improved protection emulation [Dave] 2013-09-24 15:55:45 +00:00
Oliver Stöneberg
7e282a4523 [MT03450] show detailed NOT FOUND messages for missing CHDs [Oliver Stöneberg] 2013-09-24 15:07:13 +00:00
Oliver Stöneberg
312dd4060c removed DISK_ISOPTIONAL macro in favor of identical ROM_ISOPTIONAL (nw) 2013-09-24 15:03:51 +00:00
Oliver Stöneberg
c7ab29151c removed unused macro from src/osd/windows/winprefix.h (nw) 2013-09-24 14:56:46 +00:00
R. Belmont
6e06426096 web: Fix web options reading from ini, improved load/save state UI [Firehawke] 2013-09-24 14:02:47 +00:00
Michaël Banaan Ananas
9197a7adaf fix rotr crash at boot 2013-09-24 14:01:11 +00:00
David Haywood
5fe0fd8142 change note slightly based on findings (nw) 2013-09-24 13:59:15 +00:00
Michaël Banaan Ananas
627643dadd fix xmen6p missing sprites 2013-09-24 13:23:24 +00:00
Robbbert
cec876161a (MESS) votrpss : connected devices (nw) 2013-09-24 12:42:08 +00:00
Brian Troha
726aa02074 new (non-working) game
New Game Added
---------------------------------
Frantic Fred [Brian Troha]

Out of whatsnew: Needs controls, sound and dips worked out.
2013-09-24 03:48:28 +00:00
R. Belmont
7c26834f3a cps3: improved readme with more hardware detail [Guru] 2013-09-24 00:05:58 +00:00
Alex W. Jackson
4ff8944e8e amstrad.c: fix gx4000 inputs [Alex Jackson] 2013-09-23 23:02:14 +00:00
cracyc
fadd2d8c8c (mess) mc1502: cassette output, printer WIP, serial WIP, minor keyboard fix [shattered] 2013-09-23 18:30:29 +00:00