Commit Graph

72557 Commits

Author SHA1 Message Date
cracyc
4a20b56e62 m24: move pcosm24 to m24 softlist (nw) 2020-04-17 20:16:23 -05:00
AJR
4dd6521546 z8000: Fix unreliable order of operations in operand calculation for certain instruction modes 2020-04-17 21:13:05 -04:00
arbee
731b6edd7d Merge branch 'master' of https://github.com/mamedev/mame 2020-04-17 20:01:49 -04:00
Jürgen Buchmüller
fe673d8983 hash/cgenie_cass.xml: hektik w/o offset loader (nw) 2020-04-18 01:58:50 +02:00
arbee
5656c0ea8a apple2gs: Fix the behavior for fill mode when no previous color is set [R. Belmont] 2020-04-17 19:58:18 -04:00
cracyc
c33ab8cd28 m24: change mirroring which breaks the apb (nw) 2020-04-17 17:32:23 -05:00
couriersud
1af4b9f870 netlist: Document alternative approach to CD4016. (nw)
The CD4016 is an analog switch IC. Document an experimental approach
to implement the analog switch as a 3 terminal element which is
completely being dealt with as part as the linear system.

The intention was to improve convergence when the switch is in a
feedback loop. One example are two-opamp tridiagonal wave generators.
Unfortunately the approach did not work out and in addition was
performing far worse than the net-separating original code.

Also updated comment in nld_generic_models.h.
2020-04-17 23:08:31 +02:00
Jürgen Buchmüller
5cd3a44607 hash/cgenie_cass.xml: glueckspilz w/o offset loader (nw)
Another cassette image with the the DOS offset loader removed.
Removing the loader restores the original cassette which fits in 16K.
2020-04-17 22:41:31 +02:00
R. Belmont
a683de00ee
Merge pull request #6563 from clawgrip/patch-28
New NOT_WORKING software list additions
2020-04-17 16:13:58 -04:00
braintro
a0f9b9c114 (nw) kikikai.cpp: update comments 2020-04-17 15:11:45 -05:00
Jürgen Buchmüller
876c849074 hash/cgenie_cass.xml: cosmic_attack w/o offset loader (nw)
Restored the original image by undoing the DOS offset loader.
Now the game fits in 16K RAM as did the original sold on cassette tapes.
2020-04-17 20:38:35 +02:00
Scott Stone
f1ac8e19bc Merge branch 'master' of https://github.com/mamedev/mame 2020-04-17 14:21:33 -04:00
Scott Stone
5c1b7d4dbe fmtowns_flop.xml: Fix crc hash which contained invalid hex (nw) 2020-04-17 14:20:48 -04:00
Jürgen Buchmüller
114b77d613 hash/cgenie_cass.xml: mampfman2 w/o offset loader (nw)
Restored the original MAMPF2 cassette image without the DOS offset
loader. This image is what was actually sold on cassette tapes by TCS.
2020-04-17 20:09:47 +02:00
Ivan Vangelista
7876065078 New NOT_WORKING software list additions
---------------------------------------
cd32: Jetstrike, Microcosm, Project-X and F17 Challenge, Universe [Guru]

cd32.xml: redumped atr [Guru]
2020-04-17 20:06:31 +02:00
ClawGrip
feeb062df7
New NOT_WORKING software list additions
---------------------------------------
Inidiana Jones (USA) [TeamEurope]
Nickelodeon Spongebob Squarepants - Fist of Foam (USA) [TeamEurope]
Star Wars - The Clone Wars (USA) [TeamEurope]
2020-04-17 19:50:15 +02:00
Ivan Vangelista
23ba2a81ed mame/video: simplified some handlers (nw) 2020-04-17 18:45:32 +02:00
Ivan Vangelista
a7e74162c5 New machines marked as NOT_WORKING
----------------------------------
Montana Super Draw (4436-05, U5-0) [Brian Troha, The Dumping Union]
2020-04-17 18:44:23 +02:00
Ivan Vangelista
f4c6e05e05 New machines marked as NOT_WORKING
----------------------------------
EuroPlay 2001 [Juan Romero, ClawGrip]
2020-04-17 18:20:20 +02:00
ajrhacker
af21e47ae2
Merge pull request #6562 from DavidHaywood/160420_2
new NOT WORKING software list entries
2020-04-17 12:01:00 -04:00
DavidHaywood
47205de59a new NOT WORKING software list entries
----
leapfrog_didj_cart.xml: Nicktoon Android Invasion (US, 500-13290-B) [Team Europe]

