Note Feed

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

Previous 50 199869 Revisions Next 50

r21270 Thursday 21st February, 2013 at 19:16:22 UTC by Wilbert Pol
(MESS) odyssey2.c: Further palette improvements.  [Dr. Venom]
[src/mess/drivers]odyssey2.c

r21269 Thursday 21st February, 2013 at 19:13:12 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/video/isa_ega.c (nw)
[src/mess/video]isa_ega.c

r21268 Thursday 21st February, 2013 at 19:09:51 UTC by Oliver Stöneberg
(MESS) fixed uninitialized members in src/mess/machine/pc_kbdc.c (nw)
[src/mess/machine]pc_kbdc.c

r21267 Thursday 21st February, 2013 at 19:05:27 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/6840ptm.c (nw)
[src/emu/machine]6840ptm.c

r21266 Thursday 21st February, 2013 at 17:49:55 UTC by David Haywood
confirmed + implemented flip bits
[src/mame/drivers]coolridr.c

r21265 Thursday 21st February, 2013 at 17:21:25 UTC by Angelo Salese
Added SCSP sound clear
[src/emu/sound]scsp.c
[src/mame/drivers]coolridr.c saturn.c

r21264 Thursday 21st February, 2013 at 17:19:00 UTC by David Haywood
kill some old gfxdecodes
[src/mame/drivers]coolridr.c

r21263 Thursday 21st February, 2013 at 16:49:20 UTC by Angelo Salese
Fixed tilemap palette
[src/mame/drivers]coolridr.c

r21262 Thursday 21st February, 2013 at 16:07:54 UTC by Angelo Salese
Added scrolling
[src/mame/drivers]coolridr.c

r21261 Thursday 21st February, 2013 at 15:18:50 UTC by David Haywood
expand the gfx data at startup from packed 10bpp words to 16bpp words(10 bits used) for easier / faster use
[src/mame/drivers]coolridr.c

r21260 Thursday 21st February, 2013 at 14:56:35 UTC by Angelo Salese
Note update
[src/mame/drivers]coolridr.c

r21259 Thursday 21st February, 2013 at 14:36:50 UTC by Angelo Salese
Found a way to split irqs
[src/mame/drivers]coolridr.c

r21258 Thursday 21st February, 2013 at 11:45:57 UTC by David Haywood
remove some old code
[src/mame/drivers]coolridr.c

r21257 Thursday 21st February, 2013 at 06:52:38 UTC by David Haywood
kill fake ASCII rom, you can read the text now even if it's not perfect
[src/mame/drivers]coolridr.c

r21256 Thursday 21st February, 2013 at 06:46:59 UTC by David Haywood
hey look, sprites...
[src/mame/drivers]coolridr.c

r21255 Thursday 21st February, 2013 at 05:30:51 UTC by Andrew Gardner
Modernized polepos, redbaron, cps3, tiamc1, and gridlee sound devices. [Andrew
Gardner]

Out of whatsnew.txt:
There are now exactly 100 files that include devlegcy.h.  Getting closer...
[src/emu/sound]filter.h
[src/mame/audio]cps3.c gridlee.c polepos.c redbaron.c tiamc1.c
[src/mame/drivers]bzone.c cps3.c gridlee.c polepos.c tiamc1.c
[src/mame/includes]bzone.h cps3.h gridlee.h polepos.h tiamc1.h

r21254 Thursday 21st February, 2013 at 05:04:54 UTC by Tafoid
Alignment fixes for XML hashes. (nw)
[hash]a800.xml abc1600.xml amiga1200_flop.xml amigaecs_flop.xml atom.xml cd32.xml cdi.xml coco_cart.xml cpc_cass.xml ibm5170.xml kc_cart.xml lynx.xml megatech.xml neocd.xml neogeo.xml nes.xml next.xml pc8201.xml pc8801_flop.xml psx.xml snes.xml sorcerer_flop.xml st_cart.xml stv.xml tandy200.xml ti99_cart.xml trsm100.xml

r21253 Thursday 21st February, 2013 at 04:27:48 UTC by David Haywood
data streams look decent, next I need to decode them (nw)
[src/mame/drivers]coolridr.c

r21252 Thursday 21st February, 2013 at 03:07:41 UTC by David Haywood
and improve the logging to show how what previous comments documented better
[src/mame/drivers]coolridr.c

r21251 Thursday 21st February, 2013 at 02:58:24 UTC by David Haywood
note of how the cell data (in compressed roms) references the actual compressed data (in compressed roms)
[src/mame/drivers]coolridr.c

r21250 Thursday 21st February, 2013 at 02:56:56 UTC by R. Belmont
supercon: Fix regressions [Ralf Schäfer]
[src/mess/drivers]supercon.c

r21249 Thursday 21st February, 2013 at 02:40:45 UTC by Angelo Salese
Misc changes
[src/emu/machine]stvcd.c

r21248 Thursday 21st February, 2013 at 01:46:45 UTC by David Haywood
fix (stupid) logic bug copy+pasted from old code
[src/mame/drivers]coolridr.c

r21247 Thursday 21st February, 2013 at 01:13:09 UTC by David Haywood
improve code to parse compressed data
[src/mame/drivers]coolridr.c

