Search results

  1. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    Thank you! Glad that SDloader is useful for you! And its always nice when you get things to work as you want using only spare parts you have at hands right here and right now ) For safety, maybe add schottky (anode to sdcard and pullup to 3.3v regulator, cathode to gameport, or probably, even...
  2. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    Created patch for PSKAI Lite v6.483 which allow it to boot files from SD card (for example, to load SDLoader). Connect sd card to gameport2, same schematics as SDLoader, place boot.bin at SD card root. To boot it from patched PSKAI Lite, from main menu go to "Exit" and then select "Launch...
  3. M

    Translating Ys 1

    You are welcome :) Thanks for playing with this translation. Mentioned bug was already fixed, but not released yet, so, here it is. As of v0.763 - game is completely playable from beginning to end. Untranslated only ys books in inventory screen and endgame story titles. And also it lacks text...
  4. M

    Translating Ys 1

    Murzik updated Ys 1 English Patch with a new update entry: v0.763 Read the rest of this update entry...
  5. M

    Ys 1 English Patch - v0.763

    Maintenance release. Fixed bug with chests. Game tested and playable from beginning to end. Status: - Untranslated: Ys books in inventory screen, endgame story titles - Text formatting: not done in second part of a game - Game playable from beginning to end (v0.763)
  6. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    Video output compatibility fix
  7. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    What is your output setup and console output mode (50/60, some upscaling devices/converters)? Because lastest release had some incompatibility with OSSC. Anyway here is OSSC friendly release.
  8. M

    Screeen resolution hacks

    FPS cap remove for Wipeout XL: Master: F6000914 C305 B6002800 0000 FPS cap remove: 16076C3E 0001
  9. M

    Saturn serial loader

    For sure. Right now it need huge code refactoring and cleanup as it is mix of assembly and c, with addition of some post compiling/prelinking objects patching to overcome gcc limitations to further optimize critical code for saving few cycles. And as it is constantly worked on, code get new...
  10. M

    Saturn serial loader

    Those already in Serial loader, N switched by lshift/rshift, thought, you checked it. Serial loader merged in SDLoader use 28Mhz instead of 26Mhz as reference clock for it internal baudrate generator, so, yes, calculations use 28 mhz correctly (checked with freqmeter). Anyway, attaching sorted...
  11. M

    Saturn serial loader

    Just quick calculations, sorry didnt tested with freq meter (but results are close to datasheet examples): For NTSC sh2 clock equal to 26874122 N = 0; n = 1; baudrate = 52489 N = 0; n = 2; baudrate = 13122 N = 0; n = 3; baudrate = 3281 for example, if sh2 clock is 28636363 and N=126, n=2...
  12. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    Found two of my old backup ram carts (one is "backup", other is "power memory"). They both are 0x1 id and both use same at29c040a, so, both are 256 page size. For test, i restored your backup dump - everything works fine. Also backed one cart and with bios 256 patch it works great in yabause.
  13. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    I agree, that it is very nice when there are many options and alternatives for one to choose. Cable is good for fast prototyping (especially, if you have dupont crimping tool, you may connect sd card module very fast without any soldering, for example), but pcb connector-module version looks...
  14. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    Thats very great, tzmwx! I like it much more than cable version. And much shorter way for electrons to travel :) 1.6mm? Ok, checked readme.txt. Nice work! I will add it to first topic. Thank you
  15. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    You need to patch and rebuild yabause from sources. It requires to replace cart id for 4mb backup to 0x01 and set device id for it as 0xa4, and add FlashCs1writes/reads for bup4mb (look at how it is done for FlashCs0), so, bios, when it get cartid 0x01 will start to probe rom at cs1 and when it...
  16. M

    Saturn serial loader

    v0.121 Changed baud rate to 211000 bps (NTSC Sega Saturn) much faster now v0.12 Added memory dump/memory write/load and run/jump Examples: //dump 256kb cartridge rom sloader.py d cart_rom_cs0.bin 0x02000000 0x40000 //dump Internal Battery backup RAM (saves) sloader.py d bkram.bin 0x00180000...
  17. M

    Saturn serial loader

    Update: v0.124 -LSHIFT/RSHIFT to switch baudrate. Default is 209954 (for NTSC Sega Saturn) v0.123 -Experimental. Placed sci buffer and sci isr into sh2 cache. v0.122 - Few cleanups v0.121 - Changed baud rate to 211000 bps (NTSC Sega Saturn). Works much faster now Connect Master TX, Master RX...
  18. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    Hi Thanks. Increased timeout limit. v0.31fix1
  19. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    Thank you! Here is v0.31 Added data polling to check sector write status, and use frt to timeout it if something goes wrong. And traditionally - didnt tested on real hw yet. Hope it works and 4m cart restoring became little faster.
  20. M

    SDLoader v0.12: run binaries from SD Card and backup/restore saves

    v0.302 tzmwx, i enabled restore function for your backup ram cart in v0.302. You may try it at your own risk :) As i not tested it on real hw (dont have at29c040a based backup ram cart). Only one thing will not fail for sure, restoring speed will be very slow, as i currently not implemented...
Back
Top