Commit Graph

14999 Commits

Author SHA1 Message Date
Brian Troha
b9f01e620b New Clone Added - Dynamite Baseball
Sega Model 2 update:

* Dumped and hooked up Dynamite Baseball
* Dynamite Baseball 97 renamed as dynabb97
* Properly renamed 4 MASK ROMs in dynabb97
  to match pcb manual
* Minor cleanups and fixes

Credits:

New NOT WORKING clones added
---------------------------------------------------------------
Dynamite Baseball [Layne, Yohji, hap, Smitdogg, The Dumping Union]
2012-02-14 01:30:42 +00:00
R. Belmont
634199ff6e (nw) 2012-02-13 23:38:49 +00:00
R. Belmont
736dabbca7 New clones added
----------------
Wyvern Wings (alt) [RetroRepair]
2012-02-13 23:32:06 +00:00
R. Belmont
0419f03478 (nw) 2012-02-13 23:23:41 +00:00
Angelo Salese
64ec86dc27 Corrected GFX bitplane order in Springer, fixes colors for the rabbit [MASH] 2012-02-13 19:39:11 +00:00
Angelo Salese
a417762310 NMK16 priority fixes [Raiden II Project Team] 2012-02-13 19:36:59 +00:00
Angelo Salese
01d6981be6 new WORKING game
----------------
Oozumou - The Grand Sumo (DECO Cassette) [Charles MacDonald, Dr. Spankenstein, Kevin Eshbach, T. Huff, SteveS, E. Page-Hanify, Hikari, ArcadeDude, F. Bukor, N. Francfort, jmurjr, arcade-history.com, ThumB, Hurray Banana, Paratech, Xiaou2, Cornishdavey, A. Costin, M. Ponweiser, Tormod, Rambo, Smitdogg, The Dumping Union]

new clones
---------------
JoJo's Bizarre Adventure (990927) [Layne, Smitdogg, The Dumping Union]
2012-02-13 19:29:50 +00:00
Phil Bennett
02e2d91b85 Steel Talons: Fixed controls and removed the MSP speedup hack which was causing the game to reset at certain points. 2012-02-13 18:48:41 +00:00
Ryan Holtz
f91cdc62dc - Various N64 stability fixes. [Ryan Holtz] 2012-02-13 16:12:01 +00:00
Miodrag Milanovic
b03f10bd40 Better leave this one back (no whatsnew) 2012-02-13 14:06:06 +00:00
Miodrag Milanovic
c923ea571e pic8259 - this should fix some pic issues (no whatsnew) 2012-02-13 12:59:06 +00:00
Michaël Banaan Ananas
c7fc84b79d MT bug 04672 2012-02-13 09:59:59 +00:00
Miodrag Milanovic
b891216773 Sync with MESS, floppy work by OG (no whatsnew) 2012-02-13 08:12:24 +00:00
Miodrag Milanovic
65392a2135 Sync with MESS (no whatsnew) 2012-02-13 07:58:10 +00:00
Couriersud
5344166555 updated sdl os-core to compile against stock SDL-2.0 [couriersud].
- The SDL team has moved from 1.3 to 2.0. At the same time, changes were made to allow SDL1.2 and SDL2.0 to coexist. All SDL2.0 include files are now in /usr/include/SDL2.
- Added sdlinc.h to avoid having tons of #ifdef .. #include in the code.
- Scalemode is no longer a per-window setting
- Fixed a bug in YUV rendering.
- Use SDL_GetClipboard (SDL2.0)
- Updated README_SDL20.txt

