Commit Graph

26450 Commits

Author SHA1 Message Date
R. Belmont
4564cb01da New games added as GAME_NOT_WORKING
-----------------------------------
Club Kart Prize Ver. B [Anonymous, R. Belmont]
2014-01-30 02:06:53 +00:00
Nathan Woods
b4d9c1753b Made these handlers static methods 2014-01-30 01:51:08 +00:00
Wilbert Pol
f68b358c71 z8000.c: Modernized cpu core. [Wilbert Pol] 2014-01-29 21:36:42 +00:00
Fabio Priuli
18e5ac933b (MESS) minor cleanup. nw. 2014-01-29 20:44:50 +00:00
Ivan Vangelista
af4577fc40 Fixed MT05436 (nw) 2014-01-29 18:28:30 +00:00
Fabio Priuli
f00201f102 (MESS) gbcolor: fixed heavy gfx regression caused by my conversion
of the LCD to be a device. [Fabio Priuli]

at some point I was convinced that this io2_r handler had to be moved inside the LCD
emulation, then I realized I was wrong, but apparently I forgot to rectify the code in the
driver. many thanks to Shideravan for reporting the issue.
2014-01-29 17:27:10 +00:00
Ivan Vangelista
5a1ed622a5 Fix MAME debug compile. (nw) 2014-01-29 17:21:19 +00:00
Miodrag Milanovic
c859a6332e fix for sdl compile (nw) 2014-01-29 16:45:35 +00:00
Robbbert
929b243491 turn off spam while running craft. 2014-01-29 15:41:06 +00:00
Michaël Banaan Ananas
bf5b08de55 rom offset typo 2014-01-29 14:52:17 +00:00
Ivan Vangelista
7cd8a14c03 Fixed MT05437 (nw) 2014-01-29 13:50:23 +00:00
Robbbert
70d3d34f3f (MESS) microvision : added a note 2014-01-29 13:10:48 +00:00
Nathan Woods
b6f05e2dc4 Fixed recently introduced bug in the game selector, opportunistic
cleanups
2014-01-29 12:41:17 +00:00
Nathan Woods
fb7edb68c6 Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP conventions; we now have a ui_manager class 2014-01-29 11:47:56 +00:00
mahlemiut
972887faff (MESS) amstrad: mouse inputs should be low when active. Fixes movements appearing on boot when the mouse hasn't been moved. 2014-01-29 11:09:18 +00:00
mahlemiut
691d46b684 forgot this file. (no whatsnew) 2014-01-29 10:23:43 +00:00
mahlemiut
4a7e551be4 (MESS) amstrad: Added preliminary support for the AMX mouse. [Barry Rodewald] 2014-01-29 10:01:24 +00:00
R. Belmont
ebe4bb2f54 there's always a missing file (nw) 2014-01-29 06:03:27 +00:00
R. Belmont
f83896c543 fix Clang compile (nw) 2014-01-29 04:19:32 +00:00
R. Belmont
bfcb2e6f5a New games added as GAME_NOT_WORKING
-----------------------------------
Puyo Puyo Fever (prototype v0.01) [Anonymous, R. Belmont]
2014-01-29 04:00:54 +00:00
Angelo Salese
78018803fc Added SCREEN_RAW_PARAMS to Express Raider, fixed screen size to 256x240 [Angelo Salese] 2014-01-29 00:55:07 +00:00
Angelo Salese
80a33e7a1c Procrastinating this semi-fix from too much time, 1/2 frames in Samurai Showdown 64 games are now visible, nw 2014-01-29 00:17:22 +00:00
Fabio Priuli
ef3421e19b (MESS) nes.xml: first round of new additions to keep up with the
new dumps floating around. nw

also, added two new gbc redumps. nw.
2014-01-28 19:27:38 +00:00
Fabio Priuli
22ff8ff55d (MESS) a bunch of further corrections. nw. 2014-01-28 14:38:09 +00:00
Michaël Banaan Ananas
9614dc521b ok nevermind, 78081(78k0 family) is a completely different cpu from 7810 family, not emulated yet 2014-01-28 14:07:21 +00:00
Robbbert
16ef7085a0 (MESS) phc25 : Fixed irq polarity. Worked on graphics modes. 2014-01-28 13:23:54 +00:00
Michaël Banaan Ananas
8999423a0a added dummy mcu 2014-01-28 10:59:24 +00:00
Fabio Priuli
a83d62f900 (MESS) gba: added a few new revisions of Jpn games, courtesy of nointro. nw. 2014-01-28 07:55:51 +00:00
Fabio Priuli
312f8045c0 (MESS) megadriv.c: added a newer BIOS (v1.05) for Pioneer LaserActive Jpn
New NOT WORKING system
=======================

