-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sound and external bit issues. #4
Comments
I'm working on, don't worry but it is not so easy when you are alone to develop it. |
Not me alone. I am honestly glad you are working on it. No, I am a fan and want EmuTwo to thrive but after two years... My other big support goes to Tony over at Electric Adventures for his web series but that has been going on since 2014 and still not finished. Point is I have to prod him as well which is a fine line. If it weren't for you two then nothing will new happen in the Coleco Community anymore. |
I am following this too. I am hoping to use the library in future projects. Nice work |
The guy is a genius. The lack of documentation is what slows my progress. The official manual from Coleco talks about these but trying to decipher what an engineer writes to practical use is insane. You really need to show examples. |
You have examples with pvcollib @KPreston2900050 , what is not ok with the examples ? Regarding EmulTwo, as I rewrote it from scratch, it is still very buggy with lack of features, but , if you want to test it, let's go : https://www.portabledev.com/pvcollib/emultwo.exe And, you know, I also have a job, so doing some homebrews, trying to update pvcollib, pvsneslib and doing my real job is not really easy (even with the lockdown). |
I know you have a job. I supported you by purchasing Bagman under my real name. I write in 100% Z80 assembly language and the examples that I find at Atari Age are mostly in C. My thinking is that I can get more power and tighter code if I do it in Z80 so I can create software that is not dependent on the SGM. Also, you can go through the Coleco Coding guide and there is no setup or examples of using the PutOBJ command which involves animating patterns which is slower going through the OS. There is the other thing. Anyway, I will try your download and report anything that may be a bug. |
HOLLY CRAP! |
lol, thanks for your last comment, this is the reason why I'm trying to do some homebrews and emulators : to see such comments ;) |
Been called to AD due to COVID-19 |
o_O, didn't understand, sorry .... |
The EmuTwo emulator both has sound issues and an external video issue.
The TMS9928 has an external video which is not properly addressed.
Not that we should see an external video source but the wrong background color shows up if it is not set correctly using Video Mode 1 or 2.
If I may add, it's been two years and if it's never going to be updated I humbly request that it be released as open source.
It has a great debugger with pattern tables and everything.
I will add that this is the best Coleco emulator out there because of features and is my goto when developing games. It is a shame that it is no longer being worked on.
The text was updated successfully, but these errors were encountered: