Commit Graph

32070 Commits

Author SHA1 Message Date
etabeta78
2e9296f0a5 (MESS) softlist: Added new lists for Sord M5 and PTC SOL-20 cassettes. [Riley110]
(MESS) softlist: Added info in many Eastern Europe computer softlists. [Riley110]

also, renamed a few lists for consistency.
2014-11-05 07:41:36 +01:00
cracyc
f064ff9982 (mess) num9rev: add number 9 revolution 512x32 [Carl]
---
Only the demo programs tested for now
2014-11-04 19:39:38 -06:00
mooglyguy
8ed26fea73 rspdrc: Added undocumented ops VADDB, VACCB, VSUBB, and VSUCB. [MooglyGuy] 2014-11-04 23:12:31 +01:00
Curt Coder
37a7ded8af (MESS) victor9k: Floppy WIP. (nw) 2014-11-04 23:37:05 +02:00
Sergey Svishchev
e7492ad4be dvk_ksm: DEC VT52-compatible video terminal 2014-11-05 00:20:12 +03:00
briantro
f2f90cf34c vigilant.c: Consistency, some hade "Rev." and others just "Rev" - NW 2014-11-04 14:34:27 -06:00
briantro
2212fec83c coolridr.c: Add a note about "Aqua Stage" also running on Sega H1 hardware. - NW 2014-11-04 14:25:29 -06:00
hap
71933553c1 improved cpu clock and speaker lvl 2014-11-04 21:07:31 +01:00
Ramiro Polla
ff2a135bd3 upd7810: return meaningful value when PC3 is in control mode
When PC3 is in control mode, it acts as INT2 and external Timer Input.
INT2 may be set by connected devices through set_input_line(), so its
value can be used when reading or writing to PC3. There is currently
no code to support external timer input.
2014-11-04 19:47:54 +01:00
Ramiro Polla
adffc17cf5 upd7810: correctly deal with external interrupts 2014-11-04 18:58:05 +01:00
Ramiro Polla
10e4408757 upd7810: treat NMI like other interrupts 2014-11-04 18:57:58 +01:00
Ramiro Polla
2ce38beb19 upd7810: remove gamemaster hack for INTFE1
The extended timer has been properly implemented in upd7810.
Tested with Continental Galaxy 2020.
2014-11-04 18:56:05 +01:00
hap
282a6e03a5 small cleanup to merlin.c, it is very similar to simon.c
I want to redo the merlin layout later, make it more similar/appealing.
2014-11-04 18:18:28 +01:00
Dirk Best
d185076946 epson cpm softlist: change n/a to unofficial 2014-11-04 17:38:55 +01:00
mooglyguy
2b3cbb6737 rspdrc: Fix crash on Linux when recompiling BREAK opcode. [MooglyGuy, Firewave] 2014-11-04 16:04:55 +01:00
Dirk Best
97ab6c5d86 px4: fix initial rs232 status after reset and add the dram test
replacement roms
2014-11-04 15:41:50 +01:00
Oliver Stöneberg
7b60b5093b flush drcuml.asm log (nw) 2014-11-04 15:36:32 +01:00
mooglyguy
be464dfbfe mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy]
rsp: Fixed left-shift-of-signed-value issues. [MooglyGuy]
2014-11-04 14:14:26 +01:00
mamehaze
7107912156 correct patches for drgw2hk [iq_132] 2014-11-04 10:43:40 +00:00
Alex W. Jackson
d2658487c1 px4.c: safer portability fix (nw) 2014-11-03 23:16:53 -05:00
cracyc
d3331b3eed upd7220: shift screen down by vbp (nw) 2014-11-03 21:31:47 -06:00
cracyc
97dd5ba87d (mess) upd7220: duh (nw) 2014-11-03 19:22:38 -06:00
mamehaze
23657cbbc8 Merge branch 'master' of https://github.com/mamedev/mame 2014-11-04 00:52:17 +00:00
mamehaze
09fa96295c just test code (nw) 2014-11-04 00:51:52 +00:00
arbee
4532e4e7a6 OS/2 build fixes [KO Myung-Hun] 2014-11-03 19:48:51 -05:00
arbee
de9d74f3ea fix non-Windows compile (nw) 2014-11-03 19:44:41 -05:00
Robert
4961e56d93 MT 05776 2014-11-04 09:57:43 +11:00
hap
5e92cabf1a (MESS)
New System Drivers Supported:
-----------------------------
Simon [Sean Riddle, hap]
2014-11-03 23:55:57 +01:00
Scott Stone
89d48a0839 Cleanup of unwanted comment (nw) 2014-11-03 17:18:17 -05:00
cracyc
2e1b97ca59 upd7220: Bresenham line drawing [Carl]
--
Fills the gaps that were breaking adventureland
2014-11-03 15:14:32 -06:00
mooglyguy
cc037b44f4 n64: Fix up how negative values are handled in VRSQL/VRCPL [MooglyGuy] 2014-11-03 22:10:09 +01:00
Curt Coder
af8b0eedcd (MESS) victor9k: Floppy WIP. (nw) 2014-11-03 22:53:00 +02:00
mooglyguy
e3680d1c8f rsp: Add VNOP, VNULL, and VRSQ instructions. [MooglyGuy] 2014-11-03 21:18:52 +01:00
Dirk Best
f4737e2a4e px4: support clock reading & writing 2014-11-03 21:10:44 +01:00
briantro
e90699883e vigilant.c: Misc updates / corrections - NW
Make the unknown World set a bootleg. Use the correct roms for the World Rev C version. Standardize a few rom names and or add IC location where possible. Add a note about need to verify / correct the rom sets for the US versions. - NW
2014-11-03 14:09:47 -06:00
Curt Coder
eee1cbdc5e (MESS) victor9k: Floppy WIP. (nw) 2014-11-03 22:00:29 +02:00
mooglyguy
841e3376cc n64: Abort MIPS timeslice when unhalting RSP. Fixes many RSP tests. [MooglyGuy] 2014-11-03 20:35:23 +01:00
briantro
5354cc912f segas18.c: Fill in the dipswitches for Hammer Away. [Brian Troha]
Out of whatsnew: made the Hammer Away addition conform to the driver. IE: Alphabetize, spacing, header ect.... - NW
2014-11-03 13:25:37 -06:00
mamehaze
648becfd2a Merge branch 'master' of https://github.com/mamedev/mame 2014-11-03 18:37:29 +00:00
Curt Coder
ccc693ab47 (MESS) abc99: Identified unknown ROMs. [robcfg] 2014-11-03 20:36:59 +02:00
mamehaze
7241a7a82b missed a line (nw) 2014-11-03 18:36:44 +00:00
mamehaze
011e198c22 new clones
Vigilante (World, Rev E) [system11]

