• 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.

Recent content by AbelVincze

  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...
Top