Commit graph

3934 commits

Author SHA1 Message Date
Aaron Giles
e71d65e896 Added simple built-in layout for polepos showing the position of the shifter
(this works thanks to recent changes from Nathan; in fact, any input can
affect the state of an artwork element). Removed debug build hack to popmessage
the shifter state.
2009-01-03 00:47:44 +00:00
Roberto Zandona
81d05dc866 cb2001: added another opcode 2009-01-02 21:57:02 +00:00
smf-
52e71a1f3f Fix for odd word dma transfers, found by OG. 2009-01-02 20:30:48 +00:00
Angelo Salese
99103e89bb Fixed layer enable,flip x & x/y position in goodejan.c driver [Angelo Salese]
=============

Several Seibu games (i.e. D-Con,sdgndmps,Sengoku Mahjong,goodejan/totmejan and the raiden2.c/legionna.c games) all have a standard 0x48 (0x50?) 
regs-wide C.R.T.C. 

I wonder if it is a custom Seibu crap or a known video chip,would be good if somebody can do tests on it. For sure,it should be abstracted,this 
commit was made by looking mostly at Sengoku Mahjong.
2009-01-02 20:08:54 +00:00
Aaron Giles
84618c3f7a romload cleanups:
- added running_machine to internal structure, removed as explicit parameter
 - added new function rom_file_size() to compute the size of a ROM
 - removed rom_first_chunk() and rom_next_chunk() which are no longer needed
 - changed progress display to be based on size of ROMs loaded, not number
 - changed temporary load buffer to be dynamically allocated
 - fixed reload logic to handle skipped BIOSes

Also changed rand_memory() to use a fixed seed for consistent behavior.
2009-01-02 19:20:55 +00:00
Aaron Giles
b7c652b8dd Removed a couple of unnecessary typedefs from mamecore.h.
Updated romload to use an astring for accumulating errors (I always feared
busting that buffer with some huge romlist).
2009-01-02 17:26:37 +00:00
Aaron Giles
74d7495dbc 02104: metlhawk, metlhwkj: Crash while decoding with '-debug' trigger
Fixed auto_malloc() along the way to randomize its memory when allocated in
the debug build. This used to be the standard, but it seems to have been removed 
when the pool allocation was moved into the library.
2009-01-02 16:55:07 +00:00
Angelo Salese
fc7e4f0f46 Added NO_DUMPS for the VHS on hnxmasev,hnageman,av2mj1bb and av2mj2rg [Angelo Salese] 2009-01-02 14:22:38 +00:00
Aaron Giles
0b2c86bb02 Cleaned up the profiler. Reduced its runtime overhead significantly by
inlining the check to see if it is running. Removed obsolete entries
and updated the text to more accurately describe each one. Added CPU
tags to the CPU names. Switched to using an astring for building the
final string.

Unfortunately, still a bit too much overhead to leave it on in all builds.
2009-01-02 10:52:40 +00:00
Aaron Giles
ba92f06dd7 Minor tweaks to please valgrind. 2009-01-02 10:50:40 +00:00
Pierpaolo Prazzoli
3ccd54014d Fixed speed-up for Vamf x1/2 (Europe) 2009-01-02 09:46:20 +00:00
Aaron Giles
967eb6ef16 Fixed minor glitch in UI display of screen information. 2009-01-02 08:23:53 +00:00
Aaron Giles
403fca8a23 Fixed rendering of slider controls so it doesn't overlap when menus get large. 2009-01-02 08:20:04 +00:00
Aaron Giles
196b8abe93 Fix royalngt regression. 2009-01-02 07:46:47 +00:00
Aaron Giles
e49f88d17d 02575: taitogn: Not marked as bios in -listxml 2009-01-02 05:58:55 +00:00
Aaron Giles
fecf3709fc 02141: sunaq: At the Title, Game is Crash 2009-01-02 04:15:50 +00:00
Aaron Giles
150d84a552 Oops, undo an accidental change in 6850acia that broke the bfcobra games, among others. 2009-01-02 03:25:15 +00:00
Angelo Salese
fc90b8fd1d Added a work-around for 2 Minute Drill,to get it booting again. [Angelo Salese]
==============

irq 5 code is this one:

04425A: 007C 0500                  ori     #$500, SR
04425E: 0279 FFEF 0060 000C        andi.w  #$ffef, $60000c.l
044266: 0079 0010 0060 000C        ori.w   #$10, $60000c.l
04426E: 48E7 0080                  movem.l A0, -(A7)
044272: 206D 1C18                  movea.l ($1c18,A5), A0
044276: 30F9 0070 0002             move.w  $700002.l, (A0)+
04427C: 2B48 1C18                  move.l  A0, ($1c18,A5)
044280: 4CDF 0100                  movem.l (A7)+, A0
044284: 4E73                       rte