there's a skeleton driver too, but it's really nothing but a holder for the Software List as the BIOS isn't yet dumped.
2020-04-17 12:12:06 +01:00
braintro
aa940f6eb8 (nw) kikikai.cpp: More accurate name for Kick N Run MCU 2020-04-17 01:56:30 -05:00
Patrick Mackinlay
505408df0b new machines marked as NOT_WORKING
----------------------------------
Sony NEWS NWS-1580 [bitsavers, Patrick Mackinlay]
2020-04-17 13:25:18 +07:00
Patrick Mackinlay
ed8e70a2fc z80scc: test the correct bit (nw) 2020-04-17 10:48:20 +07:00
AJR
d4b142b7b1 yunsun16.cpp: IRQ modernization (nw) 2020-04-16 23:21:17 -04:00
AJR
626194e842 z8002: Correct width of I/O space (16-bit, not 8-bit) 2020-04-16 21:53:34 -04:00
AJR
19b87b747b c64_cart: Workaround for "Unknown slot option 'ar2' in slot 'exp'" with many unsupported cartridge types 2020-04-16 21:14:27 -04:00
AJR
e65373262b z8000: Pedantic fixes (nw) 2020-04-16 20:06:13 -04:00
AJR
ee19a8ba04 polepos.cpp: Correct mirroring; update notes (nw) 2020-04-16 19:53:56 -04:00
AJR
48d3697853 z8000: Fix mindless mistake (nw) 2020-04-16 18:54:00 -04:00
AJR
e8e453d061 z8000: Use callbacks to vector all external interrupts; correct data pushed during acknowledgment (nw)
For NMI and NVI, a vector is read from the bus but merely stored on the stack. (Most Z8000 systems seem to just leave the bus open here.) For VI, the vector offset calculation has been changed for the Z8001: the low byte is multiplied by 2, not 4, so AD0 generally must be driven low.
2020-04-16 18:50:26 -04:00
hap
675fb3e680 New working machines
--------------------
Electronic Master Mind (Parker Brothers) [hap, Sean Riddle]
2020-04-16 22:59:03 +02:00
David Haywood
15b6aa7b9f
Add MCU dump to Kick and Run, not yet working [Sean Riddle] (#6554)
* rename mexico86 driver to kikikai, start looking at kicknrun mcu (nw)

* prepare (nw)

* prepare (nw)

* copy across bublbobl hookup, not correct (nw)
2020-04-16 16:45:28 -04:00
David Haywood
829d3a26c0
Plug and Play work (#6561)
* new WORKING machine
----
Guitar Super Star: You Take The Stage [David Haywood, Sean Riddle, Peter Wilhelmsen, anonymous]

new NOT WORKING software list entry
----
tvgogo.xml:
Dodgeball (US) [Sean Riddle, David Haywood, Peter Wilhelmsen, anonymous]

- marked the existing tvgogo dumps as 'EU' as they contain language selection menus, while this Dodgeball cart which was sourced in the US does not.

(anonymous = money raised from fundraiser)

* new WORKING machine
---
Spider-Man Super TV Air Jet (Lexibook Junior, JG6000SP) [Team Europe]
2020-04-16 16:45:07 -04:00
R. Belmont
b4d4898c17
Merge pull request #6560 from clawgrip/patch-27
gaelco2.cpp: Add notes (nw)
2020-04-16 16:44:49 -04:00
AJR
9872097bbc z8000: Clean up reset sequence (don't read program space at device_reset time) (nw)
polepos: Make ROM region tags explicit (nw)
2020-04-16 15:31:34 -04:00
Curt Coder
29faba1902 abc80x: Fixed the ABC 850/852/856 hard disk drives. [Curt Coder] 2020-04-16 20:42:08 +03:00
Ivan Vangelista
cb48319a86 New NOT_WORKING software list additions
---------------------------------------
cd32: Heimdall 2 - Into The Hall Of Worlds [Guru]
2020-04-16 18:52:37 +02:00
Ivan Vangelista
a96854a73f New NOT_WORKING software list additions
---------------------------------------
picno: Nontan to Issho Anime Stamp [TeamEurope]
2020-04-16 18:29:01 +02:00
Ivan Vangelista
2d2e048d7b shadfrce.cpp, shangkid.cpp: verified dips and added dip locations [Guru] 2020-04-16 18:16:42 +02:00
Ivan Vangelista
aebea7baf4 8080bw.cpp: updated hardware info [Andrew Welburn] 2020-04-16 18:06:30 +02:00
Scott Stone
d8245caac1 neogeo.xml: Fixed sizes in submitted machine roms (mslug5b) (nw) 2020-04-16 11:38:47 -04:00
Justin Kerk
f5deabdcde Fix hang with Emscripten's "upstream" backend (nw) 2020-04-16 14:37:55 +00:00
Patrick Mackinlay
4ce182352e news_hid_hle: add 68k system interface (nw) 2020-04-16 20:31:21 +07:00
ClawGrip
4df94508a2
gaelco2.cpp: Add notes (nw) 2020-04-16 12:56:34 +02:00
hap
cd318c1ace Software list items promoted to working
---------------------------------------
entex_sag: Space Invader 2 [Kevin Horton]
2020-04-16 11:52:34 +02:00
hap
64e10c17a7 New working machines
--------------------
[hap, Kevin Horton]
2020-04-16 11:44:47 +02:00
Patrick Mackinlay
4d679b4b58 dmac_0266: new device 2020-04-16 15:47:37 +07:00
Patrick Mackinlay
0b6dd07e04 upd765: dma fixes (nw) 2020-04-16 13:30:33 +07:00
Vas Crabb
5606de08a7 vboy.xml: restore explicit 8-bit width on the SRAM regions - it's to indicate that the SRAM is not full bus width (nw) 2020-04-16 14:09:48 +10:00