Commit Graph

66059 Commits

Author SHA1 Message Date
cracyc
072ae8d701
luaengine: add machine_flags library (#5048) 2019-05-13 14:53:08 -05:00
AJR
6fa973d6b0 pk8020: Screen raw parameters (nw) 2019-05-13 14:49:41 -04:00
hap
561cb3b964 c64 mouse: add note (nw) 2019-05-13 20:44:53 +02:00
feos
b08bb5b244 luaengine: make machine_flags fields of game_driver rather than a new table 2019-05-13 21:19:41 +03:00
AJR
137a4109b9 z100: 8041 keyboard controller dumped [Herb Johnson] 2019-05-13 14:03:20 -04:00
Curt Coder
e25255a525 c64: Added skeleton for BusCard II cartridge. [Curt Coder] 2019-05-13 20:49:35 +03:00
hap
582b9e279f c64: added mouse controller (nw) 2019-05-13 19:12:23 +02:00
Ivan Vangelista
88190884b6 royalmah.cpp: updated dips for mjdiplob - MT05553 (nw( 2019-05-13 18:33:21 +02:00
Ivan Vangelista
34bf555ff1 compc.cpp: corrected typo in production year for compc1, srcclean-ed (nw)
mame.lst: srcclean-ed (nw)
seta.cpp: removed stray semi-colon (nw)
2019-05-13 18:30:36 +02:00
Curt Coder
d3a924a25a c64: Interpod WIP. (nw) 2019-05-13 19:20:17 +03:00
hap
b743903488 c64 fcc: clear comms flags on reset (nw) 2019-05-13 17:36:51 +02:00
hap
9300a0c518 c64 fcc: rename roms (nw) 2019-05-13 16:41:31 +02:00
Dirk Best
678036bb78 splus: Fix segfaults for sets spset005, spset015, spset026 2019-05-13 16:31:08 +02:00
hap
87f72ffe10 c64 fcc: don't use romh for external rom (nw) 2019-05-13 16:12:16 +02:00
AJR
19158e52c6 dc320e: Make board self-ID as 320E rather than 820B (nw) 2019-05-13 10:08:08 -04:00
AJR
40f4e19dbf i82355: Use standard EISA board name format (nw) 2019-05-13 09:50:12 -04:00
rfka01
c4e4778015 at.cpp: Siemens-Nixdorf notebooks (non-working) and 486 mainboards, (#5046)
* at.cpp: Siemens-Nixdorf notebooks (non-working) and 486 mainboards, Nixdorf 286

* at.cpp: more pcd-4nd

* at.cpp Siemens-Nixdorf PCD-3Nsx notebook

* at.cpp: TA Walkstation DX and SX

* at.cpp: Nixdorf Laptops 8810 M15, M16 CGA and M16 VGA
2019-05-13 09:11:28 -04:00
AJR
69c66e3046 raiden2.cpp, r2dx_v33.cpp: Buffer sprite RAM (fixes zeroteam starting bikes); minor improvement to sprite sort DMA 2019-05-13 09:02:36 -04:00
Curt Coder
d8e072cd5e c64: Emulated the BusCard IEE-488 / Centronics cartridge. [Curt Coder] 2019-05-13 15:58:02 +03:00
Patrick Mackinlay
7131463c21 r4000: housekeeping (nw) 2019-05-13 12:31:06 +07:00
arbee
8ec45b8865 Omitting braces style is the devil (nw) 2019-05-12 20:46:59 -04:00
arbee
ed75599352 apple2: fix long hang on SCSI Card boot when a CD-ROM is present with no disc inserted [R. Belmont] 2019-05-12 20:33:01 -04:00
hap
4cfb9da708 New working clone added
----------
Shuttle Voyage [Sean Riddle, avlixa]
2019-05-13 00:37:50 +02:00
AJR
4ef8ba4786 z8000: Register save state; misc. cleanup 2019-05-12 17:08:16 -04:00
braintro
ab914cd099 New working clone
New working clone
------------------
Last Fortress - Toride (Japan, VG460 PCB) [twistedsymphony]
2019-05-12 14:30:00 -05:00
mooglyguy
ebb591c233 -newport: Fixed fast-clear mode. [Ryan Holtz] 2019-05-12 20:38:34 +02:00
mooglyguy
e9a84bc89e -ioc2: Fixed mappable interrupt checks. Fixes IRIX 6.5 installer hanging on keyboard input. [Ryan Holtz]
-r4000: Changed LL/SC behaviour to not use a write tap. Possibly incorrect behaviour, but IRIX 6.5 installer doesn't hang anymore on miniroot creation, nw
2019-05-12 20:38:34 +02:00
Robbbert
7388d5bd12 (nw) studio2,eti660,tmc1800,vip: added notes; reverted my change of a week ago 2019-05-13 03:07:18 +10:00
Nigel Barnes
5f68641241 bbc: Implemented PMS Genie ROM device. 2019-05-12 16:10:39 +01:00
feos
7a1721a812 luaengine: add machine_flags library 2019-05-12 16:39:07 +03:00
couriersud
4437d3bbc2 netlist: array -> std::array (nw) 2019-05-12 14:08:16 +02:00
couriersud
4be4bb12e9 galaga: Manually apply pull request #3532: star field lfsr
implementation

Manually applied the lfsr part of #3532 and verifying against static
star field. Also added documentation and my findings about the known
star field decoding algorithms.
2019-05-12 14:08:15 +02:00
Ivan Vangelista
380fb5d313 seta.cpp: added 2nd player inputs for kiwame (nw) 2019-05-12 11:15:40 +02:00
Ivan Vangelista
0a0f485837 firetrk.cpp: added small note. Info provided by Andrew Welburn (nw) 2019-05-12 09:39:06 +02:00
Ivan Vangelista
6701ce5388 taito_f2.cpp: fixed driveout regression (nw) 2019-05-12 08:20:24 +02:00
rfka01
2522441bf8 pc.cpp: Moved Commodore PC-I to compc.cpp, added BIOS version that runs (#5038)
* pc.cpp: Moved Commodore PC-I to compc.cpp, added BIOS version that runs

* at.cpp: added Commodore Tower 386 and 486

* genpc.cpp: added BIOS version

* at.cpp: 286 BIOS variants
2019-05-11 21:33:39 -04:00
cam900
9cfb071b0e mlanding.cpp : Updates (#5039)
Simplify handlers, Reduce duplicates, Runtime tag lookups, Reduce unnecessary lines, Use shorter / correct type values
2019-05-11 21:33:29 -04:00
Robbbert
efedada9be (nw) megadriv.xml : fixed validation error, removed not needed offset=0 2019-05-12 11:13:37 +10:00
hap
f748a7fe59 Software list items promoted to working
---------------------------------------
c64_cart: The Final ChessCard (Ger, v1.0) [hap]

New working software list additions
-----------------------------------
c64_cart: The Final ChessCard (Eng, v1.0) [hap, Ratuv]
c64_cart: The Final ChessCard (Ger, v1.5) [hap, DDI]
2019-05-12 01:28:02 +02:00
MetalliC
fa2c75735a note (nw) 2019-05-12 00:59:49 +03:00
Scott Stone
2a4f015a8f megadriv.xml: Per Stiletto, adjusted some carts to a "baddump" status based on comments in softlist. (nw) 2019-05-11 16:29:57 -04:00
couriersud
1d3ace8cb4 netlist: remove base_dummy class and fix CD4020 VCC/VDD. 2019-05-11 21:24:41 +02:00
AJR
5c9d51b860 pk8020: Major update
- Emulate programmable logic device used for banked address decoding
- Improve serial port/USART hookup
- Save state support
- Massive code cleanup
2019-05-11 14:41:10 -04:00
Nigel Barnes
037714e412 bbc: Added ATPL AutoPrommer and User Port Splitter devices. 2019-05-11 18:42:27 +01:00
Nigel Barnes
a4503eb57a electron_cass.xml: Corrections to year and publisher (nw) 2019-05-11 18:42:27 +01:00
Nigel Barnes
e0f9fdf1f8 dragon.cpp: Added Premier Sprites board. 2019-05-11 18:42:27 +01:00
Nigel Barnes
d4ab3c5549 coco12.cpp: Added handlers for CTS region $C000-$FEFF, allows cartridges to implement devices in this region. 2019-05-11 18:42:27 +01:00
Curt Coder
7255f87b9e c64: Route LORAM to expansion port interface for BusCard. [Curt Coder] 2019-05-11 20:16:37 +03:00
R. Belmont
b329fa3125
Merge pull request #5035 from cam900/galastrm_args
galastrm.cpp : Updates
2019-05-11 10:33:37 -04:00
R. Belmont
208f1aca88
Merge pull request #5034 from cam900/namcos2_sprite_a
namcos2_sprite.cpp : Updates
2019-05-11 10:33:26 -04:00