Commit Graph

46837 Commits

Author SHA1 Message Date
David Haywood
8df6a532e0 found oki bank (nw) 2016-10-05 18:58:33 +01:00
David Haywood
34b65e32b2 checked a box too early (nw) 2016-10-05 18:17:13 +01:00
David Haywood
a3a852e0a4 various improvements.
if anybody wants to help with the inputs, would be appreciated.

test mode seems quite broken, I'm wondering if it's CPU core bugs.
2016-10-05 18:14:21 +01:00
David Haywood
a32bbdf009 figured out 2 of the dipswitches. 2016-10-05 16:52:28 +01:00
David Haywood
1bdbde7fa8 (nw) 2016-10-05 16:42:02 +01:00
David Haywood
73a81eaa39 some work on the inputs / sound (nw) 2016-10-05 16:12:03 +01:00
David Haywood
5b013a346c a 16-bit 556 split access palette (8+8) on a 32-bit bus... ok... 2016-10-05 15:12:30 +01:00
David Haywood
1f10ae9609 new NOT WORKING
Mahjong Senpu [system11. David Haywood]

displays the game image, upside down, no palette for now, no inputs for now, no sound for now, going to continue work on it.
2016-10-05 14:35:33 +01:00
MetalliC
fb89088f3f istrebiteli: a bit of guesswork (nw) 2016-10-03 17:57:44 +03:00
therealmogminer@gmail.com
8be20c8cbf Change 6840ptm to use an array of devcb_write_line, nw 2016-10-03 16:55:03 +02:00
therealmogminer@gmail.com
042f15a578 -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] 2016-10-03 16:29:42 +02:00
hap
dad928b11f fidel6502: update notes (nw) 2016-10-03 16:11:08 +02:00
Vas Crabb
3a3efaec8f Merge pull request #1471 from ajrhacker/natkeyboard
Separate natural keyboard support from ioport.cpp (nw)
2016-10-03 21:41:13 +11:00
briantro
e08799a94e apple2.xml: Correct Miner 2049er image
old image was hacked to give way too many players.
High scores manually reset 5K, 4K, 3K, 2K & 1K
2016-10-02 21:57:01 -05:00
cracyc
83517be327 rainbow: Add color board [Bavarese]
* first incarnatation of the Color Graphics Option for Rainbow-100 B
* Clock, VRAM reads/writes + values of uninitialized registers still unverified
* (see BUGS section in main driver).

vis: checkpoint (nw)
2016-10-02 20:40:44 -05:00
MetalliC
e2e65c9613 istrebiteli: preliminary "sound" 2016-10-03 01:27:30 +03:00
briantro
7747e7a1b9 more apple2.xml disk images
replace some images with known clean versions

New additions to apple2.xml:
Portal [TRex}
Law of the West [TRex]
2016-10-02 16:55:18 -05:00
hap
c8c51551fc fidel6502: fix low battery status in Excellence sets (nw) 2016-10-02 23:43:57 +02:00
R. Belmont
7d31073ec2 Merge pull request #1455 from MASHinfo/master
Fixed missing ARISTOCRAT_MK5_BIOS defines addition
2016-10-02 15:20:40 -04:00
R. Belmont
095ecdc445 Merge pull request #1458 from einstein95/master
Remove 2nd joystick from omv1000
2016-10-02 15:19:42 -04:00
R. Belmont
b07d7c5d63 Merge pull request #1466 from npwoods/fix_imgtool_mac_overflow
[Imgtool Mac Module]  Fixed an unsigned overflow error that would causes crashes on 64 bit systems
2016-10-02 15:19:19 -04:00
Olivier Galibert
cfed90ea81 Merge pull request #1477 from mamehaze/021016_2
make model 1 render list scanning code safer by masking accesses to t…
2016-10-02 20:05:47 +02:00
hap
2d067bd598 New clones added
------------
Fidelity The Excellence (model EP12) [anonymous]
Fidelity The Par Excellence (model 6083) [anonymous]
2016-10-02 18:57:17 +02:00
David Haywood
16b1e28eb5 make model 1 render list scanning code safer by masking accesses to the ram size and using less pointer math
without this invalid displaylists can easily crash MAME because the pointer artihmetic can end up going way beyond RAM sizes with no easy way to mask.

(netmerc still crashes due to other things tho)
2016-10-02 17:24:28 +01:00
hap
5f7cf25d08 New clone added
-----------
Fidelity The Excellence (model 6080) [hap, yovan]

