Note Feed

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

Previous 50 199869 Revisions Next 50

r20320 Friday 18th January, 2013 at 16:21:41 UTC by hap
wbmlbge romlabels
[src/mame/drivers]system1.c

r20319 Friday 18th January, 2013 at 16:07:31 UTC by Angelo Salese
Fixed clock
[src/mame/drivers]coolridr.c

r20318 Friday 18th January, 2013 at 16:00:01 UTC by Angelo Salese
DMAC hooked
[src/mame/drivers]coolridr.c

r20317 Friday 18th January, 2013 at 04:29:09 UTC by Tafoid
New clones added
----------------
Jackler (Jungler Bootleg)  [Zab]
[src/mame]mame.lst
[src/mame/drivers]rallyx.c

r20316 Friday 18th January, 2013 at 03:11:35 UTC by Tafoid
Added many PAL10L8's for balsente.c games.  [Kevin Eshbach]
[src/mame/drivers]balsente.c

r20315 Friday 18th January, 2013 at 02:01:23 UTC by Roberto Fresca
Bonne Chance!: Added proper palette. Now the game seems to get accurate colors.
Also added some descriptive notes and instructions for the service mode. [Roberto Fresca]
[src/mame/drivers]magicfly.c

r20314 Friday 18th January, 2013 at 01:03:46 UTC by Michael Zapf
Software list for the TI-99/4A. Contains 96 percent of RPKs, remaining
cartridges will be loaded directly by file.
[hash]ti99_cart.xml

r20313 Thursday 17th January, 2013 at 23:29:45 UTC by Brian Troha
new clone (bootleg) of WWF Superstars added

wwfsstar.c: Correct rom loads for genuine PCBs sets and correct a few rom labels. Added the bootleg set and documentation about it. [Brian Troha]

New Clone Added
-----------------------------------
WWF Superstars (bootleg) [Brian Troha]
[src/mame]mame.lst
[src/mame/drivers]wwfsstar.c

r20312 Thursday 17th January, 2013 at 23:23:29 UTC by Roberto Fresca
Bonne Chance!: Worked complete inputs from the scratch. Promoted to working.
Added some notes. [Roberto Fresca]


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Bonne Chance! (French/English) [Roberto Fresca, Any, The Dumping Union]
[src/mame/drivers]magicfly.c

r20311 Thursday 17th January, 2013 at 23:20:07 UTC by Tafoid
sharcdsm.c:  [Pavel Semerad]
- Added omitted direction flags in instruction using both PM() and DM().
- In instruction with 6bit immediate data, this data is signed value.  It would be better to show this sign because it is confusing to see for
example 0x3F which actually means -1 (32bit immed data are not confusing
as that big values are easy to recognize).
[src/emu/cpu/sharc]sharcdsm.c

r20310 Thursday 17th January, 2013 at 21:21:00 UTC by Cowering
Super Mario World 64 for Genesis/Megadrive. Protection mapper is in Wii Version of Gens Plus, needs porting
[hash]megadriv.xml

r20309 Thursday 17th January, 2013 at 20:08:59 UTC by Curt Coder
Fixed MSVC compile. (nw)
[src/lib/formats]g64_dsk.c

r20308 Thursday 17th January, 2013 at 19:50:05 UTC by Carl
[mess] make the analog button a toggle (nw)
[src/mess/machine]psxanalog.c

r20307 Thursday 17th January, 2013 at 19:47:40 UTC by Oliver Stöneberg
added some output files in root folder to ignore list (nw)
[ROOT]trunk

r20306 Thursday 17th January, 2013 at 19:19:59 UTC by Oliver Stöneberg
[MESS] fixed uninitialized value in mos6566.c (fixes random c64/c128 issues) (nw)
[src/mess/video]mos6566.c

r20305 Thursday 17th January, 2013 at 19:15:11 UTC by Carl
[mess] fix compile error (nw)
[src/mess/machine]psxanalog.c

