|
Post by oziphantom on Jul 8, 2020 17:44:59 GMT
I have an EF3 cart being active in 128 mode and USB PRG download working. Its hokey in that I don't get the EF to auto boot the bank at the moment though.
|
|
|
Post by bjonte on Jul 8, 2020 20:01:36 GMT
Very nice!
|
|
|
Post by tokra on Jul 13, 2020 15:17:50 GMT
Why is it that the EasyFlash 1 works fine with the C128 and EasyFlash 3 does not? Can you explain the reasons and what you are doing about it so it does work?
|
|
|
Post by vmarcus on Jul 14, 2020 2:09:46 GMT
Hey, unless I'm mistaken, but I thought the "EF 128" was to down load programs directly from a USB. While "EasyFlash 1" loads from flash-ROM.
Then again, maybe this is fun project for the author. Nice job.
|
|
|
Post by oziphantom on Jul 14, 2020 6:59:28 GMT
EF3 and EF1 are very different things. For example the EF3 has a boot menu, kernal replacement, AR 5, SS5 emulation and 8 slots. It also has a usb port that lets you flash from PC, download and run a prg from the pc or write a disk from the PC.
It will "work" on a 128, well I don't think Kernal replacement works, but when you exit the 128 mode the cart is 95% disabled. You get 256 bytes of RAM at DF00 and that is it.
When making games in the emulator it is important to test on hardware quick and fast. Balancing for an xbox controller on a pc is a bad idea. You put it on hardware and its bad. I need a fast way to get and test on real hardware. There is no option available for this. RR-NET is 64 mode only, EF3 is 64 mode only. But for testing I make use of Function ROMS to add debugging on the 80 col monitor. So I want to get a fully working EF cart, that lets me download and run a file from USB and lets me flash External Function ROMs ( banked ones ). I also want to get banked RAM ( the EF3 actually has 32K ) so I can set up a RAM external ROM, that you can program 256 bytes at DF00 and then let the ROM be accessed as EFUNC. This way I can USB download my debug function ROM, multiple banks of PRG from the PC and test on hardware.
|
|
|
Post by bjonte on Jul 14, 2020 10:38:15 GMT
I made a custom solution where I have a userport transfer program in the internal function ROM to boot it quickly on reset and then a Raspberry Pi connected to it to get network connectivity. It makes it possible to send programs to and from memory and disks. However, I have no solution to test ROM images for cartridges. This could be a way to do that perhaps.
|
|
|
Post by oziphantom on Jul 15, 2020 8:36:56 GMT
I'm also working on a Raspberry Pi based solution a PiDS but getting parts is hard at the moment. Even when all the parts said "I'm in stock ready to ship" somehow one of them is on back order... But having the EF128 cart give me a RAM function ROM will also help me get my full testing debug setup working as well.
|
|
|
Post by bjonte on Jul 15, 2020 9:26:44 GMT
I heard that some eprom programmers can be put directly in the EPROM socket to simulate RAM as EPROM. That’s probably the easiest but maybe most expensive solution.
|
|
|
Post by oziphantom on Aug 17, 2020 13:21:59 GMT
Updates 128 native BOOT with simple menu and 32K banking
|
|
|
Post by bjonte on Aug 17, 2020 19:53:38 GMT
Nice progress!
|
|