Note Feed

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

Previous 50 199869 Revisions Next 50

r21220 Wednesday 20th February, 2013 at 19:06:10 UTC by David Haywood
notes on flip flags etc.
[src/mame/drivers]coolridr.c

r21219 Wednesday 20th February, 2013 at 18:58:35 UTC by Oliver Stöneberg
fixed uninitialized member in src/emu/cpu/mcs96/i8x9x.c (nw)
[src/emu/cpu/mcs96]i8x9x.c

r21218 Wednesday 20th February, 2013 at 18:22:27 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/machine/c2040.c (nw)
[src/mess/machine]c2040.c

r21217 Wednesday 20th February, 2013 at 17:03:23 UTC by Angelo Salese
Forgot A2
[src/emu/sound]scsp.c

r21216 Wednesday 20th February, 2013 at 17:00:37 UTC by Angelo Salese
Added snippet
[src/emu/sound]scsp.c

r21215 Wednesday 20th February, 2013 at 16:46:25 UTC by David Haywood
further thoughts from Charles + some thoughts about the indirect LINE tables used by the main road draw blits
[src/mame/drivers]coolridr.c

r21214 Wednesday 20th February, 2013 at 16:30:04 UTC by Angelo Salese
Hooked up internal SCSP DSP registers, Kyuutenkai needs them for booting
[src/emu/sound]scsp.c

r21213 Wednesday 20th February, 2013 at 15:58:43 UTC by David Haywood
make use of some of the indirection enable bits I've found
[src/mame/drivers]coolridr.c

r21212 Wednesday 20th February, 2013 at 15:26:43 UTC by David Haywood
some sprite compression notes from Charles & Andrew, if they're not wanted in here I'll strip them out.
[src/mame/drivers]coolridr.c

r21211 Wednesday 20th February, 2013 at 14:29:44 UTC by David Haywood
further notes
[src/mame/drivers]coolridr.c

r21210 Wednesday 20th February, 2013 at 14:06:09 UTC by David Haywood
improved notes on some video stuff
[src/mame/drivers]coolridr.c

r21209 Wednesday 20th February, 2013 at 05:30:51 UTC by R. Belmont
idectrl: words 57/58 of IDENTIFY DEVICE are total sectors, not sectors per track [R. Belmont]

As commented, this is the case for ATA-1, -2, -3, -4, and -5.  The CFFA2 Apple
II IDE card firmware relies on this value being as documented in the standards
to properly detect the drive size, and none of the usual sensitive Atari/Midway
games are broken by the change.

(This field is unused in ATA-6 and later).
[src/emu/machine]idectrl.c

r21208 Wednesday 20th February, 2013 at 05:24:08 UTC by R. Belmont
SDL: Don't include GTK+/GConf in Qt debugger builds (nw)
[src/osd/sdl]sdl.mak

r21207 Wednesday 20th February, 2013 at 05:02:02 UTC by Jonathan Gevaryahu
dectalk.c: Another dedication; no whatsnew.
[src/mess/drivers]dectalk.c

r21206 Wednesday 20th February, 2013 at 04:54:47 UTC by Angelo Salese
Blinks at Arbee ...
[src/mame/drivers]coolridr.c

r21205 Wednesday 20th February, 2013 at 04:37:53 UTC by Andrew Gardner
Modernize rf5c68 and tms36xx sound devices. [Andrew Gardner]

Out of whatsnew.txt:
Thanks for the fix to my last changes Micko.  I got the MESS stuff this time :-).
[src/emu/sound]rf5c68.c rf5c68.h tms36xx.c tms36xx.h
[src/mame/audio]phoenix.c pleiads.c segag80r.c
[src/mame/drivers]naughtyb.c phoenix.c segas18.c segas32.c system16.c
[src/mame/machine]megacd.c
[src/mess/drivers]fmtowns.c

r21204 Wednesday 20th February, 2013 at 04:07:12 UTC by Jonathan Gevaryahu
stupid typos. n/w
[src/mess/drivers]dectalk.c

r21203 Wednesday 20th February, 2013 at 03:31:33 UTC by Jonathan Gevaryahu
dectalk.c: renamed dectalk roms to match the DEC 23-xxxLn standard and noted what their actual paper labels were (these paper labels will differ on different dectalk units depending on exactly when they were made, though the ROM contents are exactly the same! The derivable 23-xxxLn part number will not change, though.). Added more comments. [Lord Nightmare]
[src/mess/drivers]dectalk.c

r21202 Wednesday 20th February, 2013 at 03:22:01 UTC by Angelo Salese
Added IRQ 6
[src/mame/drivers]coolridr.c

r21201 Wednesday 20th February, 2013 at 01:54:58 UTC by Brian Troha
Scorpion redump + rom name corrections.

galdrvr.c: Corrected rom labels for Scorpion and redumped set 2. [tirino73]

scramble.c: Corrected rom labels for Harem. Corrected dipswitches for Harem [tirino73]


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Scorpion (set 2) [tirino73]
[src/mame/drivers]galdrvr.c scramble.c

r21200 Wednesday 20th February, 2013 at 01:43:21 UTC by Angelo Salese
Forgot this
[src/mame/drivers]coolridr.c

r21199 Wednesday 20th February, 2013 at 01:40:27 UTC by Angelo Salese
Changed some variables around
[src/mame/drivers]coolridr.c

r21198 Wednesday 20th February, 2013 at 01:00:31 UTC by Angelo Salese
Guessed m68k enable/disable
[src/mame/drivers]coolridr.c

r21197 Wednesday 20th February, 2013 at 00:16:36 UTC by Angelo Salese
Very preliminary sound DMA hooked up. Born to be Wild!
[src/mame/drivers]coolridr.c

