Commit Graph

17207 Commits

Author SHA1 Message Date
Ville Linde
0a5015eb18 nwk-tr.c: Fixed vblank interrupt 2012-09-08 01:44:13 +00:00
Ville Linde
20fd71194a nwk-tr.c: Fixed LAN controller issues in Thrill Drive. [Ville Linde] 2012-09-08 01:33:43 +00:00
R. Belmont
515548bd82 es5503: Preserve phase when oscillators loop [R. Belmont] 2012-09-08 01:31:25 +00:00
Sandro Ronco
269974dc72 (MESS) Fixed screen type in some drivers. (nw) 2012-09-07 21:47:54 +00:00
Oliver Stöneberg
b4c9829d8e removed some astring::stringbuffer() usage - fixes potential missing \0 termination (no whatsnew) 2012-09-07 19:56:45 +00:00
Oliver Stöneberg
9ef51b6bcd added missing \n to some fatalerror() calls (no whatsnew) 2012-09-07 19:46:27 +00:00
Wilbert Pol
32a799928f (MESS) snes.xml: Added a very rare prototype dump from Mike of Nintendo Player (no whatsnew) 2012-09-07 18:09:39 +00:00
Angelo Salese
8a79c189b1 More notes 2012-09-07 17:58:54 +00:00
Curt Coder
4385374346 (MESS) mos6566: Refactored to use an rgb32 bitmap. (nw) 2012-09-07 17:34:33 +00:00
smf-
569db33a91 add harddrive in machine config fragment as the one in the base class isn't created, this will get less messy once the z80 code is used instead of hle'ing it. (nw) 2012-09-07 17:31:46 +00:00
Sandro Ronco
d986739eb3 (MESS) geniusiq: added German keyboard layout and some PORT_CHAR. (nw) 2012-09-07 17:09:06 +00:00
Angelo Salese
b7810f87ca A new note and a rom name change, radinaetgaertdx -> raidendx, nw 2012-09-07 16:10:42 +00:00
Curt Coder
0034b75f16 (MESS) mos6566: Added VIC-IIe variants. (nw) 2012-09-07 14:43:37 +00:00
Miodrag Milanovic
1f77747f86 made make depend to be defined per target to support special cases (no whatsnew) 2012-09-07 13:03:46 +00:00
Miodrag Milanovic
e381dd8bc9 one more down (no whatsnew) 2012-09-07 09:32:44 +00:00
Miodrag Milanovic
f76773a76b fix compile (nw) 2012-09-07 09:26:43 +00:00
Miodrag Milanovic
6c2d90f104 tilemap_create_device users modernized (no whatsnew) 2012-09-07 09:14:36 +00:00
Jonathan Gevaryahu
95670260f4 (MESS) VK100: simplification of the code by emulating the register file as an array. [Lord Nightmare] 2012-09-07 03:39:23 +00:00
R. Belmont
23cd6f95fd PowerPC: 100% pass of integer portion of PPCTorture on all DRC backends. [R. Belmont] 2012-09-07 02:50:55 +00:00
Scott Stone
c94dcff909 New games marked as GAME_NOT_WORKING
------------------------------------
Magicball Fighting (Korea)  [Guru]


