Commit Graph

37900 Commits

Author SHA1 Message Date
Andrew Gardner
78f95dc1d0 Updated model2 to new polygon rasterizer interface. (nw)
I *almost* was able to do this as cleanly as I would have liked.  There remains
a switch statement on line 824 in video/model2.c that I would have liked to get
rid of, but I have yet to figure out a way to pass model2_renderer's member
variable m_renderfuncs[renderer] to the FUNC macro (living inside a
render_delegate constructor) successfully.

Of course, it could be done in an entirely different manner, but that can wait
for the great Model2 rewrite of 20XX :-).
2015-09-02 17:59:16 +02:00
Andrew Gardner
6e072a1092 Removed an unnecessary display buffer added when doing a polygon rasterizer
update on midzeus2. (nw)
2015-09-02 17:45:14 +02:00
Andrew Gardner
85186c29ba Renamed "polyNew" to "poly" in midzeus2. (nw) 2015-09-02 14:47:56 +02:00
Andrew Gardner
52c2ab0239 Moved midzeus2 over to "polynew". (nw) 2015-09-02 14:00:41 +02:00
Miodrag Milanovic
70bddf12f5 Added GoogleTest and convert tests to us it (nw) 2015-09-02 13:50:20 +02:00
Andrew Gardner
a7943aa92f Clean up copyrights on things I shouldn't be listed in. (nw)
Also isolated Andrew Zaferakis' copyright to hng64_3d.c since that's where his
~700 lines of code lives. (nw)

Finally, touched up some spacing in drivers/Model2.c - converting this one
to polynew will be a little more involved and will be done on a later date. (nw)
2015-09-02 11:11:31 +02:00
Andrew Gardner
7e06343cfb A shot in the dark at fixing the clang error reported by travis (nw). 2015-09-02 09:44:51 +02:00
briantro
a47826216a quantum.c: Use actual dump from the 82S153 device - NW 2015-09-01 16:40:49 -05:00
Andrew Gardner
ab4ff59f2e Converts namcos23 to "polynew" (nw) 2015-09-01 17:11:31 +02:00
Andrew Gardner
eba313a1f2 Convert galastrm driver to render with the newer polygon interface instead of
the legacy one.  (nw)

This seems to work, and seems to adhere to the style of other "polynew" uses.
If anyone sees anything totally wrong, let me know, because I will be slowly
moving other drivers to "polynew" in the future.
2015-09-01 14:27:30 +02:00
Miodrag Milanović
c4a6be0016 Merge pull request #301 from shattered/_2a0b92b
pc_kbd/iskr1030: WIP snapshot
2015-09-01 09:04:25 +02:00
Sergey Svishchev
4ac16414b6 pc_kbd/iskr1030: WIP snapshot 2015-09-01 09:26:12 +03:00
Miodrag Milanović
dbdb2834b2 Merge pull request #300 from shattered/_52f92cf
asst128: use better ROM dumps	[shattered]
2015-09-01 08:03:56 +02:00
briantro
6776233f6a quantum.c: Doc update - NW
Add note about AVG prom assumed to be the same, remove BAD_DUMP
Add note about PLD, was a 82N153, but equations are for GAL16V8 replacement
2015-08-31 22:41:40 -05:00
briantro
77243d6137 cps1.c: Replace other hand crafted PAL with correct dump - NW 2015-08-31 22:15:29 -05:00
briantro
326ce7eb05 deco32.c: Minor doc correction - NW 2015-08-31 22:13:45 -05:00
Vas Crabb
53f301561e Add additional Korean version of Shocking from Nomax/Arcade Belgium
Game runs but some tilemaps are "scrambled" for lack of a better description.
The correct tiles appear but in the wrong places.  Possibly some
unemulated register/bits.  Doubt I'll have time to track down what's
going on, so anyone interested can have a crack at it.

