This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Ranman
Pages: 1 ... 43 44 [45] 46 47 ... 92
661
« on: September 02, 2007, 01:37:00 pm »
662
« on: September 02, 2007, 12:46:00 pm »
Welcome aboard! :thumbup: Now get to work!
663
« on: September 02, 2007, 05:34:00 am »
QuoteBegin-AaroneusTheGreat+2 Sep, 2007, 10:13--> QUOTE (AaroneusTheGreat @ 2 Sep, 2007, 10:13) | A pendrive or a smart drive (a usb mass storage device) goes for pretty cheap now. You can get a 1GB smart drive for no more than $6-$80 dollars and often cheaper with rebates and such. |
I just saw an 8GB USB drive at Fry's for $79. O_O QuoteBegin-AaroneusTheGreat+2 Sep, 2007, 10:13 --> QUOTE (AaroneusTheGreat @ 2 Sep, 2007, 10:13) | Ranman saves the day! I would have never thought to unplug the bios jumpers and the video card, plug everything back in and start it up.
My computer lives!!! Muhahahaha.
664
« on: August 31, 2007, 03:31:00 pm »
QuoteBegin-Halifax+31 Aug, 2007, 21:16--> QUOTE (Halifax @ 31 Aug, 2007, 21:16) | Woah woah, now you are talking about killing the face of C, and breaking a bunch of source trees. |
665
« on: August 31, 2007, 03:07:00 pm »
You could also leave out the following C commands:
- do/while (redundant with 'for' loops) - switch/case (redundant with 'if/else') - goto (bad programming practice)
The following C types are not absolutely necessary either:
- register (you probably don't have enough registers to spare) - auto (I have never even seen this used) - union - const - and bitfields (redundant with shifting & masking)
666
« on: August 31, 2007, 02:46:00 pm »
QuoteBegin-Halifax+31 Aug, 2007, 20:32--> QUOTE (Halifax @ 31 Aug, 2007, 20:32) | Nah I don't think I am going to take out anything really from the C language, except maybe from the preprocessor. |
Actually, I was thinking about limiting things for the Z80 implementation such as:
- floats & double floats - variable number of arguments (ex. printf() ) - possibly consider leaving out 32 bit integers
667
« on: August 31, 2007, 02:06:00 pm »
Now that was a super cool & super nice thing to do! (hmmm... that sounded corny) Happy birthday Omnimaga! :gift:
668
« on: August 31, 2007, 02:01:00 pm »
If you define some rules and/or limitations (something like Small C), then your C compiler implementation complexity will decrease substantially. Now... what are those darned rules/limitations? :gah:
669
« on: August 31, 2007, 01:51:00 pm »
Wow! O_O This is very nice looking! Keep up the great work!
670
« on: August 31, 2007, 01:48:00 pm »
671
« on: August 20, 2007, 05:29:00 am »
QuoteBegin-DJ Omnimaga+20 Aug, 2007, 11:01--> QUOTE (DJ Omnimaga @ 20 Aug, 2007, 11:01) | Idk he doesn't post much anymore anywhere and he didnt posted any progress beforehand |
Hmmm... The last update I read (I think) was back in January of this year.
Hopefully it is not dead. If so, maybe someone could pick up where he left off. I think it would be a great idea to be able to merge the communities again.
672
« on: August 20, 2007, 02:32:00 am »
Is bfr still working on the 86 and/or 68K port? I haven't heard anything in a long time.
673
« on: August 19, 2007, 01:34:00 pm »
QuoteBegin-spengo+19 Aug, 2007, 19:19--> QUOTE (spengo @ 19 Aug, 2007, 19:19) | Ho ho... yes well I've beat this game waayy to many times already. =) Now I'm just messing around with it. |
Go for it! Sounds like fun! I was just joking before.
674
« on: August 19, 2007, 01:10:00 pm »
Hey... That's cheating.
675
« on: August 18, 2007, 08:27:00 pm »
Hmmmm... This sounds interesting. %)
Pages: 1 ... 43 44 [45] 46 47 ... 92
|
|
|