Commit Graph

79741 Commits

Author SHA1 Message Date
Ville Linde
c8e377c5d2 cobra: add ram for rf5c400 2021-07-17 16:01:58 +03:00
Ville Linde
af270a58f3 cobra: Restore to somewhat working state. Adjust visible area to match the K001604. 2021-07-17 15:01:41 +03:00
Ville Linde
edb5a8eeba k001005: Disable fog when using constant Z. 2021-07-17 14:56:39 +03:00
Robbbert
db25ec302a dauphin: added notes, marked MNW. 2021-07-17 21:52:16 +10:00
Ivan Vangelista
ab63f60aff viper.cpp: dumped DS2430 and M48T58 for mocapglf and sscopefh [Porchy] 2021-07-16 19:27:03 +02:00
Ivan Vangelista
d56df377e3 taito_b.cpp: named a couple of inputs for sbm [Guru] 2021-07-16 18:31:42 +02:00
Ivan Vangelista
94a60b8f34 shtzone.cpp: added SMS side. Somewhat playable but needs more work. 2021-07-16 18:22:54 +02:00
Robbbert
9af8a3a0fa elwro800: give access to spectrum software list. 2021-07-17 00:38:24 +10:00
Patrick Mackinlay
29e2393076 ns32000dasm: rewrite
* simplified/consolidated logic
* corrected scaled mode decoding
2021-07-16 15:31:35 +07:00
Patrick Mackinlay
37e4c7d146 New WORKING machines
---
National Semiconductor DB32016 [Al Kossow]
2021-07-16 15:17:56 +07:00
Patrick Mackinlay
9e036c84b2 ns32000: fix check instruction undefined behavior 2021-07-16 15:00:34 +07:00
Scott Stone
8a01776853 at.cpp, apple2e.cpp - Fixing of size of commented ROM_LOAD entries to match actual images 2021-07-15 20:14:04 -04:00
David Haywood
30e547bc5a
some Namco posirq kludges [David Haywood] + Final Lap R sprite position fix [Ryan Holtz] (#8305) 2021-07-15 19:40:04 -04:00
Scott Stone
5df092b60a namcos2.cpp: Normalize an uncommon size entry for user2 region for finalap3 and clones 2021-07-15 17:47:34 -04:00
AJR
02ca9279a9 List shortnames of subdevices that have ROMs as part of -listroms header 2021-07-15 17:13:41 -04:00
AJR
4cd9d392da gaelcrpt: Eliminate space.device() accesses 2021-07-15 15:50:43 -04:00
cracyc
a7943fa593 funkball: fix flags 2021-07-15 14:16:03 -05:00
cracyc
4c88820670 funkball: add sound cpu 2021-07-15 14:13:02 -05:00
smf-
4acf8a000f * New working clones
------------------
Armored Warriors (Brazil 941024) [Vinícius Marques, Filipe Nascimento, Giovanni (FOX Eletronics), CPS Raptor group, SHVB]
2021-07-15 19:11:14 +01:00
Aaron Giles
3e4d3c7997 voodoo: Return 0 on invalid reads, seems to fix funkball. Improve logging of unexpected accesses to include register name. 2021-07-15 10:15:30 -07:00
Ivan Vangelista
f936d35b58 shtzone.cpp: made the timer side show something. Needs emulation of the SMS side and of the comms 2021-07-15 19:08:33 +02:00
Ivan Vangelista
e9f35728c4 royalmah.cpp: got mjsiyoub to a somewhat playable state. Colors are bad and it's missing the audio CPU + MSM5205 hook up 2021-07-15 18:08:39 +02:00
Aaron Giles
2e70f1e430 funkball: Found a reference to 32539 in the code that looks to be a reasonable guess at the timer frequency. 2021-07-15 08:54:25 -07:00
Olivier Galibert
5ef2143fca sx1010: split the two screens. Pixel clocks are probably wrong. 2021-07-15 15:37:07 +02:00
David Haywood
5f7db6173d
use namco_c355spr_device built in sprite buffering to pevent flickering gfx in suzuk8h2 [David Haywood] (#8295) 2021-07-15 09:26:40 -04:00
Robbbert
5b0b6ccc13 Merge branch 'master' of https://github.com/mamedev/mame 2021-07-15 21:49:56 +10:00
Robbbert
895a27783e hd63484 include in mess build to fix linking error 2021-07-15 21:49:35 +10:00
Patrick Mackinlay
484954775b sx1000: adjust some parameters 2021-07-15 17:23:45 +07:00
Patrick Mackinlay
e427fcb04c sx1000: hook up font ram 2021-07-15 15:32:19 +07:00
Aaron Giles
ad8c8e53eb funkball: Implement timer (actual frequency unknown) 2021-07-15 00:27:31 -07:00
MooglyGuy
61077d4ffb
video/namco_c355spr.cpp: Adjusted sprite attribute table index mask to accommodate vshoot. (#8302) [Ryan Holtz] 2021-07-15 16:56:28 +10:00
Patrick Mackinlay
3d84f1d99a sx1000: hook up the acrtc 2021-07-15 12:09:02 +07:00
Vas Crabb
3715746131 API cleanups and miscellaneous fixes.
emu/ioport.cpp: Allow controller files to override input sequences for
inputs that don't use defaults, and to override the toggle setting for
digital inputs.

emu/config.cpp: Expose configuration level (mostly matters for
controller files), improved verbose diagnostic messages, and moved a few
things out of the global and preprocessor namespaces.

docs: Added documentation for some controller configuration file
features.  The device mapping feature documentation will be merged in at
some point.

util/unicode.cpp, emu/input.cpp: API cleanups.
2021-07-15 13:54:40 +10:00
Aaron Giles
66554d3b84 delegate: Fix Visual Studio case with displaced object base (internal representation seems to have drifted since it was originally written). 2021-07-14 19:03:09 -07:00
Scott Stone
59af1cd3f1 - Fix structure of commented data and added sizes 2021-07-14 21:29:57 -04:00
Olivier Galibert
865763ffb4 sx1010: Add the serial console 2021-07-14 23:04:56 +02:00
Ville Linde
6e91802a0e k001005: Major rewrite and documentation update [Ville Linde]
* Implemented fog using correct parameters
* Fixed lighting calculations
* Implemented bilinear filtering in games that use it (slrasslt, thunderh)
* Use templates for rasterizer code paths
* Refactored polygon parser
2021-07-14 23:09:18 +03:00
MooglyGuy
b04adc1880
-video/namco_c355spr.cpp: Fixed handling of sprite attribute table index - fixes missing sprites in finalapr. [Ryan Holtz] 2021-07-15 05:12:24 +10:00
Steven Coomber
553b71932b
c64_cass.xml: Change 720 degrees game title name to match arcade vers… (#8296)
* c64_cass.xml: Change 720 degrees game title name to match arcade version for consistency
2021-07-14 14:22:35 -04:00
ajrhacker
31d2ff1e1a
Merge pull request #8297 from DavidHaywood/140721
small fixes (mtwinbee default eeprom for consistency with other sets, correct discoboyp bg tilebanking)
2021-07-14 14:22:07 -04:00
DavidHaywood
1c93051667 fixed discoboyp tile banking (boss stages) 2021-07-14 19:13:55 +01:00
DavidHaywood
75dce4d6e8 gave mtwinbee a valid default eeprom like other sets 2021-07-14 19:13:35 +01:00
Ivan Vangelista
4e2095b5c0 royalmah.cpp: preliminary banking for chalgirl, mjsenka, mjyarou, mjyarou2. Girls now appear. These games don't appear to set the palette bank, so they all have bad colors. 2021-07-14 18:10:16 +02:00
Ivan Vangelista
32332ad888 pacman.cpp: redumped painter [f205v] 2021-07-14 18:00:00 +02:00
Olivier Galibert
00f1feb066 sx1010: Hack in the vsync line 2021-07-14 16:20:50 +02:00
Olivier Galibert
0249d6019c sx1010: resolution changed by mistake 2021-07-14 15:24:45 +02:00
Olivier Galibert
14c5988e12 sx1010: main screen turn on 2021-07-14 15:20:20 +02:00
Patrick Mackinlay
10f7e19aaf sx1000: speculative devices 2021-07-14 17:57:45 +07:00
hap
6a4e6bbbb4 fidel_sc6: add note 2021-07-14 12:26:12 +02:00
hap
067f6d8fa2 fidel_eldorado: corrected romdump [bataais] 2021-07-14 11:30:08 +02:00