Note Feed

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

Previous 50 199869 Revisions Next 50

r21920 Sunday 17th March, 2013 at 22:34:17 UTC by Fabio Priuli
(MESS) megadriv.xml: documented several carts [Sunbeam/Digital Corruption]
[hash]megadriv.xml

r21919 Sunday 17th March, 2013 at 22:23:05 UTC by David Haywood
deco_mlc - some improvement to stadhr96
[src/mame/drivers]deco_mlc.c
[src/mame/includes]deco_mlc.h
[src/mame/video]deco_mlc.c

r21918 Sunday 17th March, 2013 at 22:02:02 UTC by Fabio Priuli
(MESS) nes.xml: a bunch of new additions from several sources. nw.
[hash]nes.xml

r21917 Sunday 17th March, 2013 at 21:01:44 UTC by Angelo Salese
Even better explaination, it's nothing special anyway
[src/mame/drivers]namcos2.c

r21916 Sunday 17th March, 2013 at 19:30:16 UTC by Brian Troha
turbo.c: Additional documentation for Buck Rogers: Planet of Zoom. Noted the encrypted Z80 part number and Sega ID numbers for the CPU and ROM boards. Correct sprite color prom based on photo of PCB. [Brian Troha]
[src/mame/drivers]turbo.c
[src/mame/machine]segacrpt.c

r21915 Sunday 17th March, 2013 at 19:07:41 UTC by Nathan Woods
Fixed PC relative addressing on konamicpu; scontra and thunderx work now (nw)
[src/emu/cpu/m6809]konami.ops

r21914 Sunday 17th March, 2013 at 19:00:16 UTC by Angelo Salese
ADSMISS investigation notes
[src/mame/drivers]namcos2.c

r21913 Sunday 17th March, 2013 at 17:57:32 UTC by R. Belmont
SDL: Make the Qt debugger the default for *IX and Win32 builds.
[src/osd/sdl]sdl.mak

r21912 Sunday 17th March, 2013 at 17:10:46 UTC by R. Belmont
Fix compile problems on some OS X versions (nw)
[src/emu/cpu/m6809]konami.c konami.h konami.ops

r21911 Sunday 17th March, 2013 at 15:07:19 UTC by smf
MESS: clcd uses char set from rom, only characters 128 from an upper case character set have been found so far. [smf]
[src/mess/drivers]clcd.c

r21910 Sunday 17th March, 2013 at 14:35:15 UTC by smf
MESS: Added some notes to clcd mmu registers, the only available documentation http://www.c128.com/pdf/LCD%20Specification.pdf doesn't match the hardware that we have the software for.
[src/mess/drivers]clcd.c

r21909 Sunday 17th March, 2013 at 14:03:58 UTC by R. Belmont
M740 updates: [R. Belmont]
- Added JMP (zp) instruction
- Working interrupts
- Moved 6502 family V line to make room for up to 16 IRQs
[src/emu/cpu/m6502]dm740.lst m6502.h m740.c m740.h om740.lst

r21908 Sunday 17th March, 2013 at 13:40:40 UTC by hap
nevermind previous commit :) the other way around makes more sense, since konami's TFR works like that.
Also changed konami's exchange mask globally to 7
[src/emu/cpu/m6809]konami.c konami.ops

r21907 Sunday 17th March, 2013 at 12:36:13 UTC by Fabio Priuli
(MESS) megadriv.xml: Added dump of Japanese Marble Madness [ElBarto]
(MESS) megadriv.xml: Added documentation for more carts [ElBarto, Sunbeam/Digital Corruption]
[hash]megadriv.xml

r21906 Sunday 17th March, 2013 at 12:28:10 UTC by hap
fix EXG order for konami cpu
[src/emu/cpu/m6809]konami.ops

r21905 Sunday 17th March, 2013 at 12:16:47 UTC by Robbbert
aftor - fixed 6809 regression (slow sound)
[src/mame/drivers]wico.c

r21904 Sunday 17th March, 2013 at 12:13:43 UTC by Nathan Woods
Turning off LOG_INTERRUPTS
[src/emu/cpu/m6809]m6809.c

r21903 Sunday 17th March, 2013 at 11:47:36 UTC by Nathan Woods
MSVC warning fix (nw)
[src/mess/drivers]fp200.c

r21902 Sunday 17th March, 2013 at 11:36:59 UTC by Robbbert
sgyxz - boots up, sound works, some gfx issues
[src/mame/drivers]fcrash.c
[src/mame/includes]cps1.h

