Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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.
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.
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.
Hi, I have searched for information and the behaviour of appending data to a file seems to involve a function called SetEOF, do you have any other information to provide, thanks.
Hi all, I was wondering why there aren't any emulators that can emulate PB and I was hoping to touch on this.
All I know is that it uses the 68000 PMU ASC and I would like to know how much it differs from the Mac Classic and if I can continue this work based on the MacSE emulation. Thanks guys.
Thank you, it works, what I meant was that malloc works fine without the need for an L after the number. on a side note, it's been a long time since I've seen code that needed an L after a number, I'm spoilt by modern compilers. LOL
Hi, I checked the SIZE, it's 1024, here is my code, I put NewPtr at the top of main, it doesn't complain about any errors, but once I use this space it triggers a system 25 error, which I know means out of memory :
MaxApplZone();
buff = (unsigned char*)NewPtr(128 * 1024);
if(buff == NULL)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.