Commit Graph

28578 Commits

Author SHA1 Message Date
Alex W. Jackson 8e8bcf7eba Fix flstory.c (nw) 2014-03-02 10:32:17 +00:00
Robbbert 7d73cb954c (MESS) bmjr : fixed shift key when pasting (reported by Anna Wu) 2014-03-02 10:04:03 +00:00
Miodrag Milanovic f49a1f82a9 fixed tumbleb (nw) 2014-03-02 09:56:36 +00:00
Miodrag Milanovic abdc787f2d placed hack in driver_init hacks (nw) 2014-03-02 09:12:14 +00:00
Miodrag Milanovic bb07cb9a41 In case there is driver init available, we update palettes after it (nw) 2014-03-02 08:50:18 +00:00
Miodrag Milanovic bc57e5824a Fix rest of mess issues (nw) 2014-03-02 08:29:24 +00:00
Alex W. Jackson 3c4cb26006 Fix nycaptor.c crash, fix m92.c properly [Alex Jackson] 2014-03-02 08:15:25 +00:00
Alex W. Jackson 3a7c823c08 Convert aliens.c to bankdev, fix jclub2.c crash [Alex Jackson] 2014-03-02 05:38:17 +00:00
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 5db954c508 Changes to factor in screen width in addition to height when calculating
minimum UI font size.  Also added logic to "floor" render targets at
320x240 to guarantee a usable menubar.
2014-03-01 15:28:42 +00:00
Nathan Woods f898725b71 Added logic to keep menus from spilling off the right of the screen 2014-03-01 14:32:35 +00:00
Nathan Woods bfcd67e37b Merge branch 'master' of ssh://mess.org/mame into new_menus 2014-03-01 13:38:43 +00:00
Nathan Woods db714497ec MSVC fix 2014-03-01 13:37:36 +00:00
Nathan Woods 0d2be2e176 Merge branch 'master' of ssh://mess.org/mame into new_menus 2014-03-01 13:33:05 +00:00
Nathan Woods 1f795dc0f3 Merge branch 'master' of ssh://mess.org/mame into new_menus 2014-03-01 13:32:47 +00:00
Nathan Woods 4f62bb7e88 Merge branch 'master' of ssh://mess.org/mame into new_menus 2014-03-01 13:31:07 +00:00
Nathan Woods 5a9bb898b6 Merge branch 'master' of ssh://mess.org/mame into new_menus 2014-03-01 13:29:34 +00:00
Nathan Woods 8efe770ed8 Merge branch 'master' of ssh://mess.org/mame into new_menus 2014-03-01 13:29:25 +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