r20304 Thursday 17th January, 2013 at 18:34:20 UTC by Roberto Fresca
New games marked as GAME_NOT_WORKING
------------------------------------
Bonne Chance! (French/English) [Any, The Dumping Union, Roberto Fresca]
[src/mame]mame.lst
[src/mame/drivers]magicfly.c

r20303 Thursday 17th January, 2013 at 17:12:17 UTC by Andrew Gardner
Switch -> if.  (nw)
[src/emu/cpu/dsp16]dsp16ops.c

r20302 Thursday 17th January, 2013 at 16:47:09 UTC by Carl
[mess] Slotify playstation controller ports [Carl]
[mess] Fix memory card and standard controller with v3 pad lib psx software [Carl]
[mess] Add Dualshock emulation [Carl]
[src/mess]mess.mak
[src/mess/drivers]psx.c
[src/mess/machine]psxanalog.c* psxanalog.h* psxcard.c psxcard.h psxcport.c psxcport.h

r20301 Thursday 17th January, 2013 at 15:32:52 UTC by Curt Coder
(MESS) d64/g64 floppy modernization WIP. (nw)
[src/lib]lib.mak
[src/lib/formats]d64_dsk.c d64_dsk.h d67_dsk.c* d67_dsk.h* d80_dsk.c* d80_dsk.h* g64_dsk.c g64_dsk.h

r20300 Thursday 17th January, 2013 at 15:32:30 UTC by Curt Coder
(MESS) Fixed regression. (nw)
[src/mess/machine]abc890.c abcbus.c abcbus.h lux10828.c

r20299 Thursday 17th January, 2013 at 15:24:35 UTC by hap
added Wonder Boy in Monster Land (English, Virtual Console) -nw
[src/mame]mame.lst
[src/mame/drivers]system1.c

r20298 Thursday 17th January, 2013 at 14:14:29 UTC by Phil Bennett
05104: slither, slithera: [debug] Error: bad downcast<> or device<> [Phil Bennett]

qix.c - Resolve device references at initialisation where possible [Phil Bennett]
[src/mame/audio]qix.c
[src/mame/drivers]qix.c
[src/mame/includes]qix.h
[src/mame/machine]qix.c

r20297 Thursday 17th January, 2013 at 11:36:58 UTC by Oliver Stöneberg
disabled some clang warning for now to improve out-of-the-box experience (nw)
[/trunk]makefile

r20296 Thursday 17th January, 2013 at 11:36:47 UTC by Oliver Stöneberg
fixed some clang warnings (nw)
[src/mame/drivers]mpu4hw.c
[src/mame/machine]vsnes.c
[src/mame/video]carpolo.c

r20295 Thursday 17th January, 2013 at 03:09:30 UTC by David Haywood
from CL
wwfsstarj - correct program / tx tile roms [Stevebm1, Porchy]
[src/mame/drivers]wwfsstar.c

r20294 Thursday 17th January, 2013 at 02:46:03 UTC by R. Belmont
(MESS) ESQ-1: Converted to n68681, hooked up MIDI I/O, mapped more front panel buttons [R. Belmont]
[src/mess/drivers]esq1.c

r20293 Thursday 17th January, 2013 at 02:18:56 UTC by Robbbert
(MESS) saving work, screen and keyboard are working (nw)
[src/mess/drivers]binbug.c

r20292 Wednesday 16th January, 2013 at 23:16:12 UTC by Robbbert
(MESS) Placeholder for new system (nw)
[src/mess]mess.lst
[src/mess/drivers]binbug.c

r20291 Wednesday 16th January, 2013 at 13:17:24 UTC by Robbbert
(MESS) MZ80K : Added roms from Nama.
[src/mess/drivers]mz80.c

r20290 Wednesday 16th January, 2013 at 05:24:40 UTC by Angelo Salese
XML note before I forget
[hash]sat_cart.xml

r20289 Wednesday 16th January, 2013 at 04:37:30 UTC by Andrew Gardner
QT Debugger improvements.  [Andrew Gardner]
- Fixed disassembly window not following PC correctly.
- Switched font to Courier New since it seems more universal.
- Fixed gaps between rendered text characters.
- Plumbed mouse handling through the debugger core (clicking selects).
- Made the Enter key behave like old SDL debugger; silently steps.
[src/emu/debug]debugvw.c debugvw.h dvdisasm.c dvdisasm.h dvmemory.c dvmemory.h
[src/osd/sdl]debugqtmainwindow.c debugqtview.c debugqtview.h sdl.mak

