Commit Graph

37891 Commits

Author SHA1 Message Date
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
R. Belmont
7045943321 Merge pull request #265 from superctr/master
C352: Add divider for System 23, change enum format
2015-08-28 12:55:32 -04:00
R. Belmont
7cec959bf8 Merge pull request #289 from DrMefistO/master
Fixed GetModuleHandle to be universal.
2015-08-28 12:54:57 -04:00
Robbbert
13fcf1d56a sf2m9: improved the picture 2015-08-28 20:52:22 +10:00
r09
d5836616bd Fixed machgjoe title formatting 2015-08-28 10:47:08 +02:00
yz70s
3ef784a728 xbox.c: add values for pic challenge handshake (nw) 2015-08-28 10:08:56 +02:00
yz70s
ece079aa74 chihiro.c: under the hood 3d accelerator changes [Samuele Zannoli]
-correct some errors
	-add more primitives to some graphic methods
	-add color mask support
	-method 0x100 (NOP) generates correct interrupt
	-some method parameters are readable from mmio registers
2015-08-28 10:08:55 +02:00
Lord-Nightmare
017ebde24e TMS5110: Purge process() of gotos to hopefully make the compiler's optimizer happier. [Lord Nightmare] 2015-08-28 03:43:30 -04:00
Joakim Larsson Edström
040b346fce Fixed user expansion socket cart support through very ugly byteswap in read handler, must be fixed better later 2015-08-28 09:26:01 +02:00
Joakim Larsson Edstrom
7ba539c6a0 Added VME local address mapping to dummy access methods 2015-08-28 09:26:00 +02:00