Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r19870 Thursday 27th December, 2012 at 20:52:52 UTC by R. Belmont
SDL: Work around Qt differences between Fedora and everyone else [qmc2]
[src/osd/sdl]sdl.mak

r19869 Thursday 27th December, 2012 at 20:47:12 UTC by Wilbert Pol
(MESS) a2600.c: Fixed supercharger regression. (nw)
[src/emu/cpu/m6502]m6502.h
[src/mess/drivers]a2600.c

r19868 Thursday 27th December, 2012 at 20:17:48 UTC by R. Belmont
h6280: fix disassembler hookup [R. Belmont]
[src/emu/cpu/h6280]h6280.c

r19867 Thursday 27th December, 2012 at 19:40:47 UTC by hap
Capcom update [Team CPS-1]:

cps1:

* Added C632B.IC1 PAL to sf2 and captcomm clones,
 confirmed identical to C632.IC1 [Corrado Tomaselli]
* Fixed one label in sf2ui according to the real board
* Reordered punisher sets, added missing punisherh B-Board
 code, confirmed D9K2.9K in punisherj [Artemio Urbina]
* Added missing documentation to ganbare, removed some
 incorrect notes, added missing B-Board and C-Board PALs
* Minor fixes

cps2:

* Documented an alternative SIMM card configuration for
 mvscjsing [Smitdogg, The Dumping Union]
* Reordered csclubj set

zn:

* Restored the previously dumped sound ROM in strider2
 and clones, correct size is really 16Mbit [Stefan Lindberg]
[src/mame]mame.lst
[src/mame/drivers]cps1.c cps2.c zn.c
[src/mame/video]cps1.c

r19866 Thursday 27th December, 2012 at 19:29:17 UTC by hap
fix bnj missing sound
[src/mame/drivers]btime.c

r19865 Thursday 27th December, 2012 at 19:18:12 UTC by hap
New clone added
---------------
Bump 'n' Jump (original Data East USA) [Kevin Eshbach]
[src/mame]mame.lst
[src/mame/drivers]btime.c spacefb.c

r19864 Thursday 27th December, 2012 at 18:06:51 UTC by Brian Troha
galdrvr.c: Swap rom load for Taito Galaxian to produce correct colors so it matches the other sets. - NW
[src/mame/drivers]galdrvr.c

r19863 Thursday 27th December, 2012 at 17:03:03 UTC by David Haywood
more (nw)
[src/mame]mame.mak
[src/mame/drivers]progolf.c
[src/mame/machine]decocpu6.c* decocpu6.h*

r19862 Thursday 27th December, 2012 at 16:41:57 UTC by David Haywood
more of the same (nw)
[src/mame]mame.mak
[src/mame/drivers]btime.c progolf.c
[src/mame/machine]deco222.c deco222.h decocpu7.c* decocpu7.h*

r19861 Thursday 27th December, 2012 at 16:15:38 UTC by David Haywood
this also seems to be 222 (nw)
[src/mame/drivers]shootout.c
[src/mame/includes]shootout.h

r19860 Thursday 27th December, 2012 at 16:09:06 UTC by R. Belmont
SDL: Qt debugger support cleanup, fixed OS X crash [qmc2, R. Belmont]
[src/osd/sdl]debugqtview.c sdl.mak

r19859 Thursday 27th December, 2012 at 15:56:45 UTC by David Haywood
pcktgal - use the 222 (nw)
[src/mame/drivers]pcktgal.c
[src/mame/includes]pcktgal.h

r19858 Thursday 27th December, 2012 at 15:33:58 UTC by David Haywood
may as well treat this as a 222, it either is, or has the same thing in logic (nw)
[src/mame/drivers]liberate.c

r19857 Thursday 27th December, 2012 at 12:44:51 UTC by Phil Bennett
05090: sdtennis: No Sound [Phil Bennett]
[src/mame/drivers]btime.c

r19856 Thursday 27th December, 2012 at 12:40:42 UTC by Phil Bennett
05094: lasso, chameleo, wwjgtin: No sound [Phil Bennett]
[src/mame/drivers]lasso.c
[src/mame/includes]lasso.h

r19855 Thursday 27th December, 2012 at 12:34:11 UTC by Fabio Priuli
fixed copy'n'paste mistake. thanks for the report. nw.
[hash]gbcolor.xml

r19854 Thursday 27th December, 2012 at 12:10:06 UTC by Robbbert
(MESS) Pasopia7: fixed keyboard (nw)
- a few keys are assigned wrongly
- fdc disabled for now, to allow bootup
[src/mess/drivers]pasopia7.c

r19853 Thursday 27th December, 2012 at 11:43:58 UTC by Robbbert
(MESS) Pasopia : fixed keyboard (nw)
occasionally misses keystrokes
[src/mess/drivers]pasopia.c
[src/mess/includes]pasopia.h

r19852 Thursday 27th December, 2012 at 08:28:30 UTC by Fabio Priuli
fm7: identified F-BASIC versions and renamed drivers accordingly, fm7a -> fm7 and fm7 -> fmnew7 [anonymous]
[src/mess]mess.lst
[src/mess/drivers]fm7.c

r19851 Thursday 27th December, 2012 at 07:23:10 UTC by Fabio Priuli
nes: avoiding error for unsupported boards. no whatsnew.
[hash]nes.xml
[src/mess/machine]nes_pcb.c nes_unif.c

r19850 Thursday 27th December, 2012 at 07:21:45 UTC by Fabio Priuli
gbcolor.xml: Added dozen of Sintax pirate dumps, courtesy of taizou. original hardware not yet emulated, so hacked versions are included too for the moment.
[hash]gbcolor.xml

r19849 Thursday 27th December, 2012 at 07:19:44 UTC by Fabio Priuli
pico.xml: Added two German prototypes [Team Europe]
[hash]pico.xml

r19848 Thursday 27th December, 2012 at 04:37:23 UTC by Angelo Salese
VGA: fixed PEL shift register and putted start address update behind a timer (that updates at vblank time). Fixes horizontal scrolling with anything that uses it [Angelo Salese]
[src/emu/video]pc_vga.c pc_vga.h

r19847 Thursday 27th December, 2012 at 03:55:41 UTC by R. Belmont
Preliminary support for M740 (M5074x/M5074x) CPU family [R. Belmont]
[src/emu/cpu]cpu.mak
[src/emu/cpu/m6502]dm740.lst* m6502.c m6502.h m740.c* m740.h* om740.lst*

r19846 Thursday 27th December, 2012 at 02:46:58 UTC by Robbbert
(MESS) pc9801_kbd : added some port chars, but it (natural keyboard) doesn't work too well (nw)
[src/mess/machine]pc9801_kbd.c

r19845 Thursday 27th December, 2012 at 02:03:59 UTC by Brian Troha
restore bad_dump flag about questionable rom. - NW
[src/mame/drivers]silkroad.c

r19844 Thursday 27th December, 2012 at 01:39:29 UTC by Brian Troha
solomon.c: Added dipswitch locations to the Solomon's Key sets. [Brian Troha]
[src/mame/drivers]solomon.c

r19843 Thursday 27th December, 2012 at 01:19:59 UTC by Brian Troha
silkroad.c: Added dipswitch locations to The Legend of Silk Road. [Brian Troha]
[src/mame/drivers]silkroad.c

r19842 Thursday 27th December, 2012 at 00:49:56 UTC by Brian Troha
sidearms.c: Added dipswitch locations to the Side Arms, Turtle Ship, Dyger & Twin Falcons sets. [Brian Troha]
[src/mame/drivers]sidearms.c

r19841 Wednesday 26th December, 2012 at 21:18:59 UTC by Ryan Holtz
- e132xs.c: Modernized Hyperstone CPU core. [MooglyGuy]

nw: tested with linkypip, seems to work fine, let me know if there are issues
[src/emu/cpu/e132xs]e132xs.c e132xs.h e132xsop.c

r19840 Wednesday 26th December, 2012 at 21:06:31 UTC by Robbbert
(MESS) pv2000 : 7 key had wrong shifted port code
[src/mess/drivers]pv2000.c

