Note Feed

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

Previous 50 199869 Revisions Next 50

r19470 Tuesday 11th December, 2012 at 11:57:05 UTC by Nathan Woods
[MSM6242] Changing to be based on dirtc.h
[src/emu/machine]msm6242.c msm6242.h

r19469 Tuesday 11th December, 2012 at 10:23:40 UTC by Miodrag Milanović
Fixed cdrom extensions in listmedia (no whatsnew)
[src/emu/imagedev]chd_cd.c chd_cd.h

r19468 Tuesday 11th December, 2012 at 08:09:45 UTC by Robbbert
(MESS) modellot : fixed F4 display, and made video readable (nw)
[src/mess/drivers]modellot.c

r19467 Tuesday 11th December, 2012 at 08:09:17 UTC by Jonathan Gevaryahu
Add another CP/M8-6 version to the ibm5150 software list [Kaylee]
[hash]ibm5150.xml

r19466 Tuesday 11th December, 2012 at 07:32:47 UTC by Jonathan Gevaryahu
fix copy&paste error. no whatsnew.
[hash]ibm5150.xml

r19465 Tuesday 11th December, 2012 at 07:13:30 UTC by Fabio Priuli
snes.xml: added a couple of new dumps from byuu. no whatsnew.
gameboy/gbcolor.xml: added a bunch of new dumps from BigFred, hydr0x, taizou and nintendoplayer. no whatsnew.
[hash]gameboy.xml gbcolor.xml snes.xml

r19464 Tuesday 11th December, 2012 at 07:09:54 UTC by Fabio Priuli
ibm5150.xml: added some redumps and new dumps. [Kaylee]

wangpc.xml: added some new dumps from Don Maslin's archive. [Kaylee]
[hash]ibm5150.xml wangpc.xml

r19463 Tuesday 11th December, 2012 at 03:44:50 UTC by Angelo Salese
Added gfx strip mode, tested with a doujinshi game
[src/mess/drivers]pc9801.c

r19462 Tuesday 11th December, 2012 at 02:32:06 UTC by Angelo Salese
Some quick and cheap way to fix kanji hook-up
[src/mess/drivers]pc9801.c

r19461 Tuesday 11th December, 2012 at 01:29:08 UTC by Angelo Salese
Even more fixes, targeted at Block Quest V
[src/mess/drivers]pc9801.c

r19460 Tuesday 11th December, 2012 at 00:59:38 UTC by Angelo Salese
More fixes
[src/emu/drivers]xtal.h
[src/mess/drivers]pc9801.c

r19459 Monday 10th December, 2012 at 23:36:17 UTC by smf
preliminary DCPL GTE opcode [smf]
[src/emu/cpu/psx]gte.c

r19458 Monday 10th December, 2012 at 22:21:51 UTC by Angelo Salese
Fixed Brandish 2 crash
[src/mess/drivers]pc9801.c

r19457 Monday 10th December, 2012 at 22:01:37 UTC by Angelo Salese
Various fixes for Brandish 2
[src/mess/drivers]pc9801.c

r19456 Monday 10th December, 2012 at 21:51:26 UTC by Curt Coder
(MESS) sf7000: Verified floppy format gap sizes. [Curt Coder]
[src/lib/formats]sf7000_dsk.c

r19455 Monday 10th December, 2012 at 21:40:04 UTC by Jonathan Gevaryahu
(MESS) VT100: added redumps of some of the vt102/vt131 roms [pjustice]
VT100: updated a bunch of driver notes and rom defs to reflect current research [Lord Nightmare]
[src/mess/drivers]vt100.c

r19454 Monday 10th December, 2012 at 20:59:31 UTC by Angelo Salese
Reverted keyboard port_impulse
[src/mess/drivers]pc9801.c

r19453 Monday 10th December, 2012 at 20:38:19 UTC by Angelo Salese
Attempt to fix interlace ...
[src/mess/drivers]pc9801.c

r19452 Monday 10th December, 2012 at 20:38:16 UTC by Wilbert Pol
315_5124.c: Fixed copy/paste error that caused FluBBa's "Offscreen Y, col" test to fail for the game gear vdp.  [Enik Land]
[src/emu/video]315_5124.c

