Recent content by frontein1

  1. F

    Testers Needed: Modified ROM for LC475/Q605

    Actually the "stock" benchmark on the left is all the default settings - 33MHz and 80ns RAM latency. So no changes to the IC registers. The "mod" benchmark on the left is 40MHz and 60ns RAM latency. So this might be what you were looking for :) @zigzagjoe pointed out to me on the 68kmla that...
  2. F

    Testers Needed: Modified ROM for LC475/Q605

    OK I ran an initial benchmark with extensions disabled on my LC475/Q605 with v092 of the ROM. Remember this version has the onboard chips disabled. I borrowed that hack from @Mustermann, and I also borrowed his LC475SetCPUClock program. But I made one change to the Config register bits for...
  3. F

    Running a Neural Network on a Mac 128K

    Agreed this is pretty darn cool!
  4. F

    Testers Needed: Modified ROM for LC475/Q605

    Here is the "proof" that the v092 ROM for the Q605/LC475 (above) bypasses counting RAM bank 0 (slow onboard chips). Over the next couple days I am going to work on the Config register to see if I can get the MEMCjr to address the RAM at 60ns with the onboard chips disabled. (If you read the...
  5. F

    Testers Needed: Modified ROM for LC475/Q605

    Close. There are distinct steps to test the RAM and size the RAM. All versions of this ROM bypass testing RAM (onboard & SIMM) to facilitate a faster boot. But specifically for v092, this version purposely does not accumulate the size of the onboard RAM for usage. So essentially the onboard...
  6. F

    Testers Needed: Modified ROM for LC475/Q605

    Taking an idea from user @Mustermann on the 68kmla, I have a new version for the LC475/Q605 which bypasses counting the onboard memory. See link below. https://68kmla.org/bb/index.php?threads/lc475-disable-onboard-ram.49016/ At offset A027C I basically just jump to offset 61030 in the ROM and...
  7. F

    Testers Needed: Modified ROM for LC475/Q605

    Attached is ROM checksum 42 0D BF F3. Any of the machines listed below should be shoe-in candidates for testing: Quadra 700 Quadra 900 I currently do not have a Q700, but one is in the mail. So I did my testing of this modified ROM and disk driver on a IIsi. Stay tuned for more ROMs with...
  8. F

    Testers Needed: Modified ROM for LC475/Q605

    Just to point out, you can easily change the size of the disk image on these ROMs if you do not have an 8MB SIMM. Just change the following offset to the disk size you will be using, and append a different disk image. I will write up an instruction manual soon :) offset 61010 = ROM/RAM disk...
  9. F

    Testers Needed: Modified ROM for LC475/Q605

    Attached is ROM checksum F1 A6 F3 43. This ROM has a 7MB disk appended, so you will need an 8MB SIMM. Any of the machines listed below should be shoe-in candidates for testing: Quadra 610 Centris 610 Stay tuned for more ROMs with these same hacks. If you have any special requests, please let...
  10. F

    Testers Needed: Modified ROM for LC475/Q605

    @Willj these low profile 8MB SIMMs are just awesome in my humble opinion. They allow me to close the cover on my Quadra 605. My younger kid says the ROM LEDs look like lasers :)
  11. F

    Testers Needed: Modified ROM for LC475/Q605

    @JDW had a really good idea regarding this thread. This was to be more verbose in the machine models that could be used for each ROM. So on the attached file, this is ROM checksum FF 74 39 EE. This ROM has a 7MB disk appended, so you will need an 8MB SIMM. Any of the machines listed below...
  12. F

    Testers Needed: Modified ROM for LC475/Q605

    Very kind words @JDW! Thank you. I have a laundry list of future hacks I want to implement. I am looking at building in an optional routine to bypass counting the onboard memory, and to speed up the refresh rate of the RAM SIMM to use 60ns. I am particularly excited to get this hack working ;)
  13. F

    Testers Needed: Modified ROM for LC475/Q605

    For those with LC475/Q605-type Macs (ROM checksum FF 74 39 EE), a working SIMM slot, a SIMM programmer, and an available 8MB SIMM..... I would appreciate feedback on the attached ROM. Firstly, thanks goes to @JDW @Jockelill and @WillJac for doing some initial testing and providing feedback. An...