r21901 Sunday 17th March, 2013 at 08:39:26 UTC by Miodrag Milanović
Windows OSD / stdout/stderr output buffering [qmc2]
[src/osd/windows]winmain.c

r21900 Sunday 17th March, 2013 at 02:23:27 UTC by Barry Rodewald
de_2: Fixed P3/P4 area display for Alpha Type 2 games. (no whatsnew)
[src/mame/drivers]de_2.c

r21899 Saturday 16th March, 2013 at 22:19:59 UTC by Nathan Woods
Changed the amount of scanlines on the 6847 PAL emulation.  That said, the 6847
versions for PAL surely are doing more than this...

At least laser1 on the MESS side works better now
[src/emu/video]mc6847.c

r21898 Saturday 16th March, 2013 at 22:19:16 UTC by Oliver Stöneberg
optimized -listxml a bit more (nw)
[src/emu]info.c

r21897 Saturday 16th March, 2013 at 22:02:12 UTC by David Haywood
deco_mlc - notes
[src/mame/video]deco_mlc.c

r21896 Saturday 16th March, 2013 at 21:06:33 UTC by hap
i overlooked this one
[src/emu/cpu/m6809]base6x09.ops

r21895 Saturday 16th March, 2013 at 20:42:51 UTC by hap
looked through m6809 ops and fixed what i noticed (improves rollerg)
[src/emu/cpu/m6809]base6x09.ops konami.ops

r21894 Saturday 16th March, 2013 at 19:51:31 UTC by Phil Bennett
turbo.c - Corrected ROM labels and locations for Buck Rogers and clones [Phil Bennett, Andy Welburn]
[src/mame/drivers]turbo.c

r21893 Saturday 16th March, 2013 at 19:20:17 UTC by David Haywood
deco_mlc - hide some unwanted gfx in stadhr96
[src/mame/video]deco_mlc.c

r21892 Saturday 16th March, 2013 at 14:47:01 UTC by Angelo Salese
Fixed palette in HuC6280
[src/emu/video]huc6260.c

r21891 Saturday 16th March, 2013 at 12:11:28 UTC by Oliver Stöneberg
optimized info_xml_creator::output_switches() (improves -listxml speed in DEBUG build by about 40%) (nw)
[src/emu]info.c

r21890 Saturday 16th March, 2013 at 11:53:32 UTC by Barry Rodewald
de_2: Fixed sample ROM loading, got lower LEDs to display (but not perfectly) (no whatsnew)
[src/mame/drivers]de_2.c
[src/mame/layout]de2.lay

r21889 Saturday 16th March, 2013 at 11:52:50 UTC by smf
revision 21548 caused "trace off" to crash with a access violation [smf]
[src/emu/debug]debugcmd.c

r21888 Saturday 16th March, 2013 at 11:00:10 UTC by David Haywood
deco_mlc - this currently has no bearing on reality but...
[src/mame/drivers]deco_mlc.c
[src/mame/video]deco_mlc.c

r21887 Saturday 16th March, 2013 at 10:45:47 UTC by Fabio Priuli
tiny speed recover... nw.
[src/mess/machine]sns_upd.c

r21886 Saturday 16th March, 2013 at 10:07:05 UTC by Barry Rodewald
de_2: Hooked up MSM5205 and fixed sample banking.  Sound should now work fully. (no whatsnew)
[src/mame/drivers]de_2.c

r21885 Saturday 16th March, 2013 at 09:36:02 UTC by Fabio Priuli
(MESS) snes.c: added support in snes and snespal for loading from fullpath
   DSPx and ST01x games missing the DSP data, i.e. the commonly available
  dumps, without using clone systems (softlists had no problems with these
  games because the DSP data come from the softlist romset) [Fabio Priuli]


out of whatsnew: many thanks to Arbee for suggesting device roms instead of a clone
system bios for addon dumps. it turned out there was a clean way to avoid conflicts
between loading DSP data from the softlist romset and loading DSP data from the
device romset, so we don't need snes_add and snesp_add clones anymore.
[src/mess]mess.lst
[src/mess/drivers]snes.c
[src/mess/machine]gb_slot.c sns_slot.c sns_slot.h sns_upd.c sns_upd.h

r21884 Saturday 16th March, 2013 at 08:57:20 UTC by David Haywood
deco_mlc - renderer is now fully scanline based, should make implementing the raster effects in a clean way much easier.
[src/mame/drivers]deco_mlc.c
[src/mame/includes]deco_mlc.h
[src/mame/video]deco_mlc.c