nw note: This also splits model 6080b/6093 into 2 sets, they have the same program rom. The difference is one board has a 7seg display, other one not.
2016-10-02 18:18:47 +02:00
therealmogminer@gmail.com
82611ecd4b -cmi2x: Fixed envelope terminal flag diagnostic. [Ryan Holtz] 2016-10-02 17:34:32 +02:00
Ivan Vangelista
bd13845d7a Merge pull request #1476 from mamehaze/021016_2
allow netmerc to boot
2016-10-02 17:01:09 +02:00
MetalliC
0441a1ca0a notes (nw) 2016-10-02 16:43:11 +03:00
MetalliC
a400472506 istrebiteli: implement sprite collision, bunch of fixes, promote to WORKING [MetalliC] 2016-10-02 16:23:40 +03:00
David Haywood
60f3d9367a allow netmerc to boot
there still seems to be something uninitialized or some memory corruption as quite often it will crash instead of launching, but if it does launch you can get a title screen and attract demo with some 3d.  roms pass in rom test now too.

3d is quite broken, lots of polys being stretched in weird ways and no 3d palette.
2016-10-02 14:17:52 +01:00
Ivan Vangelista
8d1e98fa34 Merge pull request #1473 from mamehaze/300916
redump irrmaze v2 rom and fix rom loading [Brian Hargrove, Razoola]
2016-10-02 14:23:31 +02:00
Ivan Vangelista
3984e61d7e Merge pull request #1474 from mamehaze/021016
make wingwar360 not crash on startup.
2016-10-02 14:23:06 +02:00
David Haywood
fa3fe71c9c make wingwar360 not crash on startup.
(however, it hangs after you insert coins waiting for the safety bar to lower, also collisions in wingwar still seem broken since the swa work)
2016-10-02 13:09:42 +01:00
David Haywood
cfb60e0bbe redump irrmaze v2 rom and fix rom loading [Brian Hargrove, Razoola]
(no xml update as this cart isn't in the softlist as it was for a dedicated machine with custom bios only)
2016-10-02 12:30:35 +01:00
Ivan Vangelista
d561df4178 Merge pull request #1470 from mamehaze/300916
new NOT WORKING   Puzzle Yutnori [system11]
2016-10-02 08:24:22 +02:00
briantro
5ba3015b2d yet more hash issues.. I'll figure it out soon - NW 2016-10-02 00:22:48 -05:00
briantro
dc4a5e14e3 try again... fixes for recent hash additions 2016-10-02 00:18:48 -05:00
briantro
5db156a5a3 new Apple2 & Apple2gs disk images
apple2.xml:
Where in Time is Carmen Sandiego v1.0 [TRex]
ProDOS v2.4.1 [John Brooks]
UniDOS 3.3 Plus v2.0.1
UniDOS Plus v2.1

apple2gs.xml:
UniDOS 3.3 Plus v2.0.1
UniDOS Plus v2.1
2016-10-02 00:14:02 -05:00
AJR
f1b0dfe64a Separate natural keyboard support from ioport.cpp (nw) 2016-10-02 00:07:43 -04:00
David Haywood
c0d88c8de7 rename game based on
http://mamedev.emulab.it/undumped/index.php?title=Puzzle_Yutnori
2016-10-01 23:46:14 +01:00
David Haywood
a8b2af99eb (nw) 2016-10-01 21:02:46 +01:00
hap
53ae060484 Machine promoted to working
---------------
Fidelity Elite A/S Challenger [hap]
2016-10-01 21:58:26 +02:00
David Haywood
a944baf09f new NOT WORKING Puzzle 'unknown' XXX [system11]
need title translated.
there's a PIC used for some kind of protection and maybe sound handling, I've patched out some dead loops it ends up in, but needs more investigation; I don't see any obvious / direct writes for the OKI M6295s either.
PCB is basically non-working.
marked as NOT WORKING because I have no idea how to play it, so can't verify if it works.
2016-10-01 20:36:36 +01:00
Ivan Vangelista
0e2299e424 new NOT WORKING clones
______________________
Wing War R360  [Ordyne, The Dumping Union]

Starts but fatal errors after a few seconds (TGP FIFOOUT underflow (0))
2016-10-01 10:31:21 +02:00
briantro
f311f5e818 apple2.xml: Fix "&" issue - NW 2016-09-30 16:49:39 -05:00
hap
feac1eca10 feasbu: small correction to romload (nw) 2016-09-30 22:26:23 +02:00
Wilbert Pol
9dc387da7f Fix non-debug compile (nw) 2016-09-30 22:15:46 +02:00
Wilbert Pol
c3e0ead534 gb.cpp: Some cpu, sound, and video updates (nw) 2016-09-30 22:06:39 +02:00
MetalliC
8566a1fd10 istrebiteli: almost playable, TODO sprite collision (nw) 2016-09-30 19:49:40 +03:00
Ivan Vangelista
aa22927b9c New NOT WORKING machine
=======================
Grande Fratello (Ver. 1.7) [f205v]

As usual with the games in itgambl2.cpp, it lacks the h8 internal ROM
2016-09-30 18:21:48 +02:00