• Hello Guest! We're hosting a challenge to welcome vintage Intel macs to the MLA during the month of July! See this thread for more information.
  • We've made some quality of life improvements to the Trading Post. More info here.

Search results

  1. C

    Generic Block Game - Happy #MARCHintosh 2026

    I was wondering if it’s possible to use VBLTask instead of putting everything in an infinite loop. I remember reading in "Inside Macintosh" that there’s something called asynchronous audio.
  2. C

    Is there a way to force-close any app at any time?

    Thanks, I’ll do that.
  3. C

    Is there a way to force-close any app at any time?

    To be honest, this is the first time I have felt how important memory protection is.
  4. C

    Is there a way to force-close any app at any time?

    Thank you, because I am not very familiar with how to write UI code, I often encounter infinite loops. I think this shouldn't be a big problem?
  5. C

    Is there a way to force-close any app at any time?

    Thank you, I'm a bit afraid to use the interrupt key, because my emulator is not very stable under the built-in debugger, and I still don't know why.
  6. C

    Is there a way to force-close any app at any time?

    Thanks, I'll give this a try. Is this at the system level, or does it depend on the application's event handling?
  7. C

    Is there a way to force-close any app at any time?

    Hello everyone, I’m new to the 68K Mac. I’m trying to write code in the emulator, but my code crashes frequently. I don’t know how to force-quit an app stuck in an infinite loop, so I’m wondering if there’s a tool similar to `kill 9` in Linux that can force-quit an app. Thanks in advance.
  8. C

    Generic Block Game - Happy #MARCHintosh 2026

    Oh, thank you. So that’s why I couldn’t find the project file icons—I inserted my CW4 disk after the project had already been extracted, so all the files appeared as “document” types. The graphics and music in this game are great😍, but it runs a bit slowly.
  9. C

    Generic Block Game - Happy #MARCHintosh 2026

    To be honest, I am an outsider in this area. Could you please tell me how to compile this? Thanks
  10. C

    Generic Block Game - Happy #MARCHintosh 2026

    To be honest, I’ve become completely reliant on the syntax highlighting and autocomplete features of modern editors. I’ve been working on a Mac II emulator, and when I try to program on it, I feel like I don’t know how to do anything.
  11. C

    Generic Block Game - Happy #MARCHintosh 2026

    It looks pretty good, and I'm glad that there are still people willing to develop software for the 68K Mac.😍
  12. C

    Does the Mac II need FDHD kit for +8MB?

    Hi, I was wondering if the Mac II can run without the FPU. Thanks!
  13. C

    Is there a programming forum here for help using the Toolbox Manager and Quickdraw Manager?

    I think you should talk to Snial. Think C has a couple of small demos that involve a GUI, and then you can cobble together some other code to get the job done.
  14. C

    Is there a programming forum here for help using the Toolbox Manager and Quickdraw Manager?

    I see code in this order: SetFPos FSWrite SetEOF GetVRefNum FlushVol, should I follow this order every time I write data? Thanks for your answer.
  15. C

    Possibility to emulator Portable Book

    Is this microcontroller an extension of the 6502? I wrote my own emulator because the MAME code is just too complex and I wish I could get to know this machine by writing a emulator. Thank you, I hope this stupid question didn't bother you.
  16. C

    Possibility to emulator Portable Book

    Thanks, I spent a lot of time searching for MAME but came up empty handed, Google doesn't seem to have any info on MAME supporting PB.
  17. C

    Is there a programming forum here for help using the Toolbox Manager and Quickdraw Manager?

    Am I to understand that using SetFPos to point to the end of the file and then using FSWrite to write new data?
  18. C

    Is there a programming forum here for help using the Toolbox Manager and Quickdraw Manager?

    Thank you, I took a look at your screenshots and I probably know what I should do, do you mean you can't find volumes 1 to 3? I was wondering if it is possible to continually add data to a newly created file just through SetFPos.
  19. C

    Is there a programming forum here for help using the Toolbox Manager and Quickdraw Manager?

    Sorry to confuse you, I'm aware of the standard C libraries, but I don't really want to use them in a Mac, instead I want to use the toolbox routines.
Back
Top