r20288 Wednesday 16th January, 2013 at 01:37:56 UTC by Robbbert
(MESS) BINBUG : Added full implementation of DG640 video card. Improved cassette. [Robbbert]
[src/mess/drivers]binbug.c

r20287 Tuesday 15th January, 2013 at 23:41:07 UTC by Angelo Salese
(MESS) Made major clean-ups to NEC PC-8801, Sharp MZ-2500, Sharp X1 and Sony SMC-777 drivers. This gives a nice speed boost to them [Angelo Salese]
[src/mess/drivers]pc8801.c

r20286 Tuesday 15th January, 2013 at 23:14:05 UTC by Angelo Salese
Cleaned-up Sharp X1
[src/mess/drivers]mz2500.c x1.c
[src/mess/includes]x1.h

r20285 Tuesday 15th January, 2013 at 22:43:08 UTC by Angelo Salese
Cleaned up Sharp MZ-2500 driver
[src/mess/drivers]mz2500.c x1.c

r20284 Tuesday 15th January, 2013 at 20:39:26 UTC by Angelo Salese
Fixed service and test inputs mis-matches
[src/mame/drivers]ggconnie.c

r20283 Tuesday 15th January, 2013 at 20:17:22 UTC by Angelo Salese
ggconnie RTC is a MSM6242
[src/mame/drivers]ggconnie.c

r20282 Tuesday 15th January, 2013 at 20:09:59 UTC by David Haywood
also from cl
Tumble Pop (Playmark bootleg) [ANY] (not working)
[src/mame]mame.lst
[src/mame/drivers]tumbleb.c
[src/mame/includes]tumbleb.h

r20281 Tuesday 15th January, 2013 at 19:13:26 UTC by David Haywood
new clones from citylan

Vastar (set 3) [Zab]
Wonder Boy in Monster Land (English bootleg set 3) [RanaElia]
[src/mame]mame.lst
[src/mame/drivers]system1.c vastar.c

r20280 Tuesday 15th January, 2013 at 17:42:55 UTC by Roberto Fresca
Lucky'74 (set 2): Proper inputs to reflect the real payrate table.
[Roberto Fresca]
[src/mame/drivers]lucky74.c

r20279 Tuesday 15th January, 2013 at 17:33:30 UTC by Roberto Fresca
Added a new Lucky'74 set with different payrate table.
Rearrange the parent-clones relationship.


New WORKING clones added
------------------------
Lucky 74 (bootleg, set 2) [Any, The Dumping Union, Roberto Fresca]
[src/mame]mame.lst
[src/mame/drivers]lucky74.c

r20278 Tuesday 15th January, 2013 at 14:45:36 UTC by R. Belmont
MIDI: Fixed several bugs and bumped the input buffer sizes [R. Belmont]
[src/emu/imagedev]midiin.c midiin.h midiout.c
[src/mess/machine]midiinport.c midioutport.c
[src/osd/portmedia]pmmidi.c

r20277 Tuesday 15th January, 2013 at 12:30:05 UTC by Robbbert
Temp patch to fix d3d crash at start.
[src/osd/windows]d3dhlsl.c

r20276 Tuesday 15th January, 2013 at 07:19:49 UTC by Roberto Fresca
Added a Jolly Card (Italian) set from an encrypted blue TAB
bootleg board. This one allows to play in both 'remote' and
'normal' mode. The game could pay through regular hopper, or
through manual switch/button, discharging the credits one
by one.


New WORKING clones added
------------------------
Jolly Card (Italian, encrypted bootleg, set 2) [Any, The Dumping Union, Roberto Fresca]
[src/mame]mame.lst
[src/mame/drivers]funworld.c
[src/mame/video]funworld.c