AIWA MegaCD CSD-G1M [Bad_Ad84]
2014-01-28 07:12:00 +00:00
Justin Kerk
ebed4a6cb2 Disable startup screens for JSMESS (the method we were previously using to skip them had unwanted side-effects) (nw) 2014-01-28 05:41:14 +00:00
R. Belmont
9b56478497 New games added as GAME_NOT_WORKING
-----------------------------------
Star Horse (client) [Anonymous]
Star Horse (server) [Anonymous]
Star Horse (large screens) [Anonymous]


nw: as hinted, this is a satellite terminal type game.  The "large screens" cart drives two large screens in the center of the setup.  The client and server should be self-explanatory.
2014-01-28 03:18:08 +00:00
smf-
b3b3ed4cec simplified VIA 6522 irq handling (nw) 2014-01-28 01:00:21 +00:00
smf-
8ae5a6ec4d (MESS) Commodore LCD added ram size configuration. (nw) 2014-01-27 22:51:58 +00:00
smf-
0a69cdbe34 Simulates key press to format internal ram instead of using a rom patch. (nw) 2014-01-27 22:42:33 +00:00
smf-
aedda1342c Clears port a and port b latches at startup, temporarily reverted CA1 timing change as Beezer is extremely sensitive to CB2 timing, temporarily prevented port a read handlers from affecting reading back of output bits (real hardware can do this but some handlers are returning 0 for bits that they aren't driving low). [smf] 2014-01-27 21:49:02 +00:00
Scott Stone
de6bf3dbbf (MESS) i8530h31 now *almost* boots or at least make some beeps, instead of halting because of unmapped I/O accesses, or halting because of a bad checksum because the ROM was loaded improperly. [alegend45] 2014-01-27 20:28:27 +00:00
Robbbert
811fba1021 (MESS) apf : added homebrew to software list 2014-01-27 12:21:39 +00:00
Nathan Woods
4c3798f142 Cleanups to the file selector menus 2014-01-27 11:39:50 +00:00
Robbbert
1fb2bc3b79 (MESS) phc25 : added cursor and wave sound. 2014-01-27 09:21:38 +00:00
Fabio Priuli
a8d021d5b5 (MESS) gameboy/gbcolor: fixed NVRAM saving. [Fabio Priuli]
out of whatsnew: huge thanks to Shoegazer for reporting the problem!
2014-01-27 08:11:16 +00:00
Michaël Banaan Ananas
70e3290be2 mcu undumpable internal rom sadness.
Probably the only game that would require it is gobyrc/rcdego?
2014-01-27 07:07:20 +00:00
Robbbert
cbc57d6b71 mc6847: Fixed text display with external rom: fixes spc1000 and phc25 2014-01-27 06:40:05 +00:00
Couriersud
5495d321c4 Created a better logic-to-analog proxy approximating output impedance. This revealed some bugs in the code which have been fixed.
Basically, borderline schematics like

    TTL_7404_INVERT(c9f, c9c.Q)
    TTL_7404_INVERT(c9c, c9f.Q)
    SWITCH2(coinsw)
    NET_C(c9c.Q, coinsw.1)
    NET_C(c9f.Q, coinsw.2)

in which the switch connects TTL-Outputs to ground now work. In this case, the addition of an analog device (switch) cause the netlist code to treat the TTL outputs as "analog" and (re)connect all existing and future connected terminals to the analog output. 
The downside is a slight performance penalty. This penalty may be mitigated going forward by introducing "proxy-hints" for selected outputs.
2014-01-27 00:02:45 +00:00
Michaël Banaan Ananas
5f9b93e172 nw 2014-01-26 23:44:37 +00:00
smf-
12d6dec137 added preliminary stop and reset to MSM58321 (nw) 2014-01-26 23:37:56 +00:00
smf-
50b90ce6ae Hooked up RTC. There are several issues. The day and month register are swapped. Even though it allows you to select between 12/24H the RTC is always saved in 24H mode and it always defaults to display in 12H mode. [smf] 2014-01-26 22:23:15 +00:00
Wilbert Pol
e5a80b0bdb sharc.c: Modernized cpu core. [Wilbert Pol] 2014-01-26 22:07:42 +00:00
smf-
91a1d90bb6 Allow reading from port A in output mode. Add a separate bit for timer 1 PB7 toggling rather than changing the PB register directly. Don't clear the SR register on reset. Clears pcr & acr at construct time, in case something sets one of the handshaking lines before we've started. Use a separate variable for the latched inputs and the current inputs. Consolidated the input and output code. [smf] 2014-01-26 22:05:49 +00:00
smf-
4830ec15d8 Converted MSM58321 to DEVCB2, uses level logic rather than edge detection for strobes (as per datasheet), added nvram interface as there are some configuration bits to save, added support for 12 and 24 hour. It defaults to 12 hour, but you can configure it in the driver to default to 24H. You can configure what year 0 is in the driver, which is used when setting the date at startup. [smf] 2014-01-26 21:57:16 +00:00
Brian Troha
ffc7a1c776 tourvis.c: Correct 1 cart name and add newly dumped U4-43 BIOS. [The Dumping Union] 2014-01-26 19:00:32 +00:00