(also identified the Japan set as Rev. D)
2014-11-03 17:18:06 +00:00
Dirk Best
c1157f3ab6 px4: use nvram for main memory 2014-11-03 16:33:44 +01:00
Dirk Best
6bcf6d8e9b px4: clean ups 2014-11-03 16:33:40 +01:00
mooglyguy
631086ed42 rdp: Do LOD calculation even in 1-cycle mode. Fixes many tests. [MooglyGuy] 2014-11-03 15:50:30 +01:00
mamehaze
aa2ae4a392 new clones
Dragon World II (ver. 100H, Hong Kong [Hokg Kong]) [rtw]

(not yet working, needs correct protection details adding)
2014-11-03 14:27:46 +00:00
Curt Coder
48edf48e1a (MESS) victor9k: Floppy WIP. (nw) 2014-11-03 14:54:27 +02:00
etabeta78
ce28862753 enabled a few C64 cart types from fullpath (.crt format), sync castool
with the supported tape formats + fixed misc typos and c'n'p mistakes
reported by Riley110. nw.
2014-11-03 12:35:14 +01:00
etabeta78
bc7c6374cc Merge branch 'master' of https://github.com/mamedev/mame 2014-11-03 11:18:15 +01:00
etabeta78
1c48212797 fixed obvious typo. nw. 2014-11-03 11:17:15 +01:00