Show Posts

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 - Geekboy1011

Pages: 1 ... 38 39 [40] 41 42 ... 122
586
Miscellaneous / Re: Dreams
« on: October 13, 2011, 06:02:05 pm »
Not rly.  I mostly keep the peace.  I host it and all computers have same IP now as we are forced to play through port 80.  Our school stops us from doing things via proxy so... I ccan't ban indiv computers :/

i know the feeling i had to keep the peace when i played

also just remembered in this mornings dream i ended up cleaning my house... now i have to do it IWL ;.;

587
Miscellaneous / Re: Dreams
« on: October 13, 2011, 05:18:03 pm »
yay more tetris effect!!

you make anything cool :P

588
Miscellaneous / Re: Dreams
« on: October 13, 2011, 04:50:20 pm »
had a dream this morning
where the moon was replaced with this giant moon that looked like a asteroid and it was in really clear detail it was pretty neat.

and by clear detail i mean that you could see each indivisual crater and dry river in its surface. it was awe inspiring. Yet all the dream characters acted like it was normal \0/

589
ASM / Re: Interrupt Questions
« on: October 13, 2011, 02:22:03 pm »
well if you are succsesfully masking the bits on port 3 and 4 you can probably just check port 4 to see if a interrupt is running. i think im reading the wiki page right.

590
ASM / Re: Interrupt Questions
« on: October 13, 2011, 02:13:37 pm »
easiest way i can think of is to just set a flag at the start of hte interupt and reset it at the end? you might be able to do something with a port to check though i forget :/

591
ASM / Re: Interrupt Questions
« on: October 12, 2011, 11:07:54 pm »

Code: [Select]
     di
     ld hl,interrupt
     ld de,8A8Ah
     ld bc,interrupt_end - interrupt
     ldir

     ld hl,8000h
     ld de,8001h
     ld bc,257
     ld (hl),8Ah
     ldir
     ld a,%00001011
     out (3),a
     ld a,80h
     ld i,a
     im 2

made a few changes thats the only differences in my code from yours :/ if that doesnt do it idk what it is :/

592
ASM / Re: Interrupt Questions
« on: October 12, 2011, 10:04:54 pm »
Along with Geekboy's suggestion. You also need to reenable interrupts. When the interrupt fires, there is an automatic DI that gets run, so you need to undo it.

Wow i missed this while reading my own code >.<

593
OmnomIRC Development / Re: Show hostmasks in join/quits/parts
« on: October 12, 2011, 06:03:00 pm »
it be nice if this was enabled on omnomirc for just mods because i use omnom to monitor irc when im browsing and such

594
ASM / Re: Interrupt Questions
« on: October 12, 2011, 05:46:50 pm »
Your forgetting to set the interupt mask would be my guess
try tacking this before you restore progptr
Code: [Select]
Xor a
out (3),a
ld a,%00001011 ; this set interupts to go on with hardware timer 1 the on key and the link port
out (3),a

more info on port 3 is here
http://wikiti.brandonw.net/index.php?title=83Plus:Ports:03

hopefully that helps ^_^

Edit:

you may also want to look at port four bits 1 and 2
http://wikiti.brandonw.net/index.php?title=83Plus:Ports:04

used for setting the speed of the hardware timers ^^

595
Miscellaneous / Re: Dreams
« on: October 05, 2011, 12:05:13 pm »
For some reasons lately I sometimes dream of some songs ideas and even hear the song in my head, kinda, then when I wake up I forgot most of it x.x

I had this happen with calc games too. Also after one of the drama incident last month I had a bad dream that Juju was moving to another city that is far from where I live x.x. That was kinda scary

I wonder if that could be because over a year ago I actually had plans to move far away? (That was before meeting him irl btw)

this happens alot to alot of people sadly

the mind is less restricted logically in dreams when it comes to creation so we have amazing skill making things up on the fly.
the issue is though our brains are designed to literally chemically erase these dreams from our memory so that we dont confuse them with waking life. its kinda saddening but the results of dream memories taking place of real ones is even scaryier imo :/


as for the juju thing, the mind has a tendancy to work on your waking life fears in dreams where you cant be hurt by it. it kinda treats it like a mental sandbox where it can test out scenarios and work on reactions to it and such. its kinda one of the niftier uses the subconscious has for dreaming

596
CaDan SHMUP / Re: Yet another shooter
« on: October 04, 2011, 12:35:00 pm »
I wanted to make sure it looked nice, but really, I just wanted to make sure that I have no dead test code sitting around like I did with the old CaDan.

yeah that was annoying lol made some things go wonky >.<

597
that was mean ;.; i lost the game

also HAIIII!!

598
ROM Hacking and Console Homebrew / Re: Omni Emblem
« on: September 23, 2011, 07:17:21 pm »
The character sprites in this thread are all fantastic, did you do them yourselves?

so far they are all really well done and fancy repallates i think finaliti adds some custom touches to them which is nice. they are all based off the sheets on FEplanet though.

eventually we will have some full customs like shmibs' person and a few that im working on

599
ROM Hacking and Console Homebrew / Re: Omni Emblem
« on: September 22, 2011, 03:26:32 pm »
i by far have the best one here :P

seeing as aj's is a clone of mine and im on windows :P which always seems benificial when it comes to rom hacking

600
ROM Hacking and Console Homebrew / Re: Omni Emblem
« on: September 22, 2011, 01:37:17 pm »
possibly ill take a look in a few eating lunch :P

Pages: 1 ... 38 39 [40] 41 42 ... 122