r21246 Thursday 21st February, 2013 at 00:03:43 UTC by David Haywood
improve debug output to show 8 groups of 20 bits
[src/mame/drivers]coolridr.c

r21245 Wednesday 20th February, 2013 at 23:53:09 UTC by Angelo Salese
duh
[src/emu/machine]smpc.c

r21244 Wednesday 20th February, 2013 at 23:40:26 UTC by David Haywood
this is a much more likely data order
[src/mame/drivers]coolridr.c

r21243 Wednesday 20th February, 2013 at 23:09:12 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/mm74c922.c (nw)
[src/emu/machine]mm74c922.c

r21242 Wednesday 20th February, 2013 at 23:01:00 UTC by Oliver Stöneberg
fixed more uninitialized members in src/emu/machine/am9517a.c (nw)
[src/emu/machine]am9517a.c

r21241 Wednesday 20th February, 2013 at 22:55:10 UTC by Oliver Stöneberg
(MESS) fixed uninitialized members in src/mess/machine/pc_kbdc.c (nw)
[src/mess/machine]pc_kbdc.c

r21240 Wednesday 20th February, 2013 at 22:52:38 UTC by Oliver Stöneberg
fixed uninitialized member in src/emu/machine/am9517a.c (nw)
[src/emu/machine]am9517a.c

r21239 Wednesday 20th February, 2013 at 22:50:31 UTC by David Haywood
pattern observations (nw)
[src/mame/drivers]coolridr.c

r21238 Wednesday 20th February, 2013 at 22:49:58 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/rp5c01.c (nw)
[src/emu/machine]rp5c01.c

r21237 Wednesday 20th February, 2013 at 22:34:27 UTC by David Haywood
fix comment
[src/mame/drivers]coolridr.c

r21236 Wednesday 20th February, 2013 at 22:32:31 UTC by Angelo Salese
Added preliminary CD Seek mechanism, fixes Zero Divide booting
[src/emu/machine]stvcd.c
[src/mame/includes]stv.h

r21235 Wednesday 20th February, 2013 at 22:31:15 UTC by David Haywood
some debug code, studying the compressed gfx
[src/mame/drivers]coolridr.c

r21234 Wednesday 20th February, 2013 at 21:20:14 UTC by David Haywood
comment about likely rom offset bits / log changes
[src/mame/drivers]coolridr.c

r21233 Wednesday 20th February, 2013 at 20:50:28 UTC by David Haywood
document some more used cases
[src/mame/drivers]coolridr.c

r21232 Wednesday 20th February, 2013 at 20:13:05 UTC by David Haywood
more documentation of where bits are used.. I think one of the blit params is a rom offset, so maybe it does decompress at blit time afterall, although for the ASCII parts that param is 0.
[src/mame/drivers]coolridr.c

r21231 Wednesday 20th February, 2013 at 20:12:19 UTC by Sandro Ronco
(MESS) Added software list for Sega Visual Memory Unit. [LoganB]
[hash]svmu.xml*
[src/mess/drivers]svmu.c

r21230 Wednesday 20th February, 2013 at 20:06:48 UTC by Wilbert Pol
sp0256.c:  [Wilbert Pol]
- Added a little delay before settling LRQ when resetting the device. Fixes MT05103.
- When reading the LRQ signal, force an update of the stream. This fixes support for
 'The Voice' in 'Turtles' for the odyssey2.
[src/emu/sound]sp0256.c sp0256.h
[src/mess/drivers]odyssey2.c

r21229 Wednesday 20th February, 2013 at 20:05:36 UTC by Sandro Ronco
(MESS) Re-enabled softlist support in snapshot and quickload. (nw)
[src/emu/imagedev]snapquik.c snapquik.h

r21228 Wednesday 20th February, 2013 at 19:52:07 UTC by Sandro Ronco
fix compile. (nw)
[src/emu/machine]cdp1871.c

r21227 Wednesday 20th February, 2013 at 19:44:17 UTC by Angelo Salese
SH-2: watchdog i/f is quite exotic, implement it so it can be debugged properly
[src/emu/cpu/sh2]sh2comn.c sh2comn.h
[src/emu/machine]stvcd.c

r21226 Wednesday 20th February, 2013 at 19:43:23 UTC by Sandro Ronco
Added READ/WRITE_MEMBER to the intelfsh device and removed some trampolines. (nw)
[src/emu/machine]intelfsh.h
[src/mess/drivers]cybiko.c geniusiq.c
[src/mess/includes]cybiko.h
[src/mess/machine]cybiko.c

r21225 Wednesday 20th February, 2013 at 19:30:15 UTC by David Haywood
document 'blits' where the first sent parameter is '1' not '0' as non-sprites, probably clipping windows.
[src/mame/drivers]coolridr.c

r21224 Wednesday 20th February, 2013 at 19:25:07 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/sound/cdp1869.c (nw)
[src/emu/sound]cdp1869.c

r21223 Wednesday 20th February, 2013 at 19:24:42 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/cdp1871.c (nw)
[src/emu/machine]cdp1871.c

r21222 Wednesday 20th February, 2013 at 19:11:55 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/video/gime.c (nw)
[src/mess/video]gime.c

r21221 Wednesday 20th February, 2013 at 19:06:27 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/video/mc6847.c (nw)
[src/mess/video]mc6847.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team