|
Post by drsnuggles on Feb 6, 2020 8:24:03 GMT -5
I added some features a while ago which i did not really introduced. There is a little hex mon you can use to find interesting values in user area of ram starting at $C880. To start the monitor you have to open the dev console by pressing F12. The enter toggleMemMon() in console. You should see a table on top right. While hovering a cell you can see the offset to address $C880 as tooltip. You can also enter (POKE) a new value into an address, sorry i know focus gets lost by refresh. It's in my todo list. Afterwards i recommend to enter toggleMemMon() again to disable the monitor with the stuttering refresh and continue playing. Another thing i was working on were the Cocktail roms. Thanks have to go to binarystar for the patched roms.
|
|
|
Post by drsnuggles on Feb 8, 2020 15:52:29 GMT -5
VECTREXER: Loading ZIP resources via URL is now supported. At least it works for roms, no overlays yet. Need to add another parameter for seperate overlay source. Actually i look for a PNG file at same location. Again thanks for this idea. Future: Vectrex .PAK files with BIOS + ROMs(4x64kB) + Overlays(normal+uv) + Instructions + ...
|
|
|
Post by VECTREXER on Feb 9, 2020 13:10:00 GMT -5
VECTREXER: Loading ZIP resources via URL is now supported. At least it works for roms, no overlays yet. Need to add another parameter for seperate overlay source. Actually i look for a PNG file at same location. Again thanks for this idea. Future: Vectrex .PAK files with BIOS + ROMs(4x64kB) + Overlays(normal+uv) + Instructions + ... if the PNG file is already inside the same file as the bin ZIP file, then it will get used?
|
|
|
Post by drsnuggles on Feb 9, 2020 16:50:10 GMT -5
No, sorry, not yet. It also came to my mind thats why i mentioned such ZIP packs and ended in idea to even include BIOS and more. It would then be easier to do unzipping browser side that's how i did unpacking before. This time i did different... First we needed a proxy to bypass CORS and mixed content problems. Thats why i came to idea to also move unzip inside this proxy. This keeps browser code small and fitted the ZIPs via URL feature request. I will reuse that. Problem: Found archives are quite different. For example in Malbans version of Oregon Trail www.vectrex.malban.de/OregonTrailV1.04_SmallFonts.zip it's not that easy to identify the rom we are looking for. OK, we humans just need a second. A solution could be to display the content of the zip and let user decide which files to use as rom/overlay. That way it would also be possible to play a single rom from a pack of roms like other emulators offer.
|
|
|
Post by drsnuggles on Feb 14, 2020 14:27:55 GMT -5
Happy Valentine !!!
Just added some roms/details. There is now a total of 427 roms in list and i still have to add some. Not all are working (yet), some are clones like in other rom packs.
|
|
|
Post by drsnuggles on Feb 16, 2020 5:17:06 GMT -5
VECTREXERI've changed ZIP support to client side. Roms can be named *.rom, *.vec or *.bin. Found *.png is used as overlay. Found *.txt is displayed. Nice for game infos and copyright disclaimers. __MACOSX dir is ignored.
|
|
|
Post by drsnuggles on Mar 2, 2020 3:58:29 GMT -5
Just a small rom update: Added Garry Griersons roms, thank you garryg. Also the new ones by Ralf Kornmann are in list.
|
|
|
Post by ls650 on Mar 2, 2020 14:29:00 GMT -5
Nice - I'm glad you are providing this!
|
|
|
Post by drsnuggles on Apr 16, 2020 10:02:53 GMT -5
Thanks to Peer the Emulator got a now slider for setting Gamma. You can set the gamma with URL parameter &gam=5.0 I keep the rom list updated so there are new roms to explore.
|
|
|
Post by VECTREXER on Aug 21, 2020 16:31:46 GMT -5
Nice to see Vectrex Vectorblade ROM's is in there.
|
|
|
Post by drsnuggles on Aug 24, 2020 13:18:16 GMT -5
Ohh that was the older beta 35 version from 2019. It's in my list since Malban pointed me to his version of jsVecx: vectrex.malban.de/vecxWeb/^^ Malban added PB6/IRQ bankswitching and more... Added Gold 2 right now. drsnuggles.github.io/jsvecx/?rom=vectorbladeAgain, thanks has to go to Malban for this masterpiece of code. ... damn, now i have to add flash rom emulation as well
|
|
|
Post by Malban on Aug 24, 2020 13:25:39 GMT -5
*** PRESS BUTTON 1 ***
:-)
|
|
|
Post by drsnuggles on May 10, 2021 4:45:45 GMT -5
Fixed a bug when using overlays from ZIP files. Overlay was set correct but then sometimes overwritten to *.zip
|
|
|
Post by drsnuggles on May 17, 2021 13:27:38 GMT -5
Switched from ScriptProcessor to AudioWorklet. Mainly to get rid of a depreciation warning and most popular browsers support it now.
|
|
|
Post by drsnuggles on May 21, 2021 8:24:00 GMT -5
Added record/capture feature. Someone mentioned that don't remember who or where? Sorry Press F9 to start/stop recording. In browser based pop up select the emu tab and don't forget to enable audio if wanted. Known bug: Audio sounds different and sometimes i had cancellation, maybe 22,050 -> 48,000 for opus?
|
|