r20275 Tuesday 15th January, 2013 at 05:35:38 UTC by Andrew Gardner
DSP16: The PC moves on from potentially all used opcodes now.  [Andrew Gardner]

Out of whatsnew.txt:
I believe I've roughed in each of the opcodes the QSound program uses (every
opcode the dsp16 has except three, apparently).  Even without all flags being
set and conditions being tested, reasonable memory regions are being accessed. 
Unfortunately, though, I've found what I believe to be my first bad opcode
(at PC=03e6 and will have to do a bit of spelunking to see what I can make of
that).
[src/emu/cpu/dsp16]dsp16.c dsp16.h dsp16dis.c dsp16ops.c

r20274 Tuesday 15th January, 2013 at 01:15:58 UTC by David Haywood
new not working

Print Club 2 '97 Winter Ver (J 971017 V1.100) [f205v, ranger_lennier, dopefishjustin, Yohji,
Smitdogg, The Dumping Union]

no idea if this is actually complete, you can make it run (in slow motion) by changing the printer type, but if you go by the rom testing scheme other games use (which is complete garbage anyway) we're potentially missing 3 roms.
[src/mame]mame.lst
[src/mame/drivers]stv.c

r20273 Monday 14th January, 2013 at 22:49:27 UTC by Angelo Salese
(MESS) Enabled to show border area in Sharp X1, fixes Shilver Ghost gameplay and Nobunaga no Yabou error display if a single floppy is in [Angelo Salese]
[src/mess/drivers]smc777.c x1.c
[src/mess/includes]x1.h

r20272 Monday 14th January, 2013 at 22:02:06 UTC by Angelo Salese
Added a preliminary boolean flag to MC6845 interface structure: "show border area". If true, it will show the whole video area including border + blanking areas. [Angelo Salese]

Bulk replaced const mc6845_interface -> MC6845_INTERFACE, nw

(MESS)
SMC-777: enabled to show the border area in MC6845 interface, changed various video related function accordingly [Angelo Salese]
[src/emu/video]mc6845.c mc6845.h pc_cga.c
[src/mame/drivers]4roses.c 5clown.c albazg.c amaticmg.c aristmk4.c avt.c blitz.c blitz68k.c buster.c calomega.c carrera.c chance32.c coinmstr.c flipjack.c fortecar.c funworld.c goldnpkr.c hitpoker.c jokrwild.c jubilee.c kingdrby.c laserbas.c luckgrln.c magicfly.c majorpkr.c merit.c miniboy7.c mpu12wbk.c mpu4dealem.c murogem.c nyny.c othello.c peplus.c progolf.c r2dtank.c rgum.c slotcarn.c snk6502.c speedatk.c spiders.c ssingles.c supercrd.c tapatune.c tmspoker.c truco.c usgames.c vcombat.c vlc.c whitestar.c
[src/mame/video]madalien.c qix.c twincobr.c
[src/mess/drivers]a6809.c alphatro.c applix.c apricot.c apricotp.c b16.c bigbord2.c bml3.c bw12.c c128.c camplynx.c cbm2.c dim68k.c ec65.c einstein.c fp1100.c fp6000.c h19.c hp9k.c kaypro.c m20.c mbc200.c mbee.c multi16.c multi8.c myb3k.c mycom.c paso1600.c pasopia.c pasopia7.c pet.c pyl601.c smc777.c super80.c svi318.c trs80m2.c tvc.c v6809.c victor9k.c vk100.c x1.c x1twin.c z100.c zrt80.c
[src/mess/machine]a2videoterm.c amstrad.c c64_xl80.c comx_clm.c ecb_grip.c wangpc_lvc.c wangpc_mvc.c
[src/mess/video]abc1600.c abc800.c abc802.c abc806.c bbc.c dgn_beta.c isa_cga.c isa_mda.c mbc55x.c pc1512.c pc1640.c pc8401a.c pc_aga.c pc_t1t.c v1050.c

r20271 Monday 14th January, 2013 at 21:09:29 UTC by Wilbert Pol
ngp.xml/ngpc.xml: Support for some games got fixed. (nw)
[hash]ngp.xml ngpc.xml

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team