60000c is an unknown port,but 700002 is for arm power sensor. So I'm guessing that's not related at all with the ym sound chip.
I'll check this again at some point...
2009-01-02 01:42:23 +00:00
Aaron Giles
b931a734df zr107 crash fixes. 2009-01-02 01:03:23 +00:00
Aaron Giles
d52a995f15 Same assertion fixes for wwfsstar/wwfwfest drivers. 2009-01-02 00:48:18 +00:00
Aaron Giles
78f5d6e9ea Fix shadfrce assertions. 2009-01-02 00:46:23 +00:00
Aaron Giles
9ce87edb3f Fixed crash in aica games due to initialization code blowing away the device pointer. 2009-01-02 00:43:05 +00:00
Phil Bennett
2789bac1fe Remaining fixes for 02760: Games using MC6845: Crash with an error on startup before OK.
Fixed xsedae validation warning.
2009-01-02 00:33:59 +00:00
Aaron Giles
6e84bc886d Fix for assertion in ddragon3 driver. 2009-01-02 00:30:02 +00:00
Aaron Giles
c2b4b32688 Checksums for mach3 and usvsthem. Promoted both to working. 2009-01-02 00:29:41 +00:00
Angelo Salese
fccb297a95 Added Mahjong Gaiden to the nbmj8688.c driver [David Haywood]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Mahjong Gaiden [David Haywood]
2009-01-01 23:43:03 +00:00
Brian Troha
27fc534abb slightly update the game description for DK Foundry 2009-01-01 23:39:17 +00:00
Brian Troha
1109fb653b adds clones with the graphic hack "Dux" by Two Bit Score to Centipede and Millipede
Was discussed on the list a while back and ok'ed but no one ever added it.

No credit please ;-)
2009-01-01 23:31:52 +00:00
Aaron Giles
2407e06237 ldplayer works again. Added MDRV_LASERDISC_GET_DISC callback hook
which allows for dynamically finding the CHD, rather than relying 
on the DRIVER_INIT hackery that was there before.
2009-01-01 23:05:52 +00:00
Angelo Salese
776596cc63 Added AV Hanafuda Hana no Christmas Eve and AV Hanafuda Hana no Ageman to the nbmj8891 driver.Playable but not working (missing VHS dump/emulation) [Angelo Salese]
New games marked as GAME_NOT_WORKING
------------------------------------
AV Hanafuda Hana no Christmas Eve [Angelo Salese]
AV Hanafuda Hana no Ageman [Angelo Salese]
2009-01-01 23:04:34 +00:00
Brian Troha
d250eb04a0 New clone added
Adds Jeff's Romhack Donkey Kong Foundry set.  I spoke with him before the d2k thing and he gave his permission to use this set with MAME

No credit please ;-)
2009-01-01 22:55:58 +00:00
Brian Troha
0172af4493 corrected sound sample rom name with location. 2009-01-01 22:18:49 +00:00
Aaron Giles
e044b80e97 02676: All Laserdisc Games: Wrong colors using Direct3D on ATI cards
You can't add only 1 pixel to border YUY textures. Changed to add 2 instead
and generate proper borders.
2009-01-01 21:32:34 +00:00
Aaron Giles
c6da1059e1 Turn off giant dump files. 2009-01-01 21:22:42 +00:00
Roberto Zandona
542d0fa5c3 cb2001: added new opcodes 2009-01-01 20:29:31 +00:00
Phil Bennett
b7ef380a5d Fix 02793 funkyjet: Unable to locate input port 'P1'. 2009-01-01 18:16:56 +00:00
Angelo Salese
4ec6abcb58 Added Mahjong Senka/Mahjong Yarou to the Royal Mahjong driver.They suffers the exact same issues as Mahjong Shiyou (i.e. encrypted sub z80 cpu,
that shares the work ram with the main z80) [Angelo Salese]

New games marked as GAME_NOT_WORKING
------------------------------------
Mahjong Senka [Angelo Salese]
Mahjong Yarou [Angelo Salese]
2009-01-01 17:34:36 +00:00
Phil Bennett
c32801fb82 Fixed buggyboy I/O, engine sound and tilemap scrolling. 2009-01-01 17:31:23 +00:00
Brian Troha
f901453256 corrected rom names to standard MAME Konami style:
IE: game_rom.location
2009-01-01 16:33:53 +00:00
Brian Troha
e3227346aa minor white space cleaning 2009-01-01 16:31:53 +00:00
smf-
ca91d3bbb0 fixed void function returning a value compile error 2009-01-01 16:11:54 +00:00
Angelo Salese
bf33ccf507 Added X Se Dae Quiz to the raiden2.c,obviously not working like the rest [David Haywood]
New games marked as GAME_NOT_WORKING
------------------------------------
X Se Dae Quiz [David Haywood]
2009-01-01 15:55:46 +00:00
Aaron Giles
5938ef61cd 02790: Mame will crash on single monitor system if set to numscreens 2 in the *.ini. 2009-01-01 01:22:44 +00:00
Roberto Fresca
6645a29484 Decripted Cherry Bonus III (version 1.40 encrypted), added proper work to promote to working status.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Cherry Bonus III (version 1.40, encrypted) [Andreas Naive, Roberto Fresca]
2008-12-31 18:54:32 +00:00
Roberto Fresca
0a85553367 From David Haywood...
Skeleton driver for Lucky Girl (1991, Wing Co.Ltd.)
2008-12-31 18:48:06 +00:00
smf-
c419b63019 another bldyror2 flash1 redump from guru 2008-12-31 18:23:13 +00:00
Aaron Giles
55afb292df Some minor MCS-48 cleanup. Added 8040/8050 variants. 2008-12-31 16:30:09 +00:00
Angelo Salese
6f2a490788 quick bug-fix for the janoha adding 2008-12-31 13:46:06 +00:00
Phil Bennett
2b9dc5ee31 Fix 02791: cafetime: Access Violation with -debug 2008-12-31 12:33:58 +00:00
smf-
e91a6c28f3 redumped bldyror2 flash1 2008-12-31 08:03:17 +00:00