r21196 Tuesday 19th February, 2013 at 23:54:26 UTC by Barry Rodewald
svga_s3: just a few minor updates (no whatsnew)
[src/emu/video]pc_vga.c

r21195 Tuesday 19th February, 2013 at 23:32:12 UTC by David Haywood
improve palette stuff + notes
[src/mame/drivers]coolridr.c

r21194 Tuesday 19th February, 2013 at 22:29:41 UTC by David Haywood
palettes are written by the blitter as well, at least sometimes.  this makes things worse in some cases, but you can see it's needed because the fades between scenes are done with it, I think DMA hookup needs fixing to match it, and possibly a palette select adding.
[src/mame/drivers]coolridr.c

r21193 Tuesday 19th February, 2013 at 21:45:34 UTC by Angelo Salese
Comms works, sound still doesn't
[src/mame/drivers]coolridr.c

r21192 Tuesday 19th February, 2013 at 20:15:00 UTC by Angelo Salese
Documented lamps
[src/mame/drivers]coolridr.c

r21191 Tuesday 19th February, 2013 at 20:05:13 UTC by Angelo Salese
Added inputs
[src/mame/drivers]coolridr.c

r21190 Tuesday 19th February, 2013 at 19:30:20 UTC by Angelo Salese
More notes
[src/mame/drivers]coolridr.c

r21189 Tuesday 19th February, 2013 at 19:07:50 UTC by David Haywood
allow use of a fake ascii rom (hidden behind a define) (by request, so controls etc. can be hooked up)
[src/mame/drivers]coolridr.c

r21188 Tuesday 19th February, 2013 at 18:26:30 UTC by Angelo Salese
Check-point
[src/mame/drivers]coolridr.c

r21187 Tuesday 19th February, 2013 at 18:12:34 UTC by David Haywood
play with some of the blitter values a bit (nw)
[src/mame/drivers]coolridr.c

r21186 Tuesday 19th February, 2013 at 15:57:21 UTC by Miodrag Milanović
(MESS) New clone added :
----------------------------
Samsung Samtron 88S [Kaylee]
[src/mess]mess.lst
[src/mess/drivers]pc.c

r21185 Tuesday 19th February, 2013 at 15:50:13 UTC by Angelo Salese
More sound, it sends an irq to the master or slave, shrug
[src/mame/drivers]coolridr.c

r21184 Tuesday 19th February, 2013 at 15:27:17 UTC by David Haywood
additional notes
[src/mame/drivers]coolridr.c

r21183 Tuesday 19th February, 2013 at 15:03:07 UTC by Angelo Salese
Basic hook-up of sound
[src/emu/video]stvvdp2.c
[src/mame/drivers]coolridr.c

r21182 Tuesday 19th February, 2013 at 14:52:29 UTC by David Haywood
different fake colours (nw)
[src/mame/drivers]coolridr.c

r21181 Tuesday 19th February, 2013 at 14:31:20 UTC by David Haywood
use the 2nd tilemap for screen 2 (nw)
[src/mame/drivers]coolridr.c

r21180 Tuesday 19th February, 2013 at 13:00:30 UTC by David Haywood
I prefer to see everything it sends to the blitter..
[src/mame/drivers]coolridr.c

r21179 Tuesday 19th February, 2013 at 12:39:59 UTC by David Haywood
coolriders is a dual screen game, so give it 2 screens and take a wild guess at the screen select.
[src/mame/drivers]coolridr.c

r21178 Tuesday 19th February, 2013 at 10:27:29 UTC by Jonathan Gevaryahu
deniam.c: Fixed OKI sound banking in Logic Pro 2 and removed IMPERFECT_SOUND flag. [Lord Nightmare]
[src/mame/drivers]deniam.c

r21177 Tuesday 19th February, 2013 at 09:09:08 UTC by Miodrag Milanović
compile fix (nw)
[src/mess/machine]msx_slot.c

r21176 Tuesday 19th February, 2013 at 06:33:21 UTC by Andrew Gardner
Modernized tms3615, es8712, cem3394, k051649, and rf5c400 sound devices. [Andrew
Gardner]
[src/emu/sound]cem3394.c cem3394.h es8712.c es8712.h k051649.c k051649.h rf5c400.c rf5c400.h tms3615.c tms3615.h
[src/mame/audio]laserbat.c
[src/mame/drivers]balsente.c cobra.c gticlub.c hcastle.c hexion.c hornet.c laserbat.c metro.c nemesis.c nwk-tr.c twinkle.c witch.c
[src/mame/includes]laserbat.h
[src/mame/machine]balsente.c
[src/mess/includes]msx.h
[src/mess/machine]msx_slot.c

r21175 Tuesday 19th February, 2013 at 01:05:24 UTC by Angelo Salese
Fixed regression
[src/emu/machine]stvcd.c

r21174 Tuesday 19th February, 2013 at 00:40:44 UTC by Angelo Salese
Small fix, nw
[src/emu/machine]stvcd.c
[src/mame/drivers]saturn.c

r21173 Monday 18th February, 2013 at 23:39:13 UTC by Angelo Salese
Moved CD command timing around, fixed regression in logicpuz. Also added 11bpp bitmap mode for VDP2, fixed HUD in Tunnel B1
[src/emu/machine]stvcd.c
[src/emu/video]stvvdp2.c
[src/mame/includes]stv.h

r21172 Monday 18th February, 2013 at 21:50:47 UTC by Angelo Salese
Actually I think it's safer like this (otherwise you possibly miss an irq if both are enabled), nw
[src/emu/cpu/sh2]sh2comn.c

r21171 Monday 18th February, 2013 at 21:20:01 UTC by Angelo Salese
Missed this one, nw
[src/emu/cpu/sh2]sh2.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team