Steven Hugg

Results 89 comments of Steven Hugg

Thanks for this! I updated the nesbanked.cfg file, the two sample files seem to work, you can try it out on the dev site: https://sehugg.github.io/8bitworkshop/?platform=nes&file=bankswitch.c I didn't mess with the...

I think one issue is that it’s trying to read a “.txt” file as a binary. If it’s a binary ROM, upload it with an extension like .bin. If it’s...

You have a few special 8bitworkshop #defines: __8BITWORKSHOP__ EXT_INLINE_ASM TOPMOD__ Good luck with your projects! > On Mar 23, 2025, at 5:39 AM, Jacob Lister ***@***.***> wrote: > > >...

Nice looking project! Haven't figured out what is up with WASM, but here's the error: ``` [wasm-validator error in function _initial__TOP__1] call param types must match, on [index.js:43:322](http://localhost:8000/node_modules/binaryen/index.js) (call $$readmem_2...

Thanks ... the 6809 version of that wasn't ever completely finished, I'll see what I can do.

I looked into it last year -- I think I got stuck trying to find an appropriate emulator, and tried to integrate this one: https://github.com/joamag/boytacean

Done! Doc page updated.

Not sure, it has worked pretty well on my M1. Sometimes having dev tools open affects performance. Is an external monitor connected?

I'm not sure what's up, Java is not a dependency though. Maybe try the Stellerator emulator or other platforms and see if the same problem occurs? Could be RAM pressure...