r19451 Monday 10th December, 2012 at 20:12:34 UTC by Wilbert Pol
doc update (nw)
[src/emu/cpu/hcd62121]hcd62121.c

r19450 Monday 10th December, 2012 at 15:42:47 UTC by Miodrag Milanović
New MESS skeleton added:
------------------------
- General Processor Modello T [Any,The Dumping Union]
[src/mess]mess.lst mess.mak
[src/mess/drivers]modellot.c*

r19449 Monday 10th December, 2012 at 15:31:45 UTC by Angelo Salese
First step in converting the kanji data
[src/mess/drivers]pc9801.c

r19448 Monday 10th December, 2012 at 12:29:01 UTC by Nathan Woods
[SG1000] MSVC fix (nw)
[src/mess/drivers]sg1000.c

r19447 Monday 10th December, 2012 at 12:26:49 UTC by Miodrag Milanović
typo fix from qmc2 (no whatsnew)
[src/osd/sdl]output.c

r19446 Monday 10th December, 2012 at 11:57:50 UTC by Robbbert
polaris : fixed player inputs in upright cabinet (nw)
[src/mame/drivers]8080bw.c
[src/mame/includes]8080bw.h

r19445 Monday 10th December, 2012 at 11:32:53 UTC by Nathan Woods
[MSM6242] More cleanups (nw), implemented save states
[src/emu/machine]msm6242.c msm6242.h

r19444 Monday 10th December, 2012 at 10:51:20 UTC by Robbbert
spacecom , darthvdr : fixed cocktail mode (nw)
[src/mame/audio]8080bw.c
[src/mame/drivers]8080bw.c
[src/mame/includes]8080bw.h
[src/mame/video]8080bw.c

r19443 Monday 10th December, 2012 at 09:59:50 UTC by Curt Coder
upd765: Fixed ready_polled. (nw)
[src/emu/machine]upd765.c

r19442 Monday 10th December, 2012 at 09:28:48 UTC by Curt Coder
upd765: Added WD37C65C variant. (nw)
[src/emu/machine]upd765.c upd765.h

r19441 Monday 10th December, 2012 at 00:53:47 UTC by R. Belmont
Z8001: Implement separate program/data address spaces [Christian Grössler]

(MESS) m20: Implement memory map correctly.  BASIC now shows its startup banner. [Christian Grössler]
[src/emu/cpu/z8000]z8000.c z8000ops.c
[src/mess/drivers]m20.c

r19440 Sunday 9th December, 2012 at 23:11:14 UTC by Nathan Woods
Profiler rewrite; simplified, streamlined and less overhead.
[src/emu]eigccx86.h profiler.c profiler.h ui.c
[src/osd]osdcore.h
[src/osd/windows]eivcx86.h

r19439 Sunday 9th December, 2012 at 22:56:49 UTC by Nathan Woods
[MSM6242] More cleanups (nw)
[src/emu/machine]msm6242.h

r19438 Sunday 9th December, 2012 at 22:39:14 UTC by Curt Coder
(MESS) sf7000: Fixed floppy. [Curt Coder]
[src/emu/imagedev]floppy.c
[src/lib/formats]sf7000_dsk.c
[src/mess/drivers]sage2.c sg1000.c super6.c
[src/mess/includes]sg1000.h

r19437 Sunday 9th December, 2012 at 21:53:58 UTC by R. Belmont
(MESS) nubus_image: revised firmware allows multiple cards to work [Rob Braun]
[src/mess/machine]nubus_image.c

r19436 Sunday 9th December, 2012 at 21:11:09 UTC by Brian Troha
mame.lst: Fix copyright info that was switched. - NW
[src/mame]mame.lst

r19435 Sunday 9th December, 2012 at 21:01:38 UTC by Brian Troha
New World Class Bowling clone for Japan.

Out of what's new:
Trackball is 45 degrees offset in this set. You have to coin up and play 1 game right away for it to work.

New Clone Added
------------------------------------
World Class Bowling v1.3J (Japan) [Yohji, Smitdogg, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]itech32.c
[src/mame/includes]itech32.h

r19434 Sunday 9th December, 2012 at 20:58:30 UTC by Curt Coder
(MESS) Removed unnecessary includes. (nw)
[src/mess/drivers]b2m.c einstein.c esq5505.c ht68k.c m20.c mirage.c samcoupe.c
[src/mess/includes]atarist.h einstein.h trs80m2.h
[src/mess/machine]c8280.h e01.c e01.h

