Olivier Galibert
f4f21579fe
(mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert]
2012-09-08 21:27:33 +00:00
Curt Coder
417f123e8e
(MESS) c128: Cleanup (nw)
2012-09-08 21:20:54 +00:00
Justin Kerk
cd6f1470dc
Japanese romanization consistency (nw)
2012-09-08 20:52:44 +00:00
smf-
c7965e69d9
removed test ready command as scsidev already handles it. (nw)
2012-09-08 19:27:44 +00:00
Ville Linde
7fc6ec40ec
sharc: Minor optimizations
2012-09-08 19:10:58 +00:00
Sandro Ronco
7fde376357
(MESS) Clean up some MACHINE_CONFIG_START. (nw)
2012-09-08 18:40:22 +00:00
Brian Troha
8be4565fa7
segac2.c: Correct rom names for Thunderforce AC - NW
2012-09-08 16:32:01 +00:00
Ville Linde
f635d97c47
nwk-tr.c: Fixed tilemap rendering.
2012-09-08 14:47:37 +00:00
Ville Linde
03f9dcd38d
k001604: Set tilemap origin based on cliprect.
2012-09-08 14:46:39 +00:00
Miodrag Milanovic
fc20796818
Fix to make "make depend" work if on empty obj tree (no whatsnew)
2012-09-08 13:58:11 +00:00
Oliver Stöneberg
512acc5bd6
added missing \n to even more fatalerror() calls (no whatsnew)
2012-09-08 12:52:35 +00:00
smf-
44cd4a476a
(MESS) support for writing to compressed hard drives using diff files. [smf]
2012-09-08 11:59:58 +00:00
Oliver Stöneberg
679e9323be
added missing \n to some more fatalerror() calls (no whatsnew)
2012-09-08 11:47:17 +00:00
Oliver Stöneberg
f08b72209b
removed astring::stringbuffer() / use cached value in astring::len() instead of strlen() (no whatsnew)
2012-09-08 10:58:51 +00:00
Oliver Stöneberg
1a391dd044
fixed some warnings about unreachable statements reported by cppcheck (no whatsnew)
2012-09-08 10:57:54 +00:00
Oliver Stöneberg
e0445d7825
pass some parameters in netlist.h by reference for consistency (no whatsnew)
2012-09-08 10:54:02 +00:00
Curt Coder
15168cbf4d
(MESS) mos7360: Refactored to use an rgb32 bitmap. (nw)
2012-09-08 10:22:41 +00:00
Curt Coder
539cd6d083
mos6560: Refactored to use an rgb32 bitmap. (nw)
2012-09-08 10:05:20 +00:00
Curt Coder
a18efa439f
(MESS) Disabled logging. (nw)
2012-09-08 09:55:33 +00:00
Curt Coder
b8a58c4cee
(MESS) c128: Added missing IEC bus. (nw)
2012-09-08 09:54:51 +00:00
Curt Coder
39b0a997bb
(MESS) c128: Fixed extended keyboard line reading. (nw)
2012-09-08 09:45:27 +00:00
Curt Coder
8a12803575
(MESS) c128: Refactored to use the new VIC-IIe, and rewrote the MOS8563 VDC as an MC6845 variant. The VIC-IIe and VDC now have their own screens. Not fully working yet, WIP. (nw)
2012-09-08 08:36:07 +00:00
Curt Coder
acb2a2e13c
(MESS) vic20: Connected light pen signal. (nw)
2012-09-08 06:49:35 +00:00
Robbbert
fd723c9917
saving current work
2012-09-08 06:28:08 +00:00
Oliver Stöneberg
0ef1e789db
fixed some printf format string warnings reported by cppcheck (no whatsnew)
2012-09-08 05:47:29 +00:00
Robbbert
bd22ad8707
xforce: added preliminary layout
2012-09-08 04:20:14 +00:00
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