Search results

  1. F

    LC475 disable onboard RAM

    @opualuan @MrFahrenheit @qubitz Take a look at this other thread linked below. I took these hacks from @Mustermann and implemented them into the ROM I have been hacking. For the LC475/Q605 I am calling this "version 0.92."...
  2. F

    Testers Needed: Modified ROM for LC475/Q605

    I am not sure if @Mustermann is around anymore. But he had a pretty neat thread I linked to below regarding disabling the slow (70ns) onboard RAM for the LC475/Q605. https://68kmla.org/bb/index.php?threads/lc475-disable-onboard-ram.49016/ So I took his lead and implemented this in what I am...
  3. 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...
  4. F

    BlueSCSI on SE/30 problem

    You might want to run MacsBug, and check to see what drives or drivers are loaded. That might help you narrow this down.
  5. 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...
  6. F

    Testers Needed: Modified ROM for LC475/Q605

    Attached is ROM checksum F1 A6 F3 43. 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 me know.
  7. F

    LC475 disable onboard RAM

    Agree with the all the comments. @Mustermann would be very interesting in seeing your edited ROM if you would be willing to share.
  8. 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. Any of the machines listed below should be shoe-in candidates for testing: Quadra 605 LC 475 LC 575...
  9. F

    Testers Needed: Modified ROM for LC475/Q605

    I don't have a Q650. But I could work up this same list of hacks and ROM/RAM disk for that machine if you'd like to test it? Do you have an 8MB SIMM? I'm going through my notes to see if I can make sense of what we ran into specifically. I seem to remember issues with some ROMs that might use...
  10. F

    Testers Needed: Modified ROM for LC475/Q605

    I have a C/Q610 as well. So I have the same ROM ready to go for that specific machine. Right now it has a 7MB disk image appended, so if you could find your 8MB SIMM that would be ideal. I'll post the ROM for the C/Q610 tomorrow. I could look at adding a 1MB disk image instead, but that would...
  11. F

    Testers Needed: Modified ROM for LC475/Q605

    I do have these same changes prepped for the other 1024KB ROMs. @olePigeon what do you have available? I will see about getting that ROM prepped to share here too.
  12. 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...
  13. F

    Read/Write PRAM and xPRAM

    OK for the fun of the community, here is the mock code I threw together for this. I'm thinking of having a specific offset set aside in ROM to trigger this. So if the appropriate offset = 0x01, then run this routine to set the mouse tracking and volume. When burning the ROM, users could...
  14. F

    Read/Write PRAM and xPRAM

    And interestingly, when you call WritePRAM (0xA038), the system really uses the WriteXPRAM (0xA052) trap to write the 20-bytes of PRAM from low memory back to the clock chip.
  15. F

    AOL Dialup is gone!

    I used to collect these darn AOL disks. I had like 100 of them in a drawer at one point, back when floppies were a big thing. Like Blockbuster, this is the end of an old era. I look back fondly on the sound of an analog handshake and the world that opened up to me in the mid 90's.
  16. F

    Read/Write PRAM and xPRAM

    With the "old" base PRAM, I think Apple's intent is for us to update the value in low memory directly, then call the WritePRAM trap (notice this is not WriteXPRAM). It appears that the WritePRAM trap will essentially copy all 20-bytes of PRAM from low-memory back into the clock chip. Certainly...
  17. F

    ROM hacking in the 68040 Macs

    There are sellers that could sell you the ROM socket, such as JCM or CayMac. But how are your soldering skills? Admittedly for me I wouldn't trust myself to solder on a ROM socket. I would prefer to pay some money and send my board to a professional like CayMac to do the work :)
  18. F

    Using a AI service to assist with classic mac programming

    Pretty cool stuff here. I've thought about using AI to generate this type of classic Mac code. But I haven't made the leap yet, partly because it's sort of fun to learn this stuff and build it myself. But at some point I'll probably make the leap and give this a shot.
  19. F

    Read/Write PRAM and xPRAM

    So this piqued my interest. I've been developing a new ROM disk driver for 1024KB ROMs. It is pretty far along, and a couple smart people have offered to beta test this before I share it out. You know, just in case there are some silly bugs :) But when I got home, I made a small tweak to the...
  20. F

    Read/Write PRAM and xPRAM

    I know this is an old thread, but I wanted to share my thoughts. PRAM vs xPRAM is always a bit of a challenge. The PRAM is sort of sliced and diced in between the xPRAM bits. Attached is a pretty good file that explains the layout of the clock chip memory. You can follow this to find the PRAM...
Back
Top