• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Search results

  1. AbelVincze

    Powerbook 165 memory upgrade

    And here is a card I ordered earlier, but could not use it. Anyone interested?
  2. AbelVincze

    Powerbook 165 memory upgrade

    I found siliconinsider on twitter, and ordered a PSRAM card for my PB165.
  3. AbelVincze

    Powerbook 165 memory upgrade

    Hi guys, i'm looking for a member (siliconinsider) who creates memory upgrade for these old PowerBooks. Before the big data loss of this forum, there was a thread about memory upgrades, and it would be awesome to continue discussing about it...
  4. AbelVincze

    Another Mac Classic II app

    Thank you! It's a bit more complicated because of the timing: i have to clear the previous frame, and redraw the new one. I have two set of buffered (rotated and shifted graphic) characters, and they are ordered in ascending Y position. This is how the tasks are done in a single frame: -...
  5. AbelVincze

    Another Mac Classic II app

    Yes, kind of. Every drawing on the screen is done by direct accessing the VIdeo RAM, and i use the less possible system calls, especially in case of accessing the screen, as it would be too slow. I will translate the source file comments, so it will be easier to explore it in case of interest.
  6. AbelVincze

    Another Mac Classic II app

    Thanks! They are precalculated at the begining (this is why the progressbar)
  7. AbelVincze

    Another Mac Classic II app

    Hi All! Another stuff i just finished... Need some polishing, but i was so excited to got it working after 1 week of assembly coding (only spare time during the week) Please enjoy! Sources: https://github.com/AbelVincze/Cattail-Scroller-Mac68k
  8. AbelVincze

    Fast Graphic Movement on 68k

    Hi, if you're still need some info, just let me know. I'm working with LC series, and Mac Classic II. The VideoRAM address can be retrieved very easy, using some system calls. I have C sources, and also complete ASM sources to start an app, initialize and access the screen, (change screen depth/...
  9. AbelVincze

    Mac Classic II boot issues

    Ok, finally, i made a copy of the system on the second partition, and now if i have to restart, the Mac can boot from that second partition, and as the os is loaded, i just have to restart again to boot the original system. I still don't understand why do i have to do that, but at least i do not...
  10. AbelVincze

    Mac Classic II boot issues

    It could be, but after booting from the same HD on a different Mac in an external SCSI, and then putting back the HD in the Mac Classic II, everithing is fine.
  11. AbelVincze

    Mac Classic II boot issues

    Hi, i'm using a Mac Classic II for development, and i'm facing a strange issue, maybe someone knows what is happening. The issue is, whenever my Mac is freezing, and i have to turn it off then on, it will not boot again, with a questionmark on the disk icon. If i boot from a floppy, it says...
  12. AbelVincze

    Dev on Mac LC III and Classic II

    And another source: http://iparigrafika.hu/retrocomputing/files/MacIntroV2.sit
  13. AbelVincze

    Dev on Mac LC III and Classic II

    I'm happy it work on a Quadra 800 too. May i ask which OS is it running? The 64 KB data limit has been fixed it was just a linking setting. Another 2 little app is coming soon.
  14. AbelVincze

    Dev on Mac LC III and Classic II

    I fixed the source files for the first app to run on LC 475 as well: http://iparigrafika.hu/retrocomputing/files/MacIntroV1.sit
  15. AbelVincze

    Dev on Mac LC III and Classic II

    Yes, i know, the problem is that at the moment i do not have any idea what could cause that issue. I'm using OS globals to get the VRAM base address.... and funny but as i wrote these words, i just remember that there is two way to get that base address, and i'm using the Old way... It is...
  16. AbelVincze

    Dev on Mac LC III and Classic II

    oh... i'm a bit sad that it didn't worked. I will try to find out why...
  17. AbelVincze

    Dev on Mac LC III and Classic II

    Here are the sources: http://iparigrafika.hu/retrocomputing/macc_sources.zip Mac Intro V2 is still flickery on Mac Classic II, it seems the DYCP code needs to be optimalized, converting the image renderer codes from C to ASM was't enough. The apps will run on 512x342 and 640x480 @ 1bit (the...
  18. AbelVincze

    Dev on Mac LC III and Classic II

    I don't use quickdraw at all, just direcrt write to VRAM as you mentionned. The JS prototype is for testing the effect, if it looks nice or not. The article about porting codes between OS X and classic OS with 68k support is quiet interesting. 
  19. AbelVincze

    Dev on Mac LC III and Classic II

    I just finished a new intro featuring a stretcher/image swapper and a DYCP scroller: I have to polish is a little bit, and make it working on Mac Classic (512x342 screen res), then i will post the sources. Thanks for watching. Some words about the making of this intro: the graphics was made...
  20. AbelVincze

    Dev on Mac LC III and Classic II

    Hi, ok at least it will be tested on a Quadra 800 too:) Tonight i will finish a new effect, and then i will make a package of all the files. And i will also add comments to the code. I will post the news, and the links later in this topic!
Top