Posts for Alyosha
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
I think problem 3 is asking for a strategy that skews the probability in favor of a high positive score, even though the expected value is still zero. For example: if you get the first question right, then skip the next question. If you get the first question wrong, then guess on the next question. Then you have a 75% chance of having a score of +1 after 2 questions (and 25% chance of having a score of -3.) Gamble! Probably there is some strategy with a high probability of some moderately positive score in exchange for a very low probability of some very very negative score.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Click on the empty white box next to "P2 Up" etc. It should turn light blue. Then press the key you want to assign.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Config -> Controllers -> Player 2 You should see this:
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Oh yeah, I forgot about that. I'll add those keys soon. My attention span is too short to work on any modern-ish systems, so keep dreaming. XD For 'other core' work I'm already got enough work with Coleco ADAM and GBHawk to last me quite a long time. Probably nothing new will happen there.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
^ I think what you want is Config -> Controllers -> Player 2. Just assign some hotkey's for player 2 to use.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Alright, well luckily other people had already been through the trouble of figuring out how the wave RAM tests work so I basically just had to read through some posts to get the right behaviour. That made it much easier. With this GBHawk is nominally operational. I integrated it into the Dev Builds for anyone who wants to test. There are still some bugs so if anyone finds anything please report it here. I also removed BIOS support from Gambatte due to it's bugginess. I also put a core picker into BizHawk so you can choose between GBHawk and Gambatte. There is still a long way to go in terms of development, but as it is right now it's already passes almost all the available test roms, which means it's really solid as a baseline model to develop on. Next steps will be working through mappers, adding link cable support, implementing nitty gritty details of the ppu, and fixing bugs. Once all that is done I might take a look at cgb.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Small update as I work through the Audio test ROMs. I'm about 50% done. Everything is up and running and sounds mostly correct (with a few small glitches to sort out.) I made it through the first few test ROMs without too much trouble, and I made sure to integrate save state support as I go. Really the only difficult part left is the waveRAM tests, which will probably take a while since they are regarded as being quite challenging. Overall though things are progressing pretty well. I also tested out Sameboy for GB support. It was only slightly faster then GBHawk though, so probably can't serve the purpose of 'performance core' after all. So I guess Gambatte will live on in this role.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
I strongly agree with FractalFusion that this shouldn't be published unless the emulation problems are fixed. Good luck with the RNG though.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Hurray an actual A7800Hawk submission! 8D I actual tried playing this game manually during development, I barely got by the first obstacle. Voting yes.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
feos wrote:
If you guys see nothing common between these, you're being ignorant. If you don't see any difference between these, you're being ignorant.
I think what you are seeing feos is more apathy then ignorance. We've been down this road before and there is nothing at the end of it. I think we all trust you to make a suitable definition.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Sour wrote:
I'm actually in the middle of adding support for over a dozen of the controllers missing from Mesen at the moment (including keyboards, barcode readers, etc.), rewriting the movie file format and allowing every kind of input device to be recorded or used via netplay. The new format is essentially the same as bk2, it's a zip file containing text files for configuration & input log. After that, I still need to make some sort of TAS editor, but that may still take a while (I personally haven't ever used one and don't really know what features people want/need from one)
Cool! Good luck with development! As feos already linked, the TAS editor in FCEUX is the best place to start. Also, since you are thinking about it from the ground up, it would be a good idea to keep in mind being able to do sub-frame inputs natively. there is a lot of potential and demand for this right now that BizHawk can't meet.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Enough OOB an other antics for a yes vote from me. You all have a good eye for funny stuff to do in down time.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
smellyfeetyouhave wrote:
On the title screen for Kirby's Dream Land, I get around 370 in GBHawk and around 3000 from Gambatte. I know scaling isn't perfect, but I doing the math, that's around 5.6x faster for you and and 8.1x faster for me. That's a pretty significant difference in scaling.
Ah, yeah results will vary by game. Kirby's Dream Land is pretty intense with sprites. I only get 260 on the title screen in GBHawk (Gambatte is hardly bothered at 1650.) GBHawk does everything one cycle at a time, so things take significantly longer if there are sprites to process.
Also, would you be able to expose more memory domains from GBHawk at some point later on? I know my use case is pretty specific but it'd suck to lose all the domains that Gambatte offers over GBHawk (especially the ROM domain as File on Disk doesn't work for my usage).
Of course! I'll be adding all the bells and whistles as things progress. That's part of the point of going in house with this. Having said that, if anyone is interested in jumping in and helping with development, there is still tons of stuff to do. Despite the lack of audio, the core is fairly mature and robust from an architecture standpoint, and really it's matter of building up capability, so now is a good time for people who want to try their hand at development to give it a go.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
adelikat wrote:
DO we want to keep Gambatte around as the "performance" core, similar to snes9x/bsnes, quicknes/neshawk ?
I don't know. I think Sameboy would serve this purpose better then Gambatte, but we'd need to set it up for GB support to see. I doubt it would approach 1700 fps since Gambatte is a speed machine, but it might be worth it since it would be maintainable and has a comprhensible code base. Plus we don't really need 3 GB cores.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
nice! Hopefully this run will work on console like the previous one did, that would be cool to see.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
smellyfeetyouhave wrote:
What kind of performance can we expect at an unlocked framerate compared to Gambatte?
Currently I can get about 300 fps for GBHawk and 1700 fps for Gambatte. Once audio is added I would expect it to be closer to 270 fps.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
feos wrote:
Guys are you serious? You're telling me the complete collapse of the branching system due to unapproved mass renaming, as well as this whole thread, which caused all site staff members to unite their mental efforts and come up with a solid approach, happened over something completely meaningless?
Yes. "One can argue endlessly about anything," afterall.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Warepire wrote:
Will the GBHawk core require BIOS?
Initially yes. Down the road I might add an option for BIOS skip for casual play, but BIOS enable will be enforced for TAS.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
I also agree with Radiant. It's un-necessary.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Posting an update since I'm back to working on this. I've cleaned up MBC1 emulation and added multi-cart support for Bomberman collection and Mortal Kombat I & II. Next step will be finally tackling audio which is the last step before the core is nominally functional. Going forward, GameBoy emulation will be disabled from Gambatte and and switched to GBHawk. Color GameBoy emulation will continue to be provided by Gambatte. This should allow time for bug fixes and improvements to the core before I add CGB support to GBHawk and remove Gambatte altogether. Also I have removed BIOS support from Gambatte since I don't think it's worth the time to sort out the bugs. I expect I'll be able to start making Dev builds within the next month.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
feos wrote:
Kangaroo (1983) (Atari) [!].a26 from Good2600 v3.14 (Missing 16) doesn't leave the core busy loop. CRC32: 1D961D5A MD5: 35AE38B0DCA275C89C565355CCEBD7AC SHA-1: 982B8016B393A9AA7DD110295A53C4612ECF2141
This was one of those games that had banks swapped internally. Added to the internal list with the others like Congo Bongo fixes it. The failure actually occured at the function that tries to differentiate between NTSC and PAL. Probably I should do something so silent crashes like these are avoided. EDIT: Done. Now the core will throw an error when a frame seems endless instead of just looping forever.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
PikachuMan wrote:
loading 2-player Game Boy tasproj file crashes the emulator. In fact. 2.2.1 might be unstable when it comes to Game Boy TASing with TAStudio.
Indeed. Ok I'll set aside other stuff and prioritize finishing GBHawk. Obviously my attempts to add BIOS support to Gambatte resulted in too many bugs to be useful. It's about time anyway, Gekkio has done so much new research that Gambatte now looks really outdated.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
The movie time is longer though, due to more accurate emulation
I see this line in the publication (and looking up I also see it in the judgement.) This is not the case. The movie is longer because StarvinStruthers was able to end input sooner without costing an in game timer tick. I on the other hand had to hold the fire button until much later. Emulation accuracy is not at issue here, it is purely game mechanics. This might seem counter-intuitive, and well, it is, so maybe the assumption was that it must be due to emulation differences. But no, this game is just weird.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
smellyfeetyouhave wrote:
One 100% reliable way to trigger a crash is:
    >Enable bios in Gamebatte >Load a game and create a savestate (bios enabled) >Quit Bizhawk >Restart Bizhawk >Load the game up again >Load the state
