Commit Graph

37867 Commits

Author SHA1 Message Date
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
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
Joakim Larsson Edstrom
06e8aef36c Started LO command support, to be able to upload S-records to fccpu1 over serial host port 2015-08-28 09:25:59 +02:00
Joakim Larsson Edstrom
3672a90e64 Added layout file for fccpu1 2015-08-28 09:25:58 +02:00
Joakim Larsson Edstrom
cab1a40467 Added centronics-ish interface support for the fccpu1 board as expected by the system ROM, tested and works 2015-08-28 09:25:52 +02:00
Lord-Nightmare
66b36b336f TMS5220: Purge process() of gotos to hopefully make the compiler's optimizer happier. Add a hack so Victory's "Shields Up" sample and the sample afterward aren't corrupted. [Lord Nightmare] 2015-08-28 03:11:28 -04:00
Scott Stone
3b72af8a26 Merge branch 'master' of https://github.com/mamedev/mame 2015-08-27 21:16:22 -04:00
briantro
c6a331390a midxunit.c: Do the same as the parent.
Not sure why the CPU code is reloaded in with the graphics roms at 0xe00000 but the parent set does it, so make the new proto set do the same with the proto data.
2015-08-27 20:07:51 -05:00
Scott Stone
28f10ac420 Added missing PLD for Quantum. [Andrew Welburn] 2015-08-27 20:58:39 -04:00
couriersud
bce5387096 Some pedantic netlist changes. (nw) 2015-08-28 01:17:21 +02:00
Lord-Nightmare
12d07f9174 TMS5220: implemented talk status state machine properly as shown by patent. Got rid of m_target_* hack in favor of loading data from ROM as needed. Fixed ZPAR logic. Fixed pitch zeroing to match(?) patent. [Lord Nightmare] 2015-08-27 19:08:56 -04:00
Lord-Nightmare
b6ca87aaf6 TMS5110.c: Finally fixed zpar logic correctly. [Lord Nightmare] 2015-08-27 18:45:57 -04:00
Olivier Galibert
44f830bfc4 Merge pull request #292 from tomyun/fix-emudummy
Fix GAME_NO_SOUND in emudummy
2015-08-27 21:12:08 +02:00
briantro
45bc19ced1 new Revolution X proto added
New Clone Added
----------------------------------------
Revolution X (prototype, rev 5.0 5/23/94) [Chris Engel]
2015-08-27 10:58:34 -05:00
Vladimir Kryvian
27f3177dda Update window.c
Just a mistype.
2015-08-27 15:06:01 +03:00
Vladimir Kryvian
d7cf28647a Fixed create_window_class
First, try to unregister previously registered class.
2015-08-27 14:10:21 +03:00
Vladimir Kryvian
ee826f16cb Fixed register_window_classcreate_window_class
First, try to unregister previously registered class.
2015-08-27 14:08:38 +03:00
Vladimir Kryvian
d1c123beeb Fixed register_window_class
First, try to unregister previously registered class.
2015-08-27 14:07:13 +03:00
Vladimir Kryvian
40b357731b Fixed register_window_class
First, try to unregister previously registered class.
2015-08-27 14:05:59 +03:00
Kyungdahm Yun
2afb393744 emudummy.c: change GAME_NO_SOUND to MACHINE_* 2015-08-27 03:24:26 -07:00
r09
3f00c58601 Made a few mistakes with the sizes, fixed 2015-08-27 12:00:03 +02:00
r09
30405be2ac Added three new Sharp X1 dumps 2015-08-27 10:52:24 +02:00
Lord-Nightmare
0d645cc62b TMS51xx: Got rid of the request_bits and FIFO implementation, both of which were incorrect to hardware. Minor ZPAR fix. Some comment cleanup. [Lord Nightmare] 2015-08-26 19:41:16 -04:00
hap
9f6640deb5 turned folder rights the other way around 2015-08-26 23:09:47 +02:00
briantro
b951fc36ff lethalj.c: Fix Cut-N-Paste - NW 2015-08-26 13:49:36 -05:00
briantro
a31c3e5df5 lethalj.c: Found a PCB with more descriptive labels - NW
Changed the ROM names to reflect the new information in case a different version is found in the future.
2015-08-26 13:41:15 -05:00