Commit Graph

69105 Commits

Author SHA1 Message Date
Dirk Best
6ed7385f8b tk635: Some initial work, displays something on screen now 2019-10-17 17:30:47 +02:00
R. Belmont
d6f184529b
Merge pull request #5747 from ArcadeShadow/patch-12
New working software list additions
2019-10-17 11:01:34 -04:00
R. Belmont
7887f1f1a8
Merge pull request #5746 from 68bit/swtpc-mps2-ctrl
SWTPC MP-S2: connect up the RS232 control lines
2019-10-17 11:01:16 -04:00
R. Belmont
2c31af3d8a
Merge pull request #5745 from 68bit/ins8250-lost-tx-int
ins8250: fix cleared pending THRE interrupt
2019-10-17 11:00:47 -04:00
hap
ed3b6f2a46 fix problem with svg screen edge on white backdrop (nw) 2019-10-17 15:25:37 +02:00
Robbbert
17d174d812 (nw) fp1100: improved handshaking between cpus
upd7801: fixed problem with first INTF2 being ignored.
2019-10-17 23:39:44 +11:00
couriersud
db318046c4 Netlist: code maintenance and bug fixes. (nw)
- solver now uses dynamic allocation on systems larger than 512x512
- fixed osx build
- moved nl_lists.h classes to plists.h
- fixed netlist makefile clint section
- readability and typos
2019-10-17 10:21:00 +02:00
AJR
da35541e84 glfgreat: Remove unemulated protection flag (nw) 2019-10-16 23:38:42 -04:00
AJR
75315a7504 glfgreat: Add analog controls and ADC; remove spurious fourth button
tmnt.cpp: Separate some state classes; get rid of MCFG_MACHINE_START_OVERRIDE but keep other overrides for now (nw)
2019-10-16 23:05:17 -04:00
AJR
2dea849745 wecleman, hotchase: Use ADC0804 device (nw) 2019-10-16 21:59:41 -04:00
cracyc
f0c5429b95 hiscore.dat: fix MT07454 (nw) 2019-10-16 17:20:11 -05:00
algestam
24890d2f35 hh_sm510: fix gnw_manholeg alarm clock segment (#5750) 2019-10-16 22:44:55 +02:00
Ivan Vangelista
94c636692a goldstar.cpp: decrypted super972 [Ivan Vangelista] 2019-10-16 20:28:43 +02:00
Angelo Salese
26f388b834
Multiple mispells over a comment (nw) 2019-10-16 19:45:59 +02:00
hap
bd62407038 mustache: add note (nw) 2019-10-16 18:43:20 +02:00
hap
ae1aa998a3 mustache: game runs in IM1(no irq vector used), irq stays high during vblank, old regression from 0a7b50a005 (nw) 2019-10-16 18:01:19 +02:00
Dirk Best
39bde3e473 New skeleton driver: Termtek TK-635 [nextvolume, Dirk Best] 2019-10-16 16:35:07 +02:00
Dirk Best
665d4fc98c qvt70: Slight banking adjustment, add more RAM (nw) 2019-10-16 16:35:06 +02:00
MooglyGuy
15fa792f66 -snes: Put debug prints behind a #define, nw 2019-10-16 16:12:58 +02:00
AJR
f73616f098 evio.xml: Explain what eM stands for; provide alt_title and serial fields as in tutor.xml (nw) 2019-10-16 09:46:36 -04:00
David Haywood
9d44e61944 Plug and Play additions (#5737)
* new WORKING machines
-------
Disney Princesses (JAKKS Pacific TV Game, Game-Key Ready) [Sean Riddle, David Haywood, anonymous]
Capcom 3-in-1 (1942, Commando, Ghosts'n Goblins) (JAKKS Pacific TV Game, Game-Key Ready) (29 MAR 2005 B) [Sean Riddle, David Haywood, anonymous]

new NOT WORKING machines
-----
Care Bears TV Games (JAKKS Pacific TV Game, Game-Key Ready) [Sean Riddle, David Haywood, anonymous]

* new NOT WORKING software list entries
-------
ekara_japan_a.xml:
a3 : A-3 Pichi Pichi Pitch vol.3 (Japan) [David Haywood, Sean Riddle]
evio.xml:
em2: eM2 - evio Selection 02 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em3: eM3 - Anime Mix 1 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em4: eM4 - I Love Classic 1 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em7: eM7 - Pure Kiss 1 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em8: eM8 - Hard Soul 1 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em9: eM9 - evio Selection 03 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em16: eM16 - Chisako Takashima Selection [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em18: eM18 - unknown [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]

* additional cartridge info [AJR]
2019-10-16 09:25:44 -04:00
Scott Stone
a7c424289a at.cpp: Correct discovered mislabels so that same machine bioses don't share the same thing with different hashes (nw) 2019-10-16 09:10:18 -04:00
couriersud
55f1dfafc2 Netlist: pongf update and code maintenance. [Couriersud]
After the recent string of updates pongf performance increased again.
Also includes code maintenance and some fixes for the aligned memory
operations.
2019-10-16 13:57:54 +02:00
Vas Crabb
063e81d756 (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of comments to doxygen format 2019-10-16 18:31:48 +11:00
ArcadeShadow
9d3d87a2d3
New working software list additions
ibm5051: Action Service (Smash16 release) (3.5"), International Karate, Italy '90 Soccer, Joe Blade (Smash16 release)
2019-10-16 08:26:14 +01:00
68bit
de879f69eb SWTPC MP-S2: connect up the RS232 control lines
At least some of these are required for operation with terminals. For example
the SWTPC 8212 terminal uses DTR to CTS for hardware flow control, and that is
needed even at 9600 baud.
2019-10-16 16:47:20 +11:00
68bit
b592db7437 ins8250: fix cleared pending THRE interrupt
The code notes that reading the iir register "will clear the int if
this is the source of the int" and the code cleared a pending THRE
interrupt if it was *pending*. This causes a lost THRE interrupt for
the SWTPC 8121 terminal firmware and this locks up the TX side of the
terminal. This occurred regularly when the ISR read this register upon
a higher priority RX pending interrupt. The documented operation has
been reinterpreted as only clearly the THRE interrupt if THRE is the
highest priority interrupt and so is the pending interrupt *causing*
the interrupt. This fixes that lost THRE interrupt for the SWTPC 8121
terminal.
2019-10-16 16:35:04 +11:00
Ryan Holtz
151f5fca25 -snes: The SNES only has 64kbytes of VRAM, not 128kbytes. Fixes graphics in Yoshi's Island, probably others. [Ryan Holtz, byuu] 2019-10-16 07:19:44 +02:00
Robbbert
86fd3836d2 Merge branch 'master' of https://github.com/mamedev/mame 2019-10-16 16:11:07 +11:00
Robbbert
68db9fd99a (nw) fixed compile error on gcc 5.3 . Apologies in advance if it breaks other compilers/versions. 2019-10-16 16:10:42 +11:00
AJR
9b0ed062ce cxd1095: Default I/O clock in other drivers (nw) 2019-10-16 01:08:43 -04:00
AJR
c84d76c37d dday: More accurate PSG type (nw) 2019-10-16 01:03:50 -04:00
AJR
4fc4b3ebb7 overdriv: Use ADC0804 device (nw) 2019-10-16 00:43:05 -04:00
AJR
f398123bc3 Emulate ADC0804 and add device to various drivers 2019-10-16 00:16:14 -04:00
AJR
3e6734da05 cxd1095: Default clock to 0 (nw) 2019-10-15 23:11:47 -04:00
AJR
a08fb6b38d c140: Update comments (nw) 2019-10-15 22:08:43 -04:00
couriersud
e5cceda218 Netlist: code maintenance and bug fixes. [Couriersud]
- optimized the core queue dispatching logic. Minor performance
increase.
- fixed a number of bugs in parray. Now parray<double, 0> will be purely
dynamic allocation with the number of elements passed in the
constructor.
- Added noexpr where appropriate.
- Simplified the queue

Checked with gcc-7 (ubuntu), gcc-9, clang-10, macosx clang 10, mingw
cross compile on linux.
2019-10-15 23:36:48 +02:00
R. Belmont
88f544f02f
Merge pull request #5744 from rfka01/master
at.cpp: motherboards and BIOS versions, RAM and cache information, small ROM name
2019-10-15 17:02:20 -04:00
rfka01
c28259e35e at.cpp: small BIOS name correction, RAM and cache information, motherboards and BIOS versions 2019-10-15 22:57:56 +02:00
AJR
8263c53426 xtal.cpp: Some more Macintosh XTALs for later use (nw) 2019-10-15 16:52:44 -04:00
r09
3363b4ecbd fmtowns: add the Model 2 ROMs (#5732)
* fmtowns: add the Model 2 ROMs

- Dumped and added the ROMs from an first-generation FM Towns Model 2,
and made it the parent set. For now we'll assume that the Model 1 ROMs
are the same, since the only differences between them are the amount of
floppy drives and RAM.

- Removed the old "fmtowns" set, since its ROMs completely match the FM
Towns II MX ones after splitting them.

- Renamed and added a few comments to the "fmtownsa" set so the
description is a bit more accurate. It seems to be from a
third-generation model, probaby a CX.

- Added a comment with a list of all the known FM Towns models.

* TC Marty (nw)

* oops (nw)

* fix some mistakes (nw)
2019-10-15 15:40:09 -04:00
ajrhacker
9b0303e407
Merge pull request #5734 from ArcadeShadow/patch-11
New working software list additions
2019-10-15 15:26:42 -04:00
ajrhacker
c8c57fc0da
Merge pull request #5743 from belegdol/unbreak-msvc-build
-x c++ should not be applied to targets like msvc
2019-10-15 15:26:18 -04:00
Julian Sikorski
5ff784e58c -x c++ should not be applied to targets like msvc 2019-10-15 19:40:32 +02:00
AJR
7b46b4368e hitme.cpp: Rename m21 to mirco21 to resolve name collision 2019-10-15 13:04:10 -04:00
rfka01
58608c7401 m24.cpp: Added Olivetti M21 and hitherto unknown BIOS revision, at.cpp: motherboards and BIOS versions (#5706)
* m24.cpp: Added Olivetti M21 and hitherto unknown BIOS revision

* at.cpp: added motherboards and BIOS files sorted by chipset

* at, m24: srcclean (nw)

* srcclean mame.lst (nw)

* at.cpp: motherboards and BIOS versions (nw)

* at.cpp: more motherboards and BIOS versions (nw)

* at.cpp: more motherboards and BIOS versions

* at.cpp: sorted by chipset, added more motherboards and BIOS versions

* at.cpp: more 486 motherboards and BIOS versions (nw)
2019-10-15 12:33:06 -04:00
Julian Sikorski
4470d977da Unbreak building shaders in cmd shell and add support for building them in MINGW bash shell (#5740) 2019-10-15 12:32:42 -04:00
R. Belmont
609c828890
Merge pull request #5735 from cam900/ymf278b_fmmix
ymf278b.cpp : Allow scaling for FM DO2 output
2019-10-15 12:31:47 -04:00
Ivan Vangelista
c4b430bdb4 apple2_flop_orig.xml: fixed validation (nw) 2019-10-15 17:06:42 +02:00
Ivan Vangelista
a85a111982 nmk16.cpp: added a note about the gunnailb audio CPU ROM (nw) 2019-10-15 17:03:31 +02:00