-
Content Count
85 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by raz0red
-
I don't know if they have been documented, but definitely seems like an issue with the ProSystem TIA implementation. Chris
-
Wow! This is great news. I can't wait to try it on the MiSTer. Thanks for helping make this happen @RevEng.
-
Great to hear! Thanks a lot for testing it out. Thanks again, Chris
-
Just as an FYI, I tried that particular build under the in development version of JS7800, and it did not crash for me (but, I only tried once). I would be curious to know if people are still able to replicate the issue with the current development version. Here is a link if you want to give it a try. Wizard's Dungeon on JS7800 (In development) Thanks, Chris
-
Loving this game! One thing I noted is that if you die right when the level ends, you do not lose your ship. For example, on the first stage if you let the last enemy fly into you. Maybe that is the way the arcade game works? Thanks, Chris
-
Honestly, I am looking forward to it as well. 😃 Also, thanks for the permission to add your demo. I will look to integrate it for the next release. Thanks, Chris
-
There is nothing in the implementation that is specific to JS7800 (it is just standard HSC support). I would guess that there may be some issues with your current HSC implementation. I know there were a number of issues that I discovered and resolved when adding HSC support to JS7800 (coming from the existing ProSystem implementation). Also, in cases like this, I would highly recommend running against A7800 for comparison, as it is very accurate and has been thoroughly tested. Thanks, Chris
-
Very nice! I will have to give it a shot on my 3DS. Once I get the JS7800 core finalized with the latest changes, I will port them back to Wii7800. At that point, it should be pretty straight-forward to walk through the changes and determine if you want to include them in your port. Thanks, Chris
-
That is something I would absolutely like to add once I am happy with the core emulation code. I think it would be pretty straight-forward to add a very simple debugger by leveraging the existing browser JavaScript console (similar to GDB). Once that is implemented, time could be spent to add a more advanced UI for the debugger. Thanks, Chris
-
Thanks for the kind words, I really appreciate it. Honestly, while JS7800 (and Wii7800) have improved on the original ProSystem code, they are still quite a bit behind A7800 and BupSystem in terms of accuracy and features. My goal is to improve the accuracy of JS7800 (which I am currently working on). Once that has been improved, it can be replicated to Wii7800 and other ProSystem-based emulators (I think the existing 3DS emulator is based on ProSystem). Thanks again, Chris
-
would be possible to add a scanline effect? Yes, all sort of filters can be added via the use of WebGL. Early on I prototyped scanlines and various other effects, but I haven't had time to get back to integrating them. They probably won't be integrated until I am satisfied with the core emulation implementation. I've just checked demo 1E78 by Desire and it works ok till that moment Yes, there are several issues with that particular demo. Specifically, there are missing implementations of undocumented opcodes (SAX), not applying a maximum DMA time limit, and inaccurate DMA cycle timings. I have done quite a bit of work to resolve those issues, but there are still several defects that I need to resolve before promoting the changes to the general release (master). @RevEng has been a huge help, answering all of my annoying questions, and providing tons of valuable insights and suggestions. At any rate, you can view a working version of the IE78 demon in JS7800 (on a branch) via the link below. But again, this build has many other defects that are still yet to be resolved. IE78 in JS7800 Thanks, Chris
-
A new version of JS7800 has been posted: https://raz0red.github.io/js7800 1.) Added global high score support for "Popeye" 2.) Added global high score support for the latest version of "Pac-Man Collection!" 3.) Updated to recent versions of "Dragon's Cache", "Dragon's Descent", "Popeye", "Spire of the Ancients", "E.X.O", and "Knight Guy: Castle Days" Thanks, Chris
-
Very cool! That would be awesome.
-
A minor update to JS7800 has been posted: https://raz0red.github.io/js7800 1.) Added support for undocumented ASR and ANC opcodes (fixes graphical glitches with "Popeye 7800: Mini-game"). Thanks a lot to @RevEng for making me aware of the issue and the missing opcodes. 2.) Added global high score support for the latest version of "Pac-Man XM". 3.) Added "Popeye 7800: Mini-game" and "Knight Guy: Castle Days" to the default list of in-development games. Thanks a lot to @darryl1970 and @vhzc for granting permission. 4.) Updated to the latest versions of "Dragon's Cache", "Dragon's Descent", "GoSub", and "Spire of the Ancients". Note: Updating to the latest version of "Dragon's Descent" required the global high scores for this game to be reset (the latest version modified the way high scores were stored). Thanks, Chris
-
Baby Pac-Man: 388,880
-
That is definitely my fault. I need to get around to updating to the newest releases. A couple things worth noting. You can drag and drop links directly onto JS7800. So, you don't have to necessarily copy and paste the links (although that will work as well): The other thing to note is that the default list of ROMs that are displayed come from an external "cartridge list". You can actually create (and share) your own cartridge list and specify it via a request parameter (the same way you can specify a default cartridge). I put together a tutorial that walks through the process of creating and sharing a cartridge list here. Hope this helps, Chris
-
A minor update to JS7800 has been posted: https://raz0red.github.io/js7800 1.) By default, high scores for games that are not supported by the Global High Score server will be stored locally. This behavior can be disabled in the settings dialog ("High Scores" tab). Thanks a lot to @RevEng for the suggestion! 2.) Fixed a defect where Global High Scores were not supported when local storage was disabled in the browser (cookies disabled, etc.). Thanks, Chris
-
Hi Walter- The current builds will run locally (local files via the browser), but there are some limitations. I will look into what it would take to disable those features that require internet access when running locally. Thanks, Chris
-
Hi- Just to clarify, it is not in the default cartridge list, but can be played in JS7800. You can load the cartridge locally, or specify a URL to the ROM remotely. This link will play Baby Pac-Man by default. Thanks, Chris
-
A new version of JS7800 has been posted: https://raz0red.github.io/js7800 1.) The XM implementation has been updated to be consistent with the released hardware. All the credit for this feature goes to @RevEng who provided the source code to base the implementation on and answered all of my annoying questions. There is an option in the "Advanced" tab of the settings dialog that can be used to control when XM is enabled. By default, it is enabled based on the value in the cartridge header or the value in the internal JS7800 cartridge database. It can also be set to always enabled or disabled. 2.) Initial version of the Yamaha (YM2151) sound chip. There is a fairly high likelihood that several defects exist with this initial implementation. 3.) Added ability to disable vertical sync ("Advanced" tab of settings dialog). 4.) Added Zanac and Side-Crawler's Dance Yamaha music demos to the default cartridge list. Added an XM memory test developed by @RevEng to the default cartridge list. Thanks, Chris
-
My guess is that OpenEmu3 is based on ProSystem. The original ProSystem code has defects in its handling of Holey DMA. These issues were really obvious on Pac-Man 320 (and related releases). Chris
-
Hi- Thanks a lot for the report. Unfortunately, at this point it does require a newer PC. I do plan on adding some settings that would allow for better support across all hardware (frame skipping, etc.). It would be great if you could help test those changes once they become available. Thanks, Chris
-
Thanks a lot! I had a great time playing the Millie and Molly demo this morning! 😃 Chris
-
A new version of JS7800 has been posted: https://raz0red.github.io/js7800 In addition to some minor bug fixes, the following updates have been made: 1.) The addition of @Trebor's palettes. You can select from his "Cool, Warm, and Dark" palettes in "Display" settings. The palettes are available in two variations, "Dark and Light" based on the brightness level of the palettes. A big thanks to @Trebor for contributing his palettes and helping me get them integrated. 2.) A new "Fullscreen" scaling option in "Display" settings. This allows for enabling integer vertical scaling (versus "Fill screen"). Integer scaling ensures that no fractional pixels (vertically) are present when in full screen mode. Horizontal scaling in fullscreen is still controlled via the "Aspect ratio" option. A 1:1 "Aspect ratio" combined with "Fullscreen" integer scaling will ensure that no fractional pixels are present when in fullscreen mode. 3.) Added "Super Cobra", "Color Selector Demo", and "Worm!" to the default cartridge list. Updated "Dragon's Cache" to the latest version. 4.) Added a new "Global Leaderboard" page. https://raz0red.github.io/js7800/leaderboard/ The leaderboard page allows for viewing the current high scores for games that are compatible with JS7800 global high scores. This simplifies viewing high scores for games, as previously they could only be viewed by playing the game and waiting for the scores to appear. In addition to the current high scores, this page also displays players with top points obtained across all games (1-5 points per mode based on position). The leaderboard also attempts to determine what the top 5 most competitive games are at any moment. There is also a panel that shows the top players for the current set of "most competitive" games. JS7800 also provides a link to the "Global Leaderboard" via an icon that looks like a "medal" in the command bar. If the current game supports global high scores, the global leaderboard will be launched contextually. It is also possible to launch JS7800 contextually from the leaderboard for a subset of games. A small controller will appear in the bottom right of the selection header if JS7800 can be launched for the current game. Thanks, Chris
-
Beef Drop 60,950 Worm! 3,260