New games marked as GAME_NOT_WORKING
------------------------------------
Shocking (Korea, set 2) - Dump by Nomax [Arcade Belgium]
2015-09-01 08:54:13 +10:00
briantro
f9d6bcb690 deco32.c: Fix Cut-N-Paste issue - NW 2015-08-31 16:12:22 -05:00
briantro
bdf38d1f86 deco32.c: Add PCB layout for Night Slashers DE-0395-1 2015-08-31 16:05:18 -05:00
briantro
ca8e221153 deco16ic.c: Minor doc update for Night Slashers DE-0395-1 PCB - NW 2015-08-31 15:22:59 -05:00
briantro
c22793ef94 deco32.c: Added some missing PAL dumps [Caius, WWW.JAMMARCADE.NET] 2015-08-31 14:42:54 -05:00
briantro
0373f8834c Added correct dump of VA63B.1A [Caius, The Dumping Union] 2015-08-31 13:30:27 -05:00
Sergey Svishchev
a602baabd8 asst128: use better ROM dumps 2015-08-31 21:17:40 +03:00
Andrew Gardner
9f23270e5d Removed final (?) references to "Poly New", fixing two header guards and a
couple of comments. (nw)
2015-08-31 13:20:52 +02:00
Lord-Nightmare
7f37824e46 remove outdated comments, and other comment updates to tms5220 (nw) 2015-08-30 16:38:16 -04:00
Lord-Nightmare
fbacff0ace TMS5110: Add same FAST_START_HACK as in tms5220, makes snmath word delay closer to hardware. [Lord Nightmare] 2015-08-30 16:36:38 -04:00
Miodrag Milanovic
1a197f1856 fixed logging (nw) 2015-08-30 14:44:07 +02:00
Miodrag Milanovic
ab8f969618 fixed compile (nw) 2015-08-30 14:41:11 +02:00
Miodrag Milanović
35ab28d865 Merge pull request #297 from shattered/_9fcddd8
Add skeleton support for K1801VM2 (as clone of T11) and skeleton driver dvk_kcgd that uses it [shattered]
2015-08-30 14:35:45 +02:00
Sergey Svishchev
28287d2970 New skeleton: dvk_kcgd (colour graphics display controller for DVK series) 2015-08-30 15:06:06 +03:00
Sergey Svishchev
ae053d119a Add skeleton support for K1801VM2 (as clone of T11), change relevant drivers to use it. 2015-08-30 15:06:06 +03:00
Miodrag Milanović
3c44b77052 Merge pull request #295 from shattered/_c60338d
at, at_keybc: hook up Display Switch and remove irrelevant DSW0 [shattered]
2015-08-30 11:43:24 +02:00
Miodrag Milanović
e4b371385c Merge pull request #294 from shattered/_276b447
besta: hook up 68230 and make its ROM self-test pass [shattered]
2015-08-30 11:43:00 +02:00
Sergey Svishchev
47c125bfa8 at, at_keybc: hook up Display Switch 2015-08-30 12:32:23 +03:00
hap
ce285e1d62 fix snmath decimal point 2015-08-29 23:34:07 +02:00
Sergey Svishchev
3c6ece16c4 besta: hook up 68230 2015-08-30 00:13:21 +03:00
Sergey Svishchev
6e35ccc0e8 68230: handle Port C Data Direction Register (register 4) 2015-08-30 00:13:21 +03:00
Curt Coder
cc5a3abdea c64_flop.xml: Added Elektra Glide and KoalaPainter. [Curt Coder] 2015-08-29 22:16:38 +03:00
R. Belmont
48d414360c Merge pull request #287 from felipesanches/canons80
initial skeleton driver for Canon S-80 typowriter
2015-08-28 15:32:08 -04:00
arbee
f63386f674 groundfx.c: fix accelerator [baritonomarchetto] 2015-08-28 15:30:29 -04:00
Curt Coder
c5b6f5d2ad a800_flop.xml: Added Elektra Glide and KoalaPainter. [Curt Coder] 2015-08-28 22:07:16 +03:00
Scott Stone
5823b95d9b Comment LOG lines which are causing "error: unknown conversion type character 'l' in format [-Werror=format=]" and stopping successful compile (nw) 2015-08-28 13:38:35 -04:00
Scott Stone
c6d7fcd22e Merge branch 'master' of https://github.com/mamedev/mame 2015-08-28 12:59:45 -04:00
R. Belmont
7e7f6582ae Merge pull request #293 from JoakimLarsson/m0165_fcc1_3
M0165 fcc1 3
2015-08-28 12:59:04 -04:00
Scott Stone
82a3aa3d00 Merge branch 'master' of https://github.com/mamedev/mame 2015-08-28 12:58:57 -04:00
Scott Stone
1dab1382aa Merge branch 'master' of https://github.com/mamedev/mame 2015-08-28 12:58:14 -04:00
R. Belmont
344e94e604 Merge pull request #290 from einstein95/megadriv-patch
Fix for ddanpei and ninjab (nw)
2015-08-28 12:58:01 -04:00
Scott Stone
22eb94cb71 Commented MCFG_QUANTUM_TIME() entries in zaccaria.c driver and tested each game and noticed no ill effects. Money Money and Jack Rabbit now run over two times faster than before, overall. (nw) 2015-08-28 12:57:43 -04:00
R. Belmont
0c51a75f3f Merge pull request #262 from ensjo/patch-1
NE555 timing fixed, cleaner schematics found.
2015-08-28 12:57:37 -04:00
R. Belmont
6ef1691654 Merge pull request #291 from rzero9/patch-1
Added three new Sharp X1 dumps
2015-08-28 12:56:37 -04:00