This should result in a crash. The settings all match so it's not a setting mis-match. Another 100% reliable way is:
    >Load the game with bios disabled >Savestate >Enable bios >Reboot core >Load the state
This one has a setting mis-match (loading a non-bios savestate with the bios setting enabled) so it may be a different crash. Maybe one of those crashes will be able to get you a lead.
Thanks for the repro steps. I suspect these errors are different from the original one though. Still an error none the less.
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Hmmm, that sounds bad. I'm surprised this wasn't reported earlier. I'll try to sort it out, or maybe I'll just buckle down on GBHawk so we can deprecate Gambatte, at this point it's quite outdated anyway. Either way I'll put this on the issue tracker since it seems pretty serious.
Alyosha
He/Him
Editor, Experienced Forum User, Published Author, Expert player (3602)
Joined: 11/30/2014
Posts: 2752
Location: US
Good on you for deciding to step away and let some things go. It can be difficult to stop doing things you feel responsible for, even when the alternative is crashing and burning. Hope you find a good balance and get rested!
dwangoAC wrote:
TL;DR: I believe the so called "limited" opportunities at AGDQ 2018 are a result of my own shortcomings/life situations rather than a reflection on the site itself
dwangoAC wrote:
I can't emphasize enough how much the "limited" aspect of AGDQ 2018 TASBot content is a result of me. This is largely because no one else really wanted to actively share in or take over leading the effort
I think maybe you are being a bit too hard on yourself here. Perhps aside from DKC2, I would say that we really didn't have anything to offer, and I don't think that would have changed if someone else had taken your place. I would offer up the opinion that TASBot, much like TASVideos itself, has more or less run it's course with what's currently possible. We need some serious R&D before we are in a position similar to 2014 where there was novel and exciting stuff to offer. Anyway, good luck with the prep!