r21883 Saturday 16th March, 2013 at 08:39:28 UTC by David Haywood
deco_mlc - checkpoint
[src/mame/drivers]deco_mlc.c
[src/mame/includes]deco_mlc.h
[src/mame/video]deco_mlc.c

r21882 Saturday 16th March, 2013 at 08:15:30 UTC by David Haywood
deco_mlc - current
[src/mame/video]deco_mlc.c

r21881 Saturday 16th March, 2013 at 05:50:35 UTC by Barry Rodewald
de_2: Adding a bit of meat to the bones.  Still need to work on the MSM5205 and some of the LEDs. (no whatsnew)
[src/mame]mame.mak
[src/mame/drivers]de_2.c
[src/mame/layout]de2.lay*

r21880 Saturday 16th March, 2013 at 05:32:32 UTC by David Haywood
deco_mlc - more scanline conversion
[src/mame/video]deco_mlc.c

r21879 Saturday 16th March, 2013 at 01:07:34 UTC by David Haywood
more
[src/mame/video]deco_mlc.c

r21878 Saturday 16th March, 2013 at 00:55:59 UTC by David Haywood
deco_mlc reworking - checkpoint
[src/mame/video]deco_mlc.c

r21877 Friday 15th March, 2013 at 18:43:51 UTC by Angelo Salese
Improved keyboard inputs per schematics
[src/emu/drivers]xtal.h
[src/mess/drivers]fp200.c

r21876 Friday 15th March, 2013 at 14:44:00 UTC by Angelo Salese
Added mahjong panel support to Famicom
[src/mess/drivers]nes.c
[src/mess/includes]nes.h
[src/mess/machine]nes.c

r21875 Friday 15th March, 2013 at 10:55:10 UTC by Fabio Priuli
fixed cart regression in saturn. nw.
[src/mess/drivers]saturn.c

r21874 Friday 15th March, 2013 at 10:31:13 UTC by Nathan Woods
Fixing interrupt handling in several drivers using 6809 that pulsed interrupts
in a way that broke with the new 6809 core (nw)
[src/mame/drivers]bfcobra.c bfm_sc1.c bfm_sc2.c bfmsys85.c sigmab52.c truco.c wecleman.c

r21873 Friday 15th March, 2013 at 10:04:45 UTC by Fabio Priuli
lists have no bios flag, so this check is redundant. nw.
[src/emu]romload.c

r21872 Friday 15th March, 2013 at 09:16:10 UTC by Fabio Priuli
minor cleanup. nw.
[src/mess/machine]sns_sdd1.c sns_sdd1.h

r21871 Friday 15th March, 2013 at 09:13:49 UTC by Fabio Priuli
(MESS) snes.c: major overhaul of cart and add-on handling [Fabio Priuli]
 - updated carts to be slot devices
 - simplified loading and bankswitch mechanism
 - removed drivers snessfx and snespsfx: SuperFX/GSU games can now
   be loaded in snes and snespal
 - removed drivers snesdsp and snespdsp: NEC DSPx games can now
   be loaded in snes and snespal from softlist
 - removed drivers snesst10 and snesst11: Seta DSP games can now
   be loaded in snes and snespal from softlist
 - removed driver snesst: when you load Sufami Turbo, two more cart slots
   (-cart2 and -cart3) become available to load ST carts
 - added preliminary support for games with BS-X slots: when you load
   one of these, a -cart2 slot becomes available to load a 8MB memory pack
   (only a few of these work at the moment, e.g. Same Game)
 - added support for loading DSPx games with DSP dump appended at the
   end of the .sfc file
 - added two "legacy" drivers snes_add and snesp_add containing the
   DSP dumps in the bios, to allow loading of old .sfc dumps missing the DSP
   content (these drivers are of course marked as GAME_UNOFFICIAL)


out of whatsnew:
- I have removed the DSP1B dump from NSS, because I plan to update NSS
to use slot devices as well and that will cover everything needed by SMK, if we
ever find its NSS release and dump it
- Also, I will take care of fixing snes entries in messnew before u2, because
part of this set of changes supersede the log for 21546 (e.g. no more snesnew
or snespnew wip drivers)
[src/mame/drivers]nss.c
[src/mame/includes]snes.h
[src/mess]mess.lst mess.mak
[src/mess/drivers]snes.c
[src/mess/machine]snes7110.c snescart.c snescart.h snescx4.c snescx4.h snesobc1.c snesrtc.c snessdd1.c sns_slot.c sns_slot.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team