r19839 Wednesday 26th December, 2012 at 17:56:51 UTC by hap
added armadillo trackball
[src/mame/drivers]namcos22.c
[src/mame/includes]namcos22.h

r19838 Wednesday 26th December, 2012 at 14:25:17 UTC by hap
(update note)
[src/emu/video]tms9928a.h

r19837 Wednesday 26th December, 2012 at 14:15:59 UTC by Oliver Stöneberg
reverted makefile change (nw)
[/trunk]makefile

r19836 Wednesday 26th December, 2012 at 14:00:42 UTC by Oliver Stöneberg
removed duplicated build rule from makefile (nw)
[/trunk]makefile

r19835 Wednesday 26th December, 2012 at 13:15:11 UTC by Oliver Stöneberg
added missing initializations in default rectangle constructor (nw)
[src/lib/util]bitmap.h

r19834 Wednesday 26th December, 2012 at 13:09:43 UTC by Oliver Stöneberg
added make define MSVC_ANALYSIS to run Visual Studio code analysis (nw)
[src/osd/windows]windows.mak

r19833 Wednesday 26th December, 2012 at 13:06:11 UTC by Oliver Stöneberg
added missing initialization of memory_share.m_next (nw)
[src/emu]memory.h

r19832 Wednesday 26th December, 2012 at 13:03:22 UTC by Oliver Stöneberg
removed some unnecessary checks (nw)
[src/lib/formats]tzx_cas.c
[src/mess/tools/imgtool/modules]fat.c

r19831 Wednesday 26th December, 2012 at 12:57:49 UTC by Miodrag Milanović
Changed isa device cpu search, fixes -listxml (no whatsnew)
Added some addtional XT and AT bioses
Added -mwindows flag to windows sdl build with QT
[src/mess/drivers]at.c genpc.c pc1512.c
[src/mess/machine]genpc.c isa.c
[src/osd/sdl]sdl.mak

r19830 Wednesday 26th December, 2012 at 12:45:47 UTC by David Haywood
decocass: some working notes, comparisons with reference videos.  Note: the Astro Fantasia and Graplop videos we have are for different (undumped) revisions of the game, I suspect there are many and that Data East used this system as a cheap way to prototype games.
[src/mame/drivers]decocass.c
[src/mame/includes]decocass.h
[src/mame/video]decocass.c

r19829 Wednesday 26th December, 2012 at 12:05:27 UTC by Cowering
Star Warrior (Potomac Mortage version of Space Firebird) [Cowering]
[src/mame]mame.lst
[src/mame/drivers]spacefb.c

r19828 Wednesday 26th December, 2012 at 11:11:41 UTC by Robbbert
(MESS) PV2000 : added some portcode definitions
[src/mess/drivers]pv2000.c

r19827 Wednesday 26th December, 2012 at 09:52:07 UTC by Sandro Ronco
(MESS) uzebox: fixed copy/paste error. (nw)
[src/mess/drivers]uzebox.c

r19826 Wednesday 26th December, 2012 at 09:10:11 UTC by Robbbert
(MESS) RX78 : fixed various keyboard issues (nw)
[src/mess/drivers]rx78.c

r19825 Wednesday 26th December, 2012 at 08:31:49 UTC by Robbbert
(MESS) Pencil2 : fixed screen size problem (nw)
Thanks to Lord Nightmare.
[src/mess/drivers]pencil2.c

r19824 Wednesday 26th December, 2012 at 08:15:34 UTC by Robbbert
Sbugger : fixed typos
[src/mame/drivers]sbugger.c

r19823 Wednesday 26th December, 2012 at 05:54:23 UTC by Barry Rodewald
s11,s11a,s11b: Improved background music board communications, and adjusted clock of the 68B09E.  Some music can now play in System 11B games.
[src/mame/drivers]s11.c s11a.c s11b.c

r19822 Wednesday 26th December, 2012 at 03:57:59 UTC by hap
fix table mask on 91xx
[src/emu/video]tms9928a.c tms9928a.h

r19821 Wednesday 26th December, 2012 at 02:51:53 UTC by Angelo Salese
(Re-)Added Caps Lock / Kana Lock
[src/mess/machine]pc9801_kbd.c pc9801_kbd.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team