Commit Graph

79731 Commits

Author SHA1 Message Date
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
Olivier Galibert
4ee72bfd03 sx1010: Start mapping a register 2021-07-14 11:23:47 +02:00
Olivier Galibert
9f5afde418 sx1010: add (nv)ram 2021-07-14 10:57:14 +02:00
Olivier Galibert
22b759c264 sx1010: map the other half 2021-07-14 10:47:31 +02:00
Olivier Galibert
a7e088f30a sx1010: correct rom mapping to see the reset code 2021-07-14 10:42:03 +02:00
Patrick Mackinlay
72ddd181d9 New machines marked as NOT_WORKING
---
Casio SX1010 [Plamen Mihaylov]
2021-07-14 15:16:29 +07:00
ajrhacker
884114c059
Merge pull request #8294 from Osso13/megasys1_hammy
megasys1.cpp: adjusted ROM area size for type A main CPU and added RA…
2021-07-13 17:32:16 -04:00
Scott Stone
bbceb4ac5c vgmplay.xml: Added 22 new entries [vgmrips.net, Tafoid] 2021-07-13 16:29:58 -04:00
Ivan Vangelista
9db698674b
megasys1.cpp: adjusted ROM area size for type A main CPU and added RAM mirror for audio CPU (verified on hardware) [hammy] 2021-07-13 22:06:24 +02:00
Firehawke
ca6df411d9
Apple softlist updates for July 2021 (#8293)
* New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Pipe Dream [4am, Firehawke]
ShowOff (Version 1.1) [4am, Firehawke]

* New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Calendar Crafter (Version 1.2) [4am, Firehawke]
Designer Prints (Version 1.0) [4am, Firehawke]
Designer Puzzles (Version 1.0) [4am, Firehawke]
Mercury (Version 1.0) [4am, Firehawke]
Storybook Weaver [4am, Firehawke]
Storybook Weaver: World of Adventure (Version 1.0) [4am, Firehawke]
Storybook Weaver: World of Make-Believe (Version 1.0) [4am, Firehawke]

Title correction on "Storybook Weaver" from apple2gs_flop_misc software list.

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

Prince of Persia (800K 3.5") [4am, Firehawke]
Woolly's Birthday (Version 1.0) (800K 3.5") [4am, Firehawke]
Troll Sports Math (800K 3.5") [4am, Firehawke]

New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Astro Attack (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Spell Master (Version 1.3.1) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Dinner on a Disk (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Micro Barmate (Version 1.0) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Math Skills (Version 1.3) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Fractions (Version 3.0) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Perception (Version 3.1) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
LogoMotion (Version 1.2) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Cross Country Rallye (Softsmith) (cleanly cracked) [4am, san inc., Firehawke]
Algebra I (Version 1.3) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Bugbyter (Version 1.11) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Midnight Malady (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Mummy's Curse (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Lazer Maze (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Zenith (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Supermap (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Guardian (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Game of the U.S. (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
L.A. Land Monopoly (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Cosmic Combat (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
The Game Show (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Creature Venture (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]
Lazer Silk (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]

* Software list items promoted to working
---------------------------------------
apple2_flop_orig.xml: Aliens [4am, Firehawke]
apple2_flop_clcracked.xml: Aliens [4am, Firehawke]

* New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Disk Director (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]

New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Paperboy [4am, Firehawke]
Columns GS [4am, Firehawke]
Snoopy's Reading Machine [4am, Firehawke]

* Software list items promoted to working
---------------------------------------
apple2_flop_orig.xml: 2400 A.D. [4am, Firehawke]

* Correct Fantavision (Apple IIgs) and Print Shop IIgs compatibility information.

* New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Pro Football Pointspread Prediction System (cleanly cracked) [4am, Firehawke]
Stickybear Drawing (cleanly cracked) [4am, san inc, Firehawke]
Bumble Games (Version 1.4) (cleanly cracked) [4am, san inc, Firehawke]
Beach Landing (cleanly cracked) [4am, san inc, Firehawke]
Temple of Apshai rev. 4 (cleanly cracked) [4am, san inc, Firehawke]
Adventure Double Feature Volume II (cleanly cracked) [4am, san inc, Firehawke]
Moptown Parade (1981 Version) (cleanly cracked) [4am, san inc, Firehawke]
Crush, Crumble and Chomp! (1981-06-22 Version) (cleanly cracked) [4am, san inc, Firehawke]
Con-Putation (cleanly cracked) [4am, san inc, Firehawke]
Drinks on a Disk (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]
Friends or Lovers (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]
Little Speller (Version 2.0) (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]
The Final Frontier (Version 1.0) (SoftSmith) (cleanly cracked) [4am, san inc, Firehawke]
Farm Ledger Pro (cleanly cracked) [4am, Firehawke]
Print Your Own BINGO Plus (Version 01.23.88) (cleanly cracked) [4am, Firehawke]

New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Charlie Brown's ABC's [4am, Firehawke]

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

Where in Europe is Carmen Sandiego? (800K 3.5") [4am, Firehawke]

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

The Playroom (Version 1.0) (800K 3.5") [4am, Firehawke]
SuperPrint! (Version 1.4) (800K 3.5") [4am, Firehawke]
Rampage (800K 3.5") [4am, Firehawke]
Hegira: Tale of a Galactic Exile [4am, Firehawke]
Stickybear Math (800K 3.5") [4am, Firehawke]
2021-07-13 11:51:17 -07:00
cracyc
6f55569f2f fix build 2021-07-13 13:50:06 -05:00