Currently, SDL 2.0 is only supported on *nix. Volunteers welcome.
2012-02-12 20:59:24 +00:00
R. Belmont
d75dbab0de Add LZMA codec and .7z container support [David Haywood, R. Belmont] 2012-02-12 17:55:51 +00:00
Michaël Banaan Ananas
f594641814 new clone added
-----------------
Eyes (bootleg set) [f205v, Antro]
2012-02-12 17:24:36 +00:00
Michaël Banaan Ananas
69f6e6f6a2 artwork is now clickable 2012-02-12 15:49:27 +00:00
Michaël Banaan Ananas
96e8e05a53 some small cleanups when i was looking for dipswitch(es) (couldn't find any tho) 2012-02-12 15:19:20 +00:00
Olivier Galibert
ad7b1b3400 sync (nw) 2012-02-12 09:45:38 +00:00
Michaël Banaan Ananas
0603aba914 (couple of .lay tweaks) 2012-02-12 02:18:06 +00:00
Ryan Holtz
ac580c4848 Turn LOG_WAITS back off in polynew.h, nw 2012-02-11 19:22:43 +00:00
Michaël Banaan Ananas
b92eeb18e4 redone 30test layout, resembling the cabinet more 2012-02-11 17:01:46 +00:00
Michaël Banaan Ananas
755c23a8e7 add support for simple text alignment in layout files, defaulting to center
eg. align to the left of the textbox like this:
<text string="hello there" align="1">
2012-02-11 16:53:30 +00:00
Ryan Holtz
4c31089ae1 Missed a file, oops, nw 2012-02-11 16:51:48 +00:00
Miodrag Milanovic
5596c512fc Sync core fixes from MESS done by OG (nw) 2012-02-11 16:15:39 +00:00
Ryan Holtz
5cb480e748 - Added polynew.h multithreaded-render support to N64 RDP emulation. Speedup ratios of 1.6x to 2.8x observed. [Ryan Holtz]
(nw) If anyone has any suggestions on how better to sync per-scanline state than what I'm currently doing, I'd be all ears. The renderer is now pretty darn fast, but every little bit counts.
2012-02-11 16:05:10 +00:00
Michaël Banaan Ananas
24257711dc fix missing sfx in spacelnc 2012-02-11 10:06:43 +00:00
Michaël Banaan Ananas
495fe2b927 allow generic_pulse_irq_line to be longer than 1 cycle.
message to messdev: just change all callers:
generic_pulse_irq_line(x, y);
to
generic_pulse_irq_line(x, y, 1);
2012-02-11 10:01:01 +00:00
Miodrag Milanovic
b1aa1cedf7 small x87 fix from Carl (no whatsnew) 2012-02-11 08:13:49 +00:00
Scott Stone
71d1559108 Work on et4000 16bbp and 24bbp modes - from mess (nw) 2012-02-11 01:06:23 +00:00
Michaël Banaan Ananas
f84735dcef cmdline option shortcuts for:
waitvsync -> vs
syncrefresh -> sr
2012-02-10 19:26:14 +00:00
Michaël Banaan Ananas
6533410440 tsamurai.c: Fixed clocks and audio pitch. [Takahiro Nogi] 2012-02-10 18:13:08 +00:00
Michaël Banaan Ananas
c5bcb2a2f2 (increase volume) 2012-02-10 17:37:49 +00:00
Michaël Banaan Ananas
bb82acbe4d game promoted to working
-------------------
Kung-Fu Roushi [hap]
2012-02-10 00:56:05 +00:00
Olivier Galibert
e22af46237 listxml fix (nw) 2012-02-09 20:11:54 +00:00
Angelo Salese
e4b41f5644 new clones
---------------
Print Club 2 Earth Limited Kobe (Print Club Custom) (J 970808 V1.000) [f205v, ranger_lennier, dopefishjustin, Yohji, Smitdogg, The Dumping Union]
2012-02-09 14:31:53 +00:00
Miodrag Milanovic
b09cf6cbc1 [MT #4668] Fix cart region names [Miodrag Milanovic] 2012-02-09 12:08:07 +00:00
Phil Bennett
5cc4b7f047 Namco System 21/2 changes: [Phil Bennett]
* Writing a C148 IRQ priority register now clears the prior interrupt state (required by dirtfoxj and winrun)
 * Changed 'Winning Run Suzuka Grand Prix (Japan)' setname to winrungp
 * Promoted winrungp and winrun91 to working.

New games added
---------------

Winning Run [gamerfan, Smitdogg, The Dumping Union]
2012-02-09 11:49:47 +00:00
Miodrag Milanovic
7f01dff571 Small cleanup (no whatsnew) 2012-02-09 10:59:11 +00:00
Miodrag Milanovic
ba0b21c8fb IDE controller now support two slots, currently used devices are made as slot devices [Miodrag Milanovic]
out of log: note that rom regions for disks are now changed in order to support multiple connected drives in cases needed.
2012-02-09 10:27:12 +00:00
Michaël Banaan Ananas
2a7ca78de4 placeholder 2012-02-09 05:27:09 +00:00
Michaël Banaan Ananas
138b01de95 (tab align) 2012-02-09 05:06:33 +00:00
R. Belmont
d37f1bb316 New modern object-oriented bus-signals-available SCSI implementation [O. Galibert] 2012-02-09 03:41:36 +00:00
Michaël Banaan Ananas
dba51086f5 (added comments) 2012-02-09 01:23:50 +00:00
Michaël Banaan Ananas
4bbe709488 woops, layout broke with last commit 2012-02-09 00:39:29 +00:00
mahlemiut
ff2e20a96b i386: Trap flag support [Carl] 2012-02-08 21:26:25 +00:00
Michaël Banaan Ananas
345d5bc6a1 removed dummy rasterscreen 2012-02-08 21:04:20 +00:00
Angelo Salese
6ddfcbaf12 Fixed vram size, nw 2012-02-08 20:58:50 +00:00
Michaël Banaan Ananas
4c300d9e9f new clone added (not really sure who to credit)
------------------
Space Invaders Part II (Brazil) [Marcello Mancini]
2012-02-08 19:49:50 +00:00