Michael Zapf
eed3b87839
ti99: Changed PLATO cartridge type. (nw)
2013-02-21 19:16:59 +00:00
Wilbert Pol
02ae95360a
(MESS) odyssey2.c: Further palette improvements. [Dr. Venom]
2013-02-21 19:16:22 +00:00
Oliver Stöneberg
7c60045215
(MESS) fixed uninitialized member in src/mess/video/isa_ega.c (nw)
2013-02-21 19:13:12 +00:00
Oliver Stöneberg
4119eb2eb3
(MESS) fixed uninitialized members in src/mess/machine/pc_kbdc.c (nw)
2013-02-21 19:09:51 +00:00
Oliver Stöneberg
3db68db807
fixed uninitialized members in src/emu/machine/6840ptm.c (nw)
2013-02-21 19:05:27 +00:00
David Haywood
d413fbba24
confirmed + implemented flip bits
2013-02-21 17:49:55 +00:00
Angelo Salese
4b8450162c
Added SCSP sound clear
2013-02-21 17:21:25 +00:00
David Haywood
5bf0555534
kill some old gfxdecodes
2013-02-21 17:19:00 +00:00
Angelo Salese
650662cb1e
Fixed tilemap palette
2013-02-21 16:49:20 +00:00
Angelo Salese
32f799ed84
Added scrolling
2013-02-21 16:07:54 +00:00
David Haywood
5868cbd3ac
expand the gfx data at startup from packed 10bpp words to 16bpp words(10 bits used) for easier / faster use
2013-02-21 15:18:50 +00:00
Angelo Salese
dd54ebdc73
Note update
2013-02-21 14:56:35 +00:00
Angelo Salese
9683451e08
Found a way to split irqs
2013-02-21 14:36:50 +00:00
David Haywood
a0882a25f8
remove some old code
2013-02-21 11:45:57 +00:00
David Haywood
2b5e700bf7
kill fake ASCII rom, you can read the text now even if it's not perfect
2013-02-21 06:52:38 +00:00
David Haywood
921a8b2d22
hey look, sprites...
2013-02-21 06:46:59 +00:00
Andrew Gardner
ac2c98c54e
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...
2013-02-21 05:30:51 +00:00
Scott Stone
c7254e6408
Alignment fixes for XML hashes. (nw)
2013-02-21 05:04:54 +00:00
David Haywood
6077ff5d30
data streams look decent, next I need to decode them (nw)
2013-02-21 04:27:48 +00:00
David Haywood
8a34475800
and improve the logging to show how what previous comments documented better
2013-02-21 03:07:41 +00:00
David Haywood
1fb330f0db
note of how the cell data (in compressed roms) references the actual compressed data (in compressed roms)
2013-02-21 02:58:24 +00:00
R. Belmont
c673855326
supercon: Fix regressions [Ralf Schäfer]
2013-02-21 02:56:56 +00:00
Angelo Salese
ce5c5f579c
Misc changes
2013-02-21 02:40:45 +00:00
David Haywood
6353f69cdd
fix (stupid) logic bug copy+pasted from old code
2013-02-21 01:46:45 +00:00
David Haywood
3114045be4
improve code to parse compressed data
2013-02-21 01:13:09 +00:00
David Haywood
11b927721c
improve debug output to show 8 groups of 20 bits
2013-02-21 00:03:43 +00:00
Angelo Salese
d9adbbf383
duh
2013-02-20 23:53:09 +00:00
David Haywood
369d1ebbf8
this is a much more likely data order
2013-02-20 23:40:26 +00:00
Oliver Stöneberg
723e928d15
fixed uninitialized members in src/emu/machine/mm74c922.c (nw)
2013-02-20 23:09:12 +00:00
Oliver Stöneberg
b9c91faa61
fixed more uninitialized members in src/emu/machine/am9517a.c (nw)
2013-02-20 23:01:00 +00:00
Oliver Stöneberg
028cc2eec1
(MESS) fixed uninitialized members in src/mess/machine/pc_kbdc.c (nw)
2013-02-20 22:55:10 +00:00
Oliver Stöneberg
5a50cd56b7
fixed uninitialized member in src/emu/machine/am9517a.c (nw)
2013-02-20 22:52:38 +00:00
David Haywood
4b676a45e1
pattern observations (nw)
2013-02-20 22:50:31 +00:00
Oliver Stöneberg
b9131c8a56
fixed uninitialized members in src/emu/machine/rp5c01.c (nw)
2013-02-20 22:49:58 +00:00
David Haywood
c1f7b80598
fix comment
2013-02-20 22:34:27 +00:00
Angelo Salese
dba816bc3c
Added preliminary CD Seek mechanism, fixes Zero Divide booting
2013-02-20 22:32:31 +00:00
David Haywood
e6ce889436
some debug code, studying the compressed gfx
2013-02-20 22:31:15 +00:00
David Haywood
8adbe3ca0f
comment about likely rom offset bits / log changes
2013-02-20 21:20:14 +00:00
David Haywood
abfb93e9f8
document some more used cases
2013-02-20 20:50:28 +00:00
David Haywood
fdd889c2ba
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.
2013-02-20 20:13:05 +00:00
Sandro Ronco
fc008f79ef
(MESS) Added software list for Sega Visual Memory Unit. [LoganB]
2013-02-20 20:12:19 +00:00
Wilbert Pol
7f7a6a084a
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.
2013-02-20 20:06:48 +00:00
Sandro Ronco
dfccb0a2f7
(MESS) Re-enabled softlist support in snapshot and quickload. (nw)
2013-02-20 20:05:36 +00:00
Sandro Ronco
d78d5233a4
fix compile. (nw)
2013-02-20 19:52:07 +00:00
Angelo Salese
9135db5400
SH-2: watchdog i/f is quite exotic, implement it so it can be debugged properly
2013-02-20 19:44:17 +00:00
Sandro Ronco
24987390dc
Added READ/WRITE_MEMBER to the intelfsh device and removed some trampolines. (nw)
2013-02-20 19:43:23 +00:00
David Haywood
1ef9da1b98
document 'blits' where the first sent parameter is '1' not '0' as non-sprites, probably clipping windows.
2013-02-20 19:30:15 +00:00
Oliver Stöneberg
103494349b
fixed uninitialized members in src/emu/sound/cdp1869.c (nw)
2013-02-20 19:25:07 +00:00
Oliver Stöneberg
3f8b4d6ffd
fixed uninitialized members in src/emu/machine/cdp1871.c (nw)
2013-02-20 19:24:42 +00:00
Oliver Stöneberg
8c341fc40e
(MESS) fixed uninitialized member in src/mess/video/gime.c (nw)
2013-02-20 19:11:55 +00:00