Commit Graph

16839 Commits

Author SHA1 Message Date
Oliver Stöneberg
06ba8ecf43 added missing \n to some fatalerror() calls (no whatsnew) 2012-08-18 11:25:01 +00:00
Oliver Stöneberg
68371b09ff re-applied astring changes after fixing bug in trimspace(), but still using strlen() until all stringbuffer() occurances are gone (no whatsnew) 2012-08-18 11:02:48 +00:00
Oliver Stöneberg
aab3cad57f fixed debugger window to just use fixed-pitch font and removed fallback since CreateFont will still return a font based on other characteristics when the face was not found (no whatsnew) 2012-08-18 10:01:13 +00:00
Oliver Stöneberg
7d0cc68ac0 re-added excessive strlen() usage to astring since it causes mysterious formating issues in debugger for people with non-standard font (no whatsnew) 2012-08-17 21:23:04 +00:00
Michaël Banaan Ananas
fb45d3b66f (stop spamming error.log with bogus read) 2012-08-17 19:10:29 +00:00
Angelo Salese
1250738f01 Implemented irq ack/pending mechanism to Hyper Neo Geo 64 [Angelo Salese] 2012-08-17 16:33:40 +00:00
Oliver Stöneberg
61b9e62493 debugger has been "new" for long enough now. also show the proper application name (no whatsnew) 2012-08-17 16:12:05 +00:00
Angelo Salese
04afcc0837 Hooked up Epson 62423 RTC device to Hyper Neo Geo 64 [Angelo Salese]
Made 24/12h bit register to be correctly activated in Epson 62423 RTC device [Angelo Salese]
2012-08-17 14:53:54 +00:00
smf-
9120af1c1b audit considers a NO DUMP rom to be shared if it has the same name as a parent/device rom. 2012-08-17 13:44:49 +00:00
Miodrag Milanovic
10294b81ab Made UI mouse cursor optional (default is off for now), in games with clickable artwork cursor is visible, application is not taking mouse control anymore (no whatsnew) 2012-08-17 13:42:21 +00:00
Scott Stone
9ce1175a04 Updated the megatech bios to render using the newer SMS vdp device from MESS. Cleaned up a vamphalf.c change from earlier. From Haze (nw) 2012-08-17 13:07:59 +00:00
Michaël Banaan Ananas
68ce2d11b4 fix a warning 2012-08-17 12:11:16 +00:00
Oliver Stöneberg
e5bdb0986a avoid excessive usage of strlen() in astring by caching the length (no whatsnew) 2012-08-17 10:22:02 +00:00
Oliver Stöneberg
332ebb14c7 small optimization to ui_draw_text_full() (no whatsnew) 2012-08-17 10:20:10 +00:00
Miodrag Milanovic
a703b654ab Sync with MESS (nw) 2012-08-17 08:15:05 +00:00
Brian Troha
f6a1a68c50 new Thunder Zone clone
dassault.c: Added PCB locations to all the Thunder Zone / Desert Assault sets. [Brian Troha, ShouTime]

New Clone Added
-------------------------------------
Thunder Zone (Japan) [ShouTime]
2012-08-17 06:53:58 +00:00
R. Belmont
e2812c50aa PPC: fix SRAW behavior with C backend. x86/x64 BEs need work to pass. [R. Belmont] 2012-08-17 03:06:15 +00:00
Scott Stone
38b5b77fc9 Better save support on a few Kaneko devices. Some mpu4 driver crash fixes and produce warnings when needed. From Haze (nw) 2012-08-16 23:52:40 +00:00
Scott Stone
a2f614dfbf ecoinfr.c clones - From Haze (nw) 2012-08-16 21:39:36 +00:00
Scott Stone
74a324d632 killed off the ancient vdp implementation so we're all using the current one now, also made c2 manage it's own palette instead of having the vdp do it for it, might need a bit of tweaking but it works. From Haze (nw) 2012-08-16 21:38:45 +00:00
smf-
85aa24b036 oops, looks like it needs to be before the qsort or "bad things happen". but it still can be done after the driver count is checked and output. 2012-08-16 21:04:07 +00:00
smf-
9d36bc6a60 add ___empty after sorting, the count is correct now and the check for no drivers can also work. 2012-08-16 20:49:08 +00:00
Brian Troha
056fff50ad decocass.c: Minor doc update - List the Disco No. 1 dongle number as seen in a photo. - NW 2012-08-16 19:39:23 +00:00
Curt Coder
41004e93d1 Sync with MESS. (nw) 2012-08-16 17:59:34 +00:00
Scott Stone
2293310276 Fixed some dupes reported by tafoid and some minor issues. Continued ecoinfr.c clone split. From Haze (nw) 2012-08-16 11:08:31 +00:00
Scott Stone
0aa3240b04 The 'new' renderer now only outputs a scanline and must be serviced by a partial update, i've turned it on for segac2 for now, with my initial goal being to untangle the segac2 palette handling from the vdp, it's external circuitry, mixing the raw digital output of the vdp rather than after cram data has been applied. From Haze (nw) 2012-08-16 11:01:56 +00:00
Michaël Banaan Ananas
5efc8bcc0e (skydest rom notes) 2012-08-16 09:30:21 +00:00
Miodrag Milanovic
5779ba91fd added a bunch of new clones, that now is "old enough" to be in MAME, and gfx decode data for them.
also mame\includes\multfish.h can/must be removed from source tree coz it is not used by driver. by MetalliC (no whatsnew)