r19433 Sunday 9th December, 2012 at 20:52:23 UTC by Curt Coder
(MESS) Removed unnecessary includes, and fixed a floppy bug. (nw)
[src/mess/drivers]a5105.c amstrad.c apc.c dmv.c elwro800.c hec2hrp.c m5.c microdec.c mz6500.c nanos.c nc.c p8k.c pasopia7.c pc8801.c pc88va.c pc9801.c pcw.c pcw16.c prof180x.c pyl601.c qx10.c sage2.c specpls3.c tim011.c x68k.c
[src/mess/includes]bw12.h compis.h mikromik.h next.h sage2.h tandy2k.h
[src/mess/machine]kc_d004.h pc.c pc_fdc.h pf10.h tf20.h

r19432 Sunday 9th December, 2012 at 19:31:04 UTC by hap
improved spacecom timing
[src/mame/drivers]8080bw.c

r19431 Sunday 9th December, 2012 at 18:42:24 UTC by hap
small update to spacecom, added sound
[src/mame/drivers]8080bw.c
[src/mame/includes]8080bw.h
[src/mame/layout]spacecom.lay

r19430 Sunday 9th December, 2012 at 18:23:55 UTC by Curt Coder
(MESS) mm1: Added missing floppy callbacks. (nw)
[src/mess/drivers]mikromik.c

r19429 Sunday 9th December, 2012 at 18:17:57 UTC by Curt Coder
upd765: Added DP8473 and PC8477A variants. (nw)
(MESS) fd2000: Used correct FDCs. (nw)
[src/emu/machine]upd765.c upd765.h
[src/mess/machine]fd2000.c fd2000.h

r19428 Sunday 9th December, 2012 at 17:37:46 UTC by Phil Bennett
03718: shdancer: Freeze on stage 2-4 [Phil Bennett]
[src/mame/machine]segaic16.c

r19427 Sunday 9th December, 2012 at 15:22:09 UTC by Nathan Woods
[MSM6242] Cleanups and basic modernizations in preparation for other work (nw)
[src/emu/machine]msm6242.c msm6242.h

r19426 Sunday 9th December, 2012 at 15:07:19 UTC by Nathan Woods
MSVC compilation fixes (nw)
[src/mess/drivers]trs80m2.c
[src/mess/machine]cbmipt.c lux21046.c tvc_hbf.c

r19425 Sunday 9th December, 2012 at 12:55:32 UTC by Robbbert
spacecom : added inputs, found and patched bad byte. Suggest redump of first rom.
[src/mame/drivers]8080bw.c

r19424 Sunday 9th December, 2012 at 06:30:10 UTC by Robbbert
knightsb : fixed crash at start (nw)
[src/mame/drivers]cps1.c

r19423 Sunday 9th December, 2012 at 05:30:13 UTC by Robbbert
kodb : added notes; fixed flashing when hit instead of disappearing [Barry Harris]
[src/mame/drivers]fcrash.c

r19422 Sunday 9th December, 2012 at 05:10:30 UTC by Robbbert
Fixed sf2mdta, inproved sf2mdt [Barry Harris]
- removed hack for row scroll table address in sf2mdt (bootleg layer render code doesn't use table, and the game isn't writing the address anywhere, hence the presence of the hack)
- aligned scroll 2 layer in sf2mdt
- boosted interleave when writing sound command to fix the issue of voice's being dropped
- decoded graphics in sf2mdta correctly
- hooked up sf2mdta reads and writes the same as sf2mdt with different a layer write layout
- hooked up sf2mdta work ram
[src/mame/drivers]fcrash.c
[src/mame/includes]cps1.h

r19421 Sunday 9th December, 2012 at 03:57:00 UTC by R. Belmont
(MESS) Mac: added "image" card which allows direct read/write access to any vMac/BasiliskII compatible image under 256 MB, including HD floppies.  Not bootable, and do NOT try to swap the disk. [Rob Braun, R. Belmont]
[src/mess]mess.mak
[src/mess/drivers]mac.c
[src/mess/machine]nubus_image.c* nubus_image.h*

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team