Commit Graph

26430 Commits

Author SHA1 Message Date
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
Couriersud
ec0aab6d74 Fix a bug in connecting nets. This bug surfaced during introduction of a "closer to reality" ttl output proxy. No WN 2014-01-26 17:24:55 +00:00
David Haywood
e40590c72a replace bad rom in new galpani3 set [system11] (NW) 2014-01-26 16:03:34 +00:00
Ivan Vangelista
f617f0fdb4 Improved previous fix as suggested. (nw) 2014-01-26 15:37:48 +00:00
Ivan Vangelista
9243823fdc Fixed MT03438. (nw) 2014-01-26 15:21:24 +00:00
Couriersud
e688296f47 Bugfixes and more pin-outs for netlist devices. Also contains preparation for inclusion of "pong doubles". No WN 2014-01-26 15:08:53 +00:00
Nathan Woods
9cbeb9e491 Software list UI cleanups 2014-01-26 13:50:38 +00:00
Robbbert
bfca02b042 (MESS) pdp1 : marked as WORKING again. 2014-01-26 08:54:40 +00:00
Robbbert
08647d956f (MESS) apf : added another homebrew "cart" 2014-01-26 08:42:14 +00:00
Michaël Banaan Ananas
2937a8c7bf taito fx1b fram is over here, used by gdarius to save its highscore table 2014-01-26 08:32:17 +00:00
Robbbert
e176bd8c40 (MESS) cons <--> comp 2014-01-26 07:29:26 +00:00
R. Belmont
cc75eccd81 (MESS) Apple II: Support for the Videx UltraTerm card. [R. Belmont] 2014-01-26 02:49:09 +00:00
Robbbert
6f73e2d850 (MESS) apf : cleanup
* Removed redundant info

* Removed a trampoline

* Replaced our bad dump with a better one
2014-01-26 02:26:08 +00:00
Brian Troha
376f6b7ba3 tourvis.c: Add some known carts - NW 2014-01-26 02:14:54 +00:00
Nathan Woods
8133472375 Cleanups of src/emu/ui/viewgfx.c, some minor refactorings 2014-01-25 21:44:21 +00:00
smf-
409e725695 serial data is shifted in just before cb1 goes high, not just after it goes low. (nw) 2014-01-25 21:00:54 +00:00
smf-
fefdeefe8e updated the chip types (nw) 2014-01-25 20:50:08 +00:00
smf-
26e13c4241 6522 CA1 is input only, so I have removed the output callback. The lisa via hookup has been changed as it had functions named as CA2/CB2 hooked up to CA1/CB1 and CA1 output no longer exists, it appears to have been wrong since before the code was merged with MAME. Changed CB1 to be active low as CA2 & CB2 already are & it sort of was before, but when the chip is reset then the handlers are called setting the lines to 1. This seems to stop it thinking that you've pressed a key at startup as I believe it got out of sync before because the lines weren't consistent. Merged some duplicate code for handling outputs and removed some obvious comments. [smf] 2014-01-25 18:38:22 +00:00
Nathan Woods
48621181d1 Moved src/emu/uigfx.? ==> src/emu/ui/viewgfx.?, move C++-ifications 2014-01-25 16:56:23 +00:00
Ivan Vangelista
bcbe50fc35 Small cleanup (nw) 2014-01-25 15:13:23 +00:00
Michaël Banaan Ananas
a3fd531baf woops, this info was already in the driver notes, see line 34 2014-01-25 13:26:37 +00:00