[MESS] Fixed regression in Pico and clones which came about when cart sizes for MegaDrive games was adjusted, leaving Pico unchanged (and incorrect).  From Haze. (nw)
2012-09-07 02:40:37 +00:00
R. Belmont
102b5cca8c DRC: Give C backend x86/x64 shift=0 behavior for consistency [R. Belmont] 2012-09-07 02:20:41 +00:00
Brian Troha
896aa7d0a7 New Thunder Zone clone
New Clone Added
--------------------------
Thunder Zone (World 4 Player) [Guru]
2012-09-07 02:14:40 +00:00
mahlemiut
21c9ba5b97 (MESS) svga_s3: Added Hardware Graphics Cursor. Works fine under Windows 95, allowing hardware acceleration to be set to full, but doesn't work right under Windows 3.1. 2012-09-06 22:58:12 +00:00
Sandro Ronco
dbe595e54c geniusiq: added mouse input. (nw) 2012-09-06 20:47:53 +00:00
Jonathan Gevaryahu
f9903caa1a (MESS) VK100: Correctly hooked up vsync interrupt to crtc instead of video subsystem; Figured out the low two bits of SYSTAT_A from tracing and hooked both up, and updated the SYSTAT_A documentation comments. Additional documentation comments for the SMC COM5016T baud rate divider. Made the DU/DVM/DIR/WOPS 8*4bit register file an actual 4-entry array, to simplify address decoding later. [Lord Nightmare] 2012-09-06 20:08:05 +00:00
Wilbert Pol
5dabd67b34 Fix compile error (nw) 2012-09-06 18:56:51 +00:00
Angelo Salese
ce28009ad6 Get rid of the SW DIP-SW msg 2012-09-06 18:17:30 +00:00
Angelo Salese
a377550efc Preliminary SW DIP-SW addition to PC-9821 / Fixed sound CPU ASM decoding for Super Nes, nw 2012-09-06 17:01:01 +00:00
Angelo Salese
f1f34c68b7 Removed the POR hack in PC-98x1 machines, nw 2012-09-06 15:55:06 +00:00
Curt Coder
3722e8ff14 (MESS) vic20: Refactored VIC to a modern device. (nw)
(MESS) c64: Fixed IDE64 cartridge video corruption. (nw)
(MESS) Added paddles and light pen VCS control devices. [Curt Coder]
2012-09-06 15:16:03 +00:00
Curt Coder
a5f74861d4 (MESS) plus4: Refactored TED to use device_memory interface. (nw) 2012-09-06 14:51:39 +00:00
Curt Coder
cade999fbc (MESS) vic20: Fixed 16K RAM expansion. (nw) 2012-09-06 14:49:49 +00:00
Miodrag Milanovic
11b496cbc2 tc009xlvc modernized tilemap (no whatsnew) 2012-09-06 14:03:42 +00:00
Miodrag Milanovic
564f1dc0d3 TILE/TILEMAP modernization part 3 (no whatsnew) 2012-09-06 13:27:34 +00:00
Miodrag Milanovic
5800f74cd6 TILE/TILEMAP modernization part 2 (no whatsnew) 2012-09-06 12:17:17 +00:00
Miodrag Milanovic
d19e0caf9d TILE/TILEMAP modernization part 1 (no whatsnew) 2012-09-06 10:15:51 +00:00
Scott Stone
17e7fa2f1e Some notes / observations + changes to act as an example so you can see what I'm talking about (and a fix to the input ports), regarding ttchamp.c. From Haze (nw) 2012-09-06 09:02:11 +00:00
smf-
24f0842e1b Split out callbacks from scsibus_device into scscb_device, eventually this will be a SCSI device. SCSIBus_interface is no longer required and has been removed. [smf] 2012-09-06 07:34:28 +00:00
Aaron Giles
a50849088e gfx_element is now a class. Accessors are provided for all
necessary elements. Updated some of the more, ah, creative
uses/abuses of the gfx_elements. [Aaron Giles]
2012-09-06 06:19:32 +00:00
Michaël Banaan Ananas
16c2e208e3 avoid unnecessary use of PORT_CODE 2012-09-06 01:39:43 +00:00
Angelo Salese
18d55aaad6 (MESS) Added keyboard inputs for Pasopia and Pasopia 7, z80pio irq still doesn't work [Angelo Salese] 2012-09-06 00:51:10 +00:00
Scott Stone
ec94908b35 Numerous jedutil tool improvements. [Kevin Eshbach]
Made some modifications to the jedutil tool to allow the viewing of simple combinatorial jeds (adding support for registered and gals in the future) by taking a jed file and printing out human-readable equations.  Changed the command line options of the jedutil tool to know take an initial argument to specify what the tool should do.

For example to convert a jed to bin the command is now:
jedutil –convert <source.jed> <dest.bin>
jedutil –convert <source.bin> <dest.jed>

To view a jed file with human-readable equations the command is
jedutil –view <source.jed> <pal type>

Added a simple regression test for the tool that just verifies that the currently known pals have the row and column fuse location mapped correctly and at the moment this tool runs under windows only.
Under the directory src/regtests/jedutil there is a Windows Script File with the name jedtest.wsf that if run from the command line with the command “cscript jedtest.wsf” will verify that a dump of the jeds in src/regtests/jedutil/jeds matches the good dumps in src/regtests/jedutil/baseline.  Reference jed files created using the tool eqn2jed which is included with Opal Jr and these files are in src/regtests/jedutil/eqns.
2012-09-05 22:44:28 +00:00
Angelo Salese
47c42009c7 Various changes, nw 2012-09-05 22:32:08 +00:00
smf-
3adb0fd55c made S1410 device act as a SCSIHD with the custom commands, added D9060HD & ACB4070 devices to do the same thing [smf] 2012-09-05 21:50:02 +00:00
Aaron Giles
9532f488fc Converted Namco C40 road chip to a device. Updated users.
Added support for tilemaps to be passed a gfx pointer
instead of a gfxnum.
2012-09-05 21:42:51 +00:00
Angelo Salese
57384dee8d (MESS) Preliminary support for cassette images in MZ-2000 [Angelo Salese] 2012-09-05 20:07:14 +00:00
Sandro Ronco
edbe5fd396 (MESS) geniusiq: fixed missing text. (nw) 2012-09-05 18:16:30 +00:00
Aaron Giles
72e58d62ef Move the constants up where they should be. 2012-09-05 17:30:53 +00:00
Aaron Giles
104ae23dcb Replaced standard mappers with an enumeration that maps internally
to the original functions. The only change is to all-caps since
these are constants, e.g., tilemap_scan_rows -> TILEMAP_SCAN_ROWS.
2012-09-05 16:58:19 +00:00
Curt Coder
c99cbedd35 mos6560: Refactored interface to use devcb. (nw) 2012-09-05 16:25:28 +00:00