adventures in babysitting (1987) | xltronic messageboard
 
You are not logged in!

F.A.Q
Log in

Register
  
 
  
 
(nobody)
...and 192 guests

Last 5 registered
Oplandisks
nothingstar
N_loop
yipe
foxtrotromeo

Browse members...
  
 
Members 8025
Messages 2613457
Today 3
Topics 127500
  
 
Messageboard index
adventures in babysitting (1987)
 

offline cwnt on 2012-05-24 01:19 [#02434617]
Points: 951 Status: Regular



here



 

offline broken phillip on 2012-05-24 01:35 [#02434618]
Points: 828 Status: Lurker



Nice link cwnt.

Have not watched that in years.

it is was re-titled to "A night on the town" here in Australia
for some reason.


 

offline cwnt on 2012-05-24 01:39 [#02434619]
Points: 951 Status: Regular



the girl with glasses is the hot milf from kindergarten cop

where are they now:
the little girl is now a lesbo lawyer married to a lesbo and
they have 2 kids

why do we remember these silly facts? i dont know im just a
troll


 

offline broken phillip on 2012-05-24 01:43 [#02434620]
Points: 828 Status: Lurker | Followup to cwnt: #02434617



On a side note cwnt.
You said in THIS thread that you had done some
gameboy assembly.
I've always wanted to program for the gameboy and learn
assembly.

I know it is Z80. What assembler did you use and do you have
any tips on where to get started.

I think there is a couple different assemblers targeted at
the gameboy platform. have you tried a few different ones?

anyways, thanks for the link and any tips would be muchly
appreciated.


 

offline cwnt on 2012-05-24 01:49 [#02434621]
Points: 951 Status: Regular



explore these two sites

http://devrs.com/gb/

http://cratel.wichita.edu/cratel/ECE238Spr08

can you understand this?
http://nocash.emubase.de/pandocs.htm

i did 2 years of microprocessor programming at a bog
standard college, so that helped a lot


 

offline cwnt on 2012-05-24 01:51 [#02434622]
Points: 951 Status: Regular



; Hello World 1.0
; February 2, 2007
; John Harrison
; Based mostly from GALP

INCLUDE "gbhw.inc" ; standard hardware definitions from
devrs.com
INCLUDE "ibmpc1.inc" ; ASCII character set from devrs.com

; IRQs
SECTION "Vblank",HOME[$0040]
reti
SECTION "LCDC",HOME[$0048]
reti
SECTION "Timer_Overflow",HOME[$0050]
reti
SECTION "Serial",HOME[$0058]
reti
SECTION "p1thru4",HOME[$0060]
reti

***********************************************************
; *****************************
; boot loader jumps to here.
***********************************************************
; *****************************
SECTION "start",HOME[$0100]
nop
jp begin

***********************************************************
; *****************************
; ROM HEADER and ASCII character set
***********************************************************
; *****************************
; ROM header
ROM_HEADER ROM_NOMBC, ROM_SIZE_32KBYTE, RAM_SIZE_0KBYTE

begin:
nop
di
ld a, %00011011 ; Window palette colors, from darkest to
lightest
ld [rBGP], a ; CLEAR THE SCREEN
; IGNORE ALL THE CODE ABOVE. IT AIN'T IMPORTANT RIGHT NOW.
YOUR CODE GOES HERE:-

ld a,$95 ;Load the HEX number 95 into the 'a' register

wait:
halt
nop
jr wait



 

offline broken phillip on 2012-05-24 02:00 [#02434624]
Points: 828 Status: Lurker



Awesome. thanks for the links mate.

I've done some COBOL, PASCAL and C.

Many years ago. But I learned how to write an algorithm and
have a feint idea how things should work.

Just wanted to know what assembler might be the best to
start sinking some time into.

Gameboy was the first game system I owned that I'd like to
explore. I had an Atari 800XL for a little while and a
2600.

Going back over roms from over the years the gameboy is
still a great little system and can really host some fun
games.


 

offline cwnt on 2012-05-24 02:03 [#02434625]
Points: 951 Status: Regular



Yeah do you like zelda? Try Kaeru No Tame Ni... it is
similar and was recently translated into English

The assembler and example source code is here:
http://cratel.wichita.edu/cratel/ECE238Spr08/software


 

offline JivverDicker from my house on 2012-05-24 02:13 [#02434626]
Points: 12102 Status: Regular



The cutting edge of programming.


 

offline broken phillip on 2012-05-24 02:15 [#02434627]
Points: 828 Status: Lurker | Followup to JivverDicker: #02434626



The bleeding edge on knobdom.


 

offline broken phillip on 2012-05-24 02:19 [#02434628]
Points: 828 Status: Lurker | Followup to cwnt: #02434625



I had a look at that game a while ago.

The frog prince or something?

Rednex GameBoy Development System looks like the way to go.

Yeah, I checked out the PANDOCS a while back but never got
around to doing anything.

Sweet cwnt.. thanks for your time and links..
Just need to dedicate some time towards doing some
learning.
tart small and simple.. dream big : )



 

offline broken phillip on 2012-05-24 02:20 [#02434629]
Points: 828 Status: Lurker | Followup to cwnt: #02434625



oh, and, safe!

: )


 

offline cwnt on 2012-05-24 02:21 [#02434630]
Points: 951 Status: Regular



i keep it simple
write the code in notepad then open a command line
c:\gameboy\assemble.bat typenameofprogramhere


 

offline broken phillip on 2012-05-24 02:31 [#02434631]
Points: 828 Status: Lurker



For the Frog the Bell Tolls.

I think I ran it just for a little look,
but didn't put much time into it.
Thanks for the reminder.

THIS was pretty fun too.

An RPG with some unusual themes


 

offline broken phillip on 2012-05-24 03:08 [#02434632]
Points: 828 Status: Lurker



THIS looks very helpful.


 

offline JivverDicker from my house on 2012-05-24 03:30 [#02434633]
Points: 12102 Status: Regular | Followup to cwnt: #02434617



I enjoyed that film! haven't seen it before.


 

offline jnasato from 777gogogo (Japan) on 2012-05-24 06:38 [#02434646]
Points: 3393 Status: Regular | Followup to cwnt: #02434617 | Show recordbag



This was shortly before meeting Marty McFly.


 

offline staz on 2012-05-24 14:14 [#02434648]
Points: 9844 Status: Regular | Followup to cwnt: #02434617



this is incredible


 

offline staz on 2012-05-24 14:17 [#02434649]
Points: 9844 Status: Regular



"thor is a homo!"


 

offline staz on 2012-05-24 14:27 [#02434650]
Points: 9844 Status: Regular



"raped?"
great movie


 

offline Nooge on 2012-05-24 14:52 [#02434651]
Points: 104 Status: Lurker



This was a treasured film in my house growing up so I've
watched it at least a dozen times. It's nice to see it
getting some love here.


 

offline paige__turner from Sultan City (Barbados) on 2012-05-24 16:39 [#02434654]
Points: 203 Status: Regular



This was shortly before meeting Yuri and Ben Sanderson.


 


Messageboard index