Robbbert
56e2f98e22
(MESS) spc1000 : added paste facility, fixed cursor flash [Miso Kim, Robbbert]
...
(out of whatsnew) cursor fix actually went in at r28072
2014-03-02 05:34:52 +00:00
R. Belmont
ebee53a09d
not yet (nw)
2014-03-02 05:09:14 +00:00
R. Belmont
f5b94b06f3
(MESS) apple2: Support the Apple II Parallel Interface Card [R. Belmont]
2014-03-02 04:38:39 +00:00
Robbbert
f5fc5b2f59
(MESS) profweis, iqunlimz : fixed palette
2014-03-02 03:52:08 +00:00
R. Belmont
b7f5b556c4
fix copy/paste bug (nw)
2014-03-02 03:45:44 +00:00
Robbbert
c8e9c0935d
(MESS) pocketc : fixed palette
2014-03-02 03:41:01 +00:00
Robbbert
878aa66e71
(MESS) hec2mdhrx : fixed palette
2014-03-02 03:22:28 +00:00
Robbbert
e11d7cf5b5
(MESS) clcd : reverted palette back to its usual unreadable self
2014-03-02 03:06:33 +00:00
Alex W. Jackson
065911e8e6
Fix ambiguous and confusing use of "entry" in palette device member names
...
related to indirection. Array m_indirect_entry is now m_indirect_pens.
Getter indirect_entries() now returns the number of indirect colors, which
is more useful than the number of indirect pens (the latter is always
either zero or equal to the palette size, depending on whether indirection
is being used at all)
Fixed debug assert: rgb_t isn't POD according to GCC 4.8, so we can't use
resize_and_clear. Use append() instead to dynamically expand m_indirect_colors.
This change also ensures that indirect_entries() returns the actual number
of indirect colors, not rounded up to the next multiple of 256.
Thanks to these changes, the OSD palette viewer now displays the indirect
colors correctly once again.
Added MCFG_PALETTE_INDIRECT_ENTRIES to all games using indirection in seta.c.
This change should fix all color regressions in that driver.
2014-03-02 02:59:24 +00:00
Robbbert
111982d68a
(MESS) fixed astrocde palette
2014-03-02 02:51:50 +00:00
Roberto Fresca
770102b458
New games marked as GAME_NOT_WORKING
...
------------------------------------
unknown Bordun game [Roberto Fresca, Siftware]
2014-03-02 02:05:38 +00:00
Brian Troha
1df5388775
New Zero Wing clone
...
Out of whatsnew: This is the original Toaplan version without the Williams Electronics license.
New Clone Added
---------------------------------------
Zero Wing (2P set) [System11, The Dumping Union]
2014-03-02 00:29:01 +00:00
Couriersud
97d055a985
Changed popeye to use palette computed from schematics. Also implemented interlaced field support. This is actually read by the game. [Couriersud]
2014-03-01 23:55:44 +00:00
Brian Troha
63f24d8a54
peplus.c: Minor doc update - NW
2014-03-01 23:39:48 +00:00
Alex W. Jackson
e06e426d2a
parodius.c: convert to bankdev [Alex Jackson]
2014-03-01 23:20:32 +00:00
Aaron Giles
0b68bb860d
Allow specifying PALETTE_INDIRECT_ENTRIES to preallocate indirection tables.
...
When this is done, the indirection tables are saved in save states and
pre-initialized. At the moment it is not a requirement to do so, but will
provide closer to previous behaviors for games that need it.
2014-03-01 22:34:27 +00:00
Miodrag Milanovic
52b2f2a5bd
all for today (nw)
2014-03-01 20:33:12 +00:00
Miodrag Milanovic
6b15684e0b
more fixes (nw)
2014-03-01 20:15:03 +00:00
Alex W. Jackson
1ae955c3b8
toaplan2.c: fix batrider text layer [Alex Jackson]
2014-03-01 19:33:23 +00:00
Miodrag Milanovic
779ba1a5fe
small fix (nw)
2014-03-01 19:31:36 +00:00
Roberto Fresca
c53d944918
New games added or promoted from NOT_WORKING status
...
---------------------------------------------------
Record (Version 1) [Roberto Fresca, ANY]
New games marked as GAME_NOT_WORKING
------------------------------------
Gran Capitan (Version 3) [Roberto Fresca, ANY]
Magic Bomb (Version 1) [Roberto Fresca, ANY]
2014-03-01 18:38:57 +00:00
Miodrag Milanovic
55d9a4f2c2
few more (nw)
2014-03-01 17:46:50 +00:00
Miodrag Milanovic
dd673a0531
some palette fixes (nw)
2014-03-01 17:08:15 +00:00
Couriersud
3b82caf8ac
NPN BJT now working
2014-03-01 16:16:22 +00:00
Nathan Woods
db714497ec
MSVC fix
2014-03-01 13:37:36 +00:00
Ivan Vangelista
517fb96cbd
CPU interleave to fix garbled graphics (MT05276). (nw)
2014-03-01 13:21:40 +00:00
Curt Coder
61c574bf01
im6402: devcb2. (nw)
2014-03-01 11:44:11 +00:00
Miodrag Milanovic
d9128a251d
set missing endianness to match those before change (nw)
2014-03-01 11:06:58 +00:00
Alex W. Jackson
897c8ab737
Fix unused variable (nw)
2014-03-01 10:36:03 +00:00
Miodrag Milanovic
cb610cb8cf
cischeat fix, issue was that shadow flag was not set, anyway doing modify is proper thing to do (nw)
2014-03-01 09:21:23 +00:00
Miodrag Milanovic
5de61ed998
deco_ld and stactics fix (nw)
2014-03-01 09:00:50 +00:00
mahlemiut
0a1b2a2528
svga_s3: Corrected Trio64 video clock setting, based on datasheet.
2014-03-01 08:56:49 +00:00
Alex W. Jackson
e10ef2a347
lethal.c: convert to bankdev [Alex Jackson]
2014-03-01 08:53:20 +00:00
Miodrag Milanovic
a6ce94802e
fix pipedrm (nw)
2014-03-01 07:21:14 +00:00
Miodrag Milanovic
444f3c3be5
fix for moo and megatech/megaplay (nw)
2014-03-01 07:17:16 +00:00
Alex W. Jackson
78dc8f445a
simpsons.c: convert to bankdev [Alex Jackson]
2014-03-01 07:16:02 +00:00
Alex W. Jackson
88fde55dda
Support palette RAM formats that are byteswapped relative to CPU endianness [Alex Jackson]
2014-03-01 04:14:07 +00:00
Alex W. Jackson
3a92f2edea
Fix split palette RAM [Alex Jackson]
2014-03-01 00:59:37 +00:00
Roberto Fresca
c5a05fd6c0
Fixed goldstar, goldstbl, moonlght, goldfrui and super9
...
regression with new palette ram system.
2014-03-01 00:13:09 +00:00
smf-
393c1e9b7b
Added free version of uni bios v3.1 [pza]
2014-02-28 22:24:02 +00:00
Sandro Ronco
b03c3cfbd1
(MESS) Moved some carts from genius.xml to gl2000.xml/gl6000sl.xml. (nw)
2014-02-28 21:36:13 +00:00
Couriersud
f31120c7aa
Some minor performance changes. It looks like the code is limited by memory bandwidth.
2014-02-28 20:33:21 +00:00
Michaël Banaan Ananas
2030917315
ah ok, changed this one back
2014-02-28 19:57:30 +00:00
Alex W. Jackson
790e204ee0
toaplan1.c: fix and cleanup palette handling [Alex Jackson]
2014-02-28 19:40:37 +00:00
Roberto Fresca
ea8043c2d6
New games marked as GAME_NOT_WORKING
...
------------------------------------
Super Nove (Playmark) [Roberto Fresca, ANY]
2014-02-28 19:21:52 +00:00
Michaël Banaan Ananas
9321962a8a
Unknown -> unknown
2014-02-28 19:17:58 +00:00
Michaël Banaan Ananas
eab1b7af70
rm stray dot
2014-02-28 18:42:34 +00:00
Michaël Banaan Ananas
bf08a96072
holland -> the netherlands
2014-02-28 18:41:18 +00:00
Alex W. Jackson
d8bb5647a9
Fix remaining issues with indirect colors [Alex Jackson]
2014-02-28 17:56:26 +00:00
Ivan Vangelista
639daf659c
Updated f1gp.c following AWJ's clshroad.c example. (nw)
2014-02-28 17:29:15 +00:00