• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

Search results

  1. bribri

    How do you get CodeWarrior to add assembler source files to a project?

    This ought to be an easy and dumb question, but for the life of me I can't figure it out. I want to add a 68k assembler source file to a CodeWarrior (Pro 4) project. But I can't figure out how! Am I supposed to use a .a extension for it? Regardless of what extension I do use -- and I've tried...
  2. bribri

    Possible to get the saved instruction address at interrupt time, in a Time Manager task?

    I'm trying to see if I can hack together a sampling profiler, and to do that I tried using a Time Manager task that would execute every X milliseconds. The idea was that at interrupt time I would figure out the address of the instruction that execution will return to when the interrupt is...
  3. bribri

    Sending UDP packets with MacTCP slows down the system for about one second. Any way to avoid this?

    I have an application running in System 7.1 with MacTCP 2.1 on an SE/30 + BlueSCSI v2 that sends occasional UDP packets containing a few tens of bytes of data. For some reason, after sending the packet (and after it's been received at its destination), the whole system becomes a little bit...
  4. bribri

    Trying to get old library linking into retro68 project without crashing the system

    Hello! This is my first post here, so I figure I should introduce myself briefly. I've recently gotten back into classic Mac game development. Back in the 90s when I was young (and I was in my preteens / teens) I made a bunch of HyperCard and C++ games, most of which were never finished much...
Back
Top