Posts for Alyosha

Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
I played this game a lot as a kid, pretty cool to see a TAS, voting yes!
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Nice work improving this! Too bad Pro D is still elusive.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
ruadath wrote:
adelikat wrote:
ruadath wrote:
When TASing Game Gear games, BizHawk 1.12.2 TAStudio throws a NullReferenceException and crashes (including BizHawk) every time an attempt to save the project file is made (although from what I can tell, the save does go through). Please fix.
Works for me on 1.12.2 and latest master. Please provide more info
Just checked again. Apparently using the save method from the drop down menu works, but Ctrl+S causes a crash. Help?
Can you try again in 1.13? I'm pretty sure I fixed that. The error was that Ctrl+S was trying to do two things, in TAStudio it was saving, but in EmuHawk it was trying to save save ram, which if non-existent caused the null reference exception.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
That was cool! It looks so smooth too, awesome stuff.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
I like the idea of using TASBot for the logo. Mario and Mega Man always seemed kind of out of place.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
There is nothing in the coleco core that indicates anything about the Adam, so no it's not supported, I'm guessing that first ROM is just mislabelled?
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Seems to be working to me, although it took 5 minutes to get into the game...and then I walked backwards over the edge and died and it told me to insert side 2, I'm glad I had a NES growing up.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
It's getting there. Here is the sound after the third round of commits. If I could get the buzzing sound worked out, I'd be happy with it. For future work it might be worth it to just integrate the reSID library, since it's at least much closer to the real thing then the high level FFT + attenuation I'm using now, but I'm not interested enough to do it. Link to video
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Master of Puppets wrote:
https://www.reddit.com/r/gamecollecting/ might provide more chance of people actually having hardware. Also can try http://segaage.com/ the less popular cousin to nintendoage.com
Thanks, I'll give it a try.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
hegyak wrote:
Family BASIC has a bug/defect: https://github.com/TASVideos/BizHawk/issues/857
Oh yeah, I forgot about that one. Fixed in master.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Oh yeah, I guess I should spare people the pain of waiting through that horrible and long boot up sequence XD (I forgot how tedious that is when you don't already have a savestate where you need it) Link to video NOTE: This is only a first draft, and should improve a bit by the final version, but don't expect it to sound like VICE (unless Saxxon comes back and codes it up)
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
I've been working with SID filtering a bit. I have a first draft committed in master, so anyone interested can try it out in the dev build. Things seem to be working at least somewhat well. Gianna Sisters wind sound is much better then in 1.12.2. The rather basic FFT implementation I used though really isn't up to the task of emulating the filtering in a low level way (the way reSID does in VICE), but with a few more tweaks I should at least be able to get close.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
adelikat wrote:
I think this technique is cool as hell. Pausing to speed up load times, I love the counter-intuitive. For me this isn't controversial at all. Also, I get the impression this is something that could be done to other SMS games as well?
Yes, any game that increments a counter outside of an interrupt loop potentially is vulnerable to this. MESSUHGAH originally pointed it out on Batman. If they had simply incremented the counter within the loop this would not occur at all (since NMI jumps to $0066 and IRQ jumps to $0038) Also it's just good luck that we see this behavior at all. Emulators that start frames at vbkank (as even other bizhawk cores like NEShawk do) would execute the NMI but then immediately enter IRQ before anything goes awry. Time to improve some SMS runs !
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
@MESHUGGAH: Seems plausible, but I'd still like hardware confirmation to determine that this is just a programming oversight and not something else emulator related.
jlun2 wrote:
Have you tried asking on reddit? I'm not sure which subreddit would work, but maybe https://www.reddit.com/r/emulation/ ? This forum seems rather obscure in comparison.
Thanks for the suggestion, I will do just that.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Nice work researching this Omnigamer. This level of research definitely seems sufficirnt to me.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Hurray! And an improvement as well, nicely done.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Yes it's finally submitted! I've been looking forward to this run being done for a long time and it did not disappoint. Platform Perils was a really nice surprise. This run is something I consider a real milestone in TASing, it's super optimized and fun to watch, give it a star for sure! Glad I could help a little in getting over the hurdle of Croctopus Chase, I'm happy to leave that one behind me too. Anyway, Congratulations Tompa on finally completing this masterpiece! I hope you feel a big sense of relief that all that hard work finally paid off!
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
The music test and the sound test are different things . Yes the sound test has correct colors. I've tested all the other good emulators and they all have the same colors as in my above post for the music test, so I believe it to be correct, but I need actual hardware proof.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Paddy wrote:
I have upgraded to 1.12.2 and Genesis game genie codes are working fine now. Also appear to be working on NES games too. Still not working on SNES games though. Have tried several games and all codes have come from GameGenie.com direct. Games tried on are Zombies Ate My Neighbors, Mario All Stars, Animaniacs and Megaman X.
I looked into this briefly. It seems the memory watches (cheats) are not being transmitted from BizHawk to the bsnes core. So even though they are being created correctly they will not have any effect. Not sure if/when/how it will be fixed.
Post subject: Hardware Test Needed: Shining Force Gaiden - Final Conflict
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Hi all, I have a request for anyone who happens to have a Game Gear and owns a copy of Shining Force Gaiden: The Final Conflict. The music test screen has colors that appear to be incorrect on every emulator I check: I looked around the internet a bit but I could not find any pictures of this screen from the game on an actual console. I also posted on SMS Power about it, as that seemed like the obvious place to ask, but got no response. So if anyone can confirm if this behaviour is correct, or has any ideas on where else I should ask, please let me know so I can close the book on this one. Thank you!
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
TheRealThingy wrote:
Alyosha wrote:
the run by TheRealThingy would have been accepted.
Accepted to gruefood. I will probably uncancel that run if you can't improve it. Take your time.
Nope, I can't beat it. The arrangement of enemies in level 2 appears optimal and there is no faster way to do level 1. Yes please dp uncancel your run so we can have an optimized run published!
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
I like this TAS. Quick work of a glitchy game just like Halo 2600. I guess this is what happens with insufficient play testing :)
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
0_0 ... I even commenteed on that one, I completely forgot about it. @rudath: It was cancelled in the (mistaken) belief that it would be rejected for being an emulator based improvement and not a gameplay improvement. In reality the current run by BrunoVisnadi is based on rather poor emulation and the run by TheRealThingy would have been accepted. Well guess I'll cancel this and see if I can improve TheRealThingy's >___>
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Wow this one is unexpected. I watched it and it looks really well done to me, nice work xipo!
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3572)
Joined: 11/30/2014
Posts: 2744
Location: US
Pretty cool! Motion looks pretty smooth. First person Zelda would be crazy if you could get the sprites to look at you, neat concept!