update Megadrive cart module for support "Pier Solar" cart (mapper and "ST M95" eeprom code) by MetalliC (no whatsnew)
2012-08-16 08:06:46 +00:00
Miodrag Milanovic
3b602270ff When menus are active, enable mouse on full screen (no whatsnew) 2012-08-16 06:13:35 +00:00
Scott Stone
85a633f8a5 merged source file typo fix (nw) 2012-08-16 04:07:21 +00:00
Angelo Salese
89aa58aed6 Various VB specific opcodes, nw 2012-08-16 04:05:48 +00:00
Scott Stone
452b54e423 Added dynamic length to the color PROMs decode routines based on ROM region length. This fixes a horrible hang/crash in DEBUG=1 builds. [Roberto Fresca] 2012-08-16 03:59:55 +00:00
Brian Troha
d5d03db9ae lwings.c: Correct Trojan's MSM5205 clock from 455khz (measured on a bootleg) to a verified 384khz as measured on an original Capcom Trojan board. - NW 2012-08-16 02:48:06 +00:00
Brian Troha
106dc554db new Trojan clone
lwings.c: Added PCB locations to the Trojan sets. [Brian Troha]

New Clone Added
----------------------------------------------
Trojan (US set 2) [Corrado Tomaselli, The Dumping Union]
2012-08-16 02:42:31 +00:00
Brian Troha
273b4bc826 new Cup Soccer clone
New Clone Added
-------------------------------
Olympic Soccer '92 (set 2) [Corrado Tomaselli, The Dumping Union]
2012-08-16 02:02:43 +00:00
Angelo Salese
9e0381698e Added ANDNBSU and ORBSU opcodes in V810 CPU core [Angelo Salese] 2012-08-16 01:47:43 +00:00
Brian Troha
e916669e07 model3.c: minor doc update, add the Sega rom board ID# to Get Bass - NW 2012-08-16 01:31:53 +00:00
Angelo Salese
7715553d0d Preliminary implementation of the MOVBSU opcode in V810 CPU core [Angelo Salese] 2012-08-16 01:23:52 +00:00
Scott Stone
958c8b1a39 Another driver ecoinfr.c in need of clone splitting, being able to run them helps sort out which are 3rd party etc. From Haze (nw) 2012-08-15 23:34:46 +00:00
Scott Stone
7bfa2c6e08 Just a code reorganization, nothing here should result in any functional change. From Haze (nw) 2012-08-15 23:33:47 +00:00
smf-
8805247d21 fixed build error, something about ui_show_mouse is declared void that I couldn't figure out but it's not needed anyway 2012-08-15 17:39:32 +00:00
Ville Linde
a1189ccd86 cobra.c: Added event delegate to the fifo class (nw) 2012-08-15 17:13:35 +00:00
Scott Stone
b040930868 Barring any unknowns, this should do it for mpu4 clone creation - From Haze (nw) 2012-08-15 15:55:15 +00:00
Miodrag Milanovic
fbb6dccfc1 let's make it const (nw) 2012-08-15 14:47:27 +00:00
Miodrag Milanovic
b2b8a48438 Added internal mouse cursor visible in menus and when clickable artwork is used [Miodrag Milanovic] 2012-08-15 14:39:48 +00:00
Michaël Banaan Ananas
fd78743da6 (nothing, tried sound stuff but didn't get anywhere) 2012-08-15 13:22:48 +00:00
Miodrag Milanovic
028ebe4ee3 Properly detect click on artwork buttons when in fullscreen mode (no whatsnew) 2012-08-15 12:20:29 +00:00
Scott Stone
eefeea7879 Another drive-by fruiting. From Haze (nw) 2012-08-15 11:57:29 +00:00
Brian Troha
5670cd2764 8080bw.c: Moon Lander color proms verified correct. [Smitdogg, The Dumping Union] 2012-08-15 04:37:22 +00:00
Scott Stone
b07b6508aa Eat your fruit, kids. You don't want Scurvy, do ya? From Haze (nw) 2012-08-15 02:41:54 +00:00