Commit Graph

72535 Commits

Author SHA1 Message Date
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
Vas Crabb
1a5c013c33 (nw) softlist_dev.cpp: validate ROM labels
The free-for-all on labels in software lists is not working.  There's no
consistency, labels are getting excessively long, people are starting to
use non-ASCII characters in labels making it harder for others to type
them when manipulating files on the command line, and there's too much
markup being put in labels.

The length limit is 127 characters, same as for labels in MAME itself.
This should be long enough to be descriptive.  Remember that the Win32
path limit is 260 characters, and many applications and frameworks have
issues with longer paths, including Windows Explorer and the .NET
framework.  Labels are used as filenames, so concessions need to be
made for this.

I have not abbreviated excessively long labels myself - they're
currently causing 135 validity errors.  Someone else can fix them.

Printable ASCII characters are allowed, with a few exceptions.  The
exceptions are limited to characters most likely to cause issues for
interactive shells and scripts:
* ! - csh event substitution (very difficult to escape properly)
* $ - sh varibale expansion
* % - csh job control, cmd variable expansion
* / - UNIX directory separator
* : - sh path separator, Windows drive qualifier
* \ - sh escape, Windows directory separator

Most of the labels that had to be edited were using ! for markup, or
using ! and % for titles in labels.  Strangely, titles in labels are
often forced to lower case, despite this never being enforced for
software lists.  There are also various other edits to titles used for
labels, such as moving articles to the end (with or without a comma),
or replacing spaces with underscores.  As I already said, there's no
consistency at all.

There is far too much markup in labels.  They're even being used for
notes in some cases (e.g. at least one case where a dumper's name is in
the label).  The XML schema supports metadata - use it.  For example,
you can use part_id for an unrestricted display name for a software
part.  You can also use XML comments for notes.

And while on the topic of metadata, vgmplay.xml is putting the same
thing in the part_id as well as the label.  The part_id should have
the actual title, not the title mangled to make it more suitable for
use as a filename.  Addressing this would be a lot of work, given how
large the file is.

For now, empty data areas in software lists cause a verbose message
rather than a validation warning.  There are thousands of software
lists using empty data areas to indicate the size/width of cartridge
RAM/EEPROM/etc.
2020-04-16 14:04:06 +10:00
ajrhacker
94ddd2d427
Merge pull request #6558 from DavidHaywood/150420
new NOT WORKING
2020-04-15 22:51:08 -04:00
AJR
a977684012 rx01_cpu: Add the rest of the branch conditions (nw) 2020-04-15 20:36:10 -04:00
AJR
0709c3fe27 rx01_cpu: Add sector data space in place of scratchpad space (nw) 2020-04-15 19:26:06 -04:00
DavidHaywood
cba94ec81b new NOT WORKING
----
Alligator Hunt (protected, prototype?) [jordigahan, Heckler]

sadly requires different data from the ds5002fp (which even if we faked isn't guaranteed to match the level layouts this had)
2020-04-15 23:58:23 +01:00
Tom
5c90a13cee
add mslug5b to hash\neogeo.xml (#6552)
* added mslug5b

* fix gfx/c + samples/v

* add to hash\neogeo.xml
2020-04-15 17:38:25 -04:00
braintro
d12d3c0082 (nw) consistency & better documentation of 4 PCB vs 5 PCB sets 2020-04-15 16:01:50 -05:00
ajrhacker
2a423987e3
Merge pull request #6557 from FakeShemp/Nintama
n64.xml: 3 more cart PCBs documented
2020-04-15 16:56:37 -04:00
AJR
0d96f75345 r8, r8m, r8mk2: More preliminary mappings (nw) 2020-04-15 16:19:17 -04:00
AJR
c0b195a4d4 Minor disassembler output fix for uPD78K1/78K2 SFR-mode RMW instructions 2020-04-15 16:18:15 -04:00
braintro
ac7b3b81be New working clone
New working clone
------------------
Front Line (set 1) [Joe Magiera, The Dumping Union]
2020-04-15 15:14:48 -05:00
Nigel Barnes
a6afb92ad7 New working software list additions
-----------------------------------
bbcm_cart: Master Smart Cartridge v2.02
2020-04-15 20:57:01 +01:00
Rebecca Wallander
531d389d50 n64.xml: 3 more cart PCBs documented 2020-04-15 21:54:11 +02:00
Curt Coder
cfcb2417b6 abc800c, abc800m: Fixed HR graphics. [Curt Coder] 2020-04-15 21:33:28 +03:00
Ivan Vangelista
24fe3eb644 mame/video: simpified handlers in various devices (nw) 2020-04-15 19:17:07 +02:00
Robbbert
dea62a8583 pcd_flop: New working software items
------------------
MS-DOS 2.11 boot disk
MS-DOS 3.1 boot disk
TDS diagnostics
Lernprogramme
(from "the collection")
2020-04-16 02:52:01 +10:00
Tom
b03fd3a88e
Improve wofpic and other misc bootleg stuff (#6556)
Improved new wofpic set, playable now, still some minor gfx issues (not using values from main ram this time!)
Redump bad wofpic,wofabl gfx rom
Load wofpic,wofabl gfx roms properly instead of rearranging in init
Make some of the bootlegs not use the brightness values as some don't have the h/w for it on the real pcbs (the 74ls07's and resistor arrays/dacs are unpopulated)
2020-04-15 12:48:00 -04:00
ajrhacker
58ec6be997
Merge pull request #6555 from clawgrip/patch-26
bigkarnk_ms.cpp: Add PCBs ASCII layouts (nw)
2020-04-15 12:45:35 -04:00
Curt Coder
7eb13b2fe9 Machines promoted to working
----------------------------
Luxor ABC 802 [Curt Coder]

abc800m, abc800c, abc802: Fixed memory banking. [Curt Coder]
2020-04-15 19:29:05 +03:00
Ivan Vangelista
6b82e512c1 New working clones
------------------
Space Invaders Part II (Taito, smaller ROMs) [PokeMAME]

(nw) credited to PokeMAME who sent the most recent dump, but this could be credited to all the people who already dumped this in the past, i.e. Andrew Welburn
2020-04-15 18:15:54 +02:00
Robbbert
bc8a3e2086 sorcerer_flop:
New working software items
----------------
CPM v1.42.3 (set 2)

(from "the collection")
(nw) added usage
2020-04-16 01:58:35 +10:00
AJR
d9ee53867e akiko.cpp: Eliminate deprecated machine().device calls (nw) 2020-04-15 11:41:11 -04:00