--- Log for 12.06.103 Server: calvino.freenode.net Channel: #rockbox --- Nick: @logbot Version: Dancer V4.16p1 Started: 29 days and 2 hours ago 00.01.13 # ohhh 00.01.22 # i should put a breakpoint on this, it's easy to get lost :P 00.01.28 # Unrecognized ATA command 0xc4! 00.01.59 # what cpu is that? 00.02.11 # c4 is READ MULTIPLE 00.02.37 # thu: hitachi sh-1 00.02.46 # never heard of it 00.02.55 # it's in your archos :) 00.03.34 # * thu searches for a big hammer 00.12.21 # lol 00.12.34 # wtf 00.12.40 # it issues a read multiple for 1 sector 00.12.41 # :-o 00.13.15 # good it uses lba 00.13.28 # (which makes sense, as CHS is useless after about 2gb) 00.13.32 # yup 00.13.57 # yet I wouldn't have put CHS past Archos ;) 00.14.07 # hehe 00.14.10 # they'd try it! 00.17.56 # ack 00.18.00 # conflicting standards 00.18.48 # hmm 00.18.51 # omg 00.18.54 # you'll NEVER believe this 00.19.10 # * Zagor braces 00.19.11 # ... their startup code appears to violate ata spec 00.22.35 # how? 00.22.49 # granted, I'm not 100% certain, plus I don't know which version of the spec they worked against 00.23.13 # the spec says 00.23.38 # if bit 8 of IDENTIFY DEVICE word 59 is zero, they must issue a SET MULTIPLE command before issuing READ MULTIPLE 00.23.46 # seeing as how they never actually read the data from the IDENTIFY DEVICE 00.24.00 # they probably can't know for certain whether or not that bit is set or clear 00.24.01 # :P 00.24.47 # sounds like they simply never tested on a disk without multiple capability. 00.25.33 # or one that has a default multiple sector setting 00.25.44 # * Stevie[FP] hopes '1' is a good default 00.26.32 # * Stevie[FP] runs the cpu 00.29.57 # wtf 00.36.16 # woah 00.36.19 # what's on 0x0e? 00.37.18 # hmm 00.37.37 # fd = open("/.rockbox/worm_settings",O_WRONLY | O_TRUNC | O_CREAT); 00.37.41 # whats wrong with that 00.37.57 # dunno 00.38.00 # Stevie[FP]: bus access (CS6/ 00.38.05 # not creating the file :/ 00.38.28 # MT: what return code do you get? 00.38.57 # dunno 00.39.09 # is there some handy debug print statement for the ui 00.39.30 # is this the uisimulator? 00.39.44 # yes 00.39.58 # did you create the .rockbox directory? 00.40.02 # yes 00.40.20 # you can use the DEBUGF macro to print stuff to the console 00.40.33 # Zagor: i thought that was 0x06 00.40.34 # can it take sprintf formats? 00.40.53 # MT: or you can try splash(5*HZ, 0,true, "rc: %d'", fp) 00.41.05 # MT: yes 00.41.24 # Stevie[FP]: yes, they both use cs6. see p106 in the sh7032 hardware manual 00.41.50 # We open the real file 'archos/.rockbox/worm_settings' 00.41.50 # fd<0: -1 00.42.29 # MT: try printing errno too. the simulators use the operating system file code 00.42.39 # okies 00.43.01 # ahhhhh 00.43.10 # 0x06 == for dma 00.43.11 # err 00.43.14 # 0x06 == for 8-bit 00.43.19 # 0x0e == for 16-bit (data) 00.44.38 Quit _aLF ("bye") 00.53.15 # hmm 00.53.18 # ata 0xc6 00.53.28 # so they ARE doing it right, in fakt 00.54.13 # Stevie[FP]: what are you working on? 00.56.06 # an archos emulator 00.56.27 # hmm 00.56.42 # the error is ENOENT (no such file) 00.56.52 # i guess i must have my flags in the wrong order? 00.57.15 # MT: order is irrelevant, since they are ORed together before they are passed to the function 00.57.19 # okay 00.57.35 # 0x0902d2cc <- ata read buffer 00.58.26 # 0x0902d4cc <- end of ata read buffer 00.58.48 # i wonder what's @F200 00.59.22 Join midknight2k3 [0] (LaLaLaLaLa@ACC0ADBE.ipt.aol.com) 00.59.31 # heloo 00.59.38 Quit mecraw ("Trillian (http://www.ceruleanstudios.com)") 01.00.19 # mmh 01.01.04 # not just a simulator, but a realy emulator? How is it going? 01.01.47 # very poorly. 01.01.59 # Ut Oh 01.02.00 # i wouldn't say that 01.02.07 # I would 01.02.15 # I'm locking up and I don't know why 01.02.18 # lol 01.02.21 # it's comparing some value to 100 01.03.45 # mmmh. 01.06.05 # Stevie[FP]: well, you've still come a long way. successfully emulating the cpu and lcd is quite spectacular 01.06.06 Quit |nsomniac (Read error: 104 (Connection reset by peer)) 01.06.15 # it's very neat 01.06.26 # Changelog for 1.51.41: 01.06.26 # (6/11/2003 4:24PM) 01.06.26 # - Changed 'Demo Mode' parameter to 'Special Mode'. 01.06.26 DBUG Sent KICK Stevie[FP] to server 01.06.26 # 0=Normal (as was before) 01.06.26 # 1=Demo mode (as was before) 01.06.26 Kick (#rockbox Stevie[FP] :No flooding!) by logbot!~bjst@labb.contactor.se 01.06.28 Join Stevie[FP] [0] (~whatsit2u@65.114.136.196) 01.06.36 # HAHAHAHA 01.06.37 # ewps 01.06.38 # juyst kidding 01.06.41 # and sorry 01.06.41 # the CPU and LCD were easy 01.06.45 # they're documented :P 01.06.49 # ok 01.06.49 # hehe 01.06.55 # after writing the '3' in 'Ver : 4.53' 01.07.20 # it sets global_X (at 0x0900f200) to 0 01.09.15 # after issuing SET MULTIPLE 01.09.29 # Correct. 01.09.31 # it reads from there 01.09.46 # global_Y (somewhere else) += global_X 01.09.53 # and now where I'm stuck 01.10.21 # it loops waiting until global_X < glo 01.10.23 # hmmmmmm 01.10.25 # MT, still working on wormlet patch? 01.10.38 # no 01.10.41 # swearing at it 01.10.45 # lol 01.10.51 # not turning out i guess? 01.11.01 # thats the annoying thing about software 01.11.02 # you can't kick it 01.11.05 # you can only swear at it 01.11.10 # you can delete it 01.11.13 # ah no, its finished, it just wont save the settings as id like 01.11.19 # oh 01.11.21 # coool! 01.11.25 # i wanna see! lol 01.11.26 Join Yeft [0] (Yeft@AC995D3B.ipt.aol.com) 01.11.34 # hi chan 01.11.59 # hey hey 01.12.02 # its you 01.12.06 # Stevie[FP]: i suppose global_X is not the same as global_long in the isr? 01.12.15 # get your fm recorder yet? 01.12.19 # off for dinner... cya later! 01.12.23 # still no fm recorder---j and r messed it up... 01.12.33 # aw man :( 01.12.33 Quit jzoss_ ("Trillian (http://www.ceruleanstudios.com)") 01.12.35 # well i did kinda 01.12.42 # kinda? 01.12.44 # trillian ....ewww lol 01.12.54 # haha 01.13.03 # lol i put in an address to ship it to that wasnt the billing address 01.13.08 # and they had a prob w/ that 01.13.10 # AHA 01.13.18 # got it steve? 01.13.28 # poor you lol 01.13.36 # just should have gone to BESTBUY 01.13.40 # 0x0900da5c: 0x2100 mov.b r0, @r1 ; (0x05ffff00) <- 01(write 0x00000001 to unknown OCP reg 0x100) 01.13.45 # i know i'm trying to crakc the passwords on my own computer, *evil girn* 01.13.52 # ...i get it! not! 01.13.55 # grin* 01.13.57 # haha 01.13.59 # OH!!!!!!!!!! 01.14.04 # ocp reg 0x100 == timer 01.14.10 # right 01.14.22 # wha are you trying to do stevie? 01.14.45 # same thing he does every night; try to take over the world! 01.14.45 # * Stevie[FP] sees about implementing timer #0 01.14.50 # == i know what that means! its a logical = and not a C++ 01.14.55 # errr C* 01.15.04 # hmm 01.15.06 # right? 01.15.10 # ??? 01.15.16 # timer #0? sounds great! 01.15.23 # == is a logical equal 01.15.28 # as in this = this 01.15.46 # correct? 01.15.55 # Oui! j'etudie beacoup n'estpas 01.16.44 # Yeft: == is for comparison, = is for assignment 01.16.49 # >200 people in #c, i go ask my question and they all go quiet :/ 01.16.59 # right...... 01.17.03 # lol 01.17.06 # lol! 01.17.15 # i hate when people do that 01.17.24 # 201 :P 01.17.41 # people keep chatting and on and on then you ask one little thing or mention one thing and then everyone shuts up for the following ten minutes 01.18.18 # ;p; 01.18.20 # lol 01.18.26 # should i ask a question in there? 01.18.35 # whatever lol 01.18.56 # lol 01.19.05 # they shut up 01.19.30 # hahaha no one has said anything yet in there 01.19.41 # ha ha hahah 01.19.44 # bed time, bye guys 01.19.46 # still quiet 01.19.47 # lol 01.19.48 Quit Zagor ("Client exiting") 01.19.54 # im guessing itll be like two more mins before anyone says a peeop 01.20.09 # someone just said "itself." and then some other person asked something 01.20.17 # lol 01.20.22 # otherwise still quiet ..lol it worked 01.20.28 # where are you? what server? 01.20.34 # freenode? #c? 01.20.34 # " so what does 00006x0043043fe stand for?" 01.20.36 # yea 01.20.56 # 206 people and its still quiet 01.21.00 # haha 01.21.03 # lol 01.21.13 # its so nerdy its not even funny 01.21.29 # their analyzing my bs question 01.23.25 # haha 01.23.46 # base 33? 01.23.50 # lol! 01.23.57 # i have trouble with base 6 01.24.05 # whatever 01.24.10 # hehe 01.24.15 # i left #c already 01.24.32 # me2 01.24.43 # who the hell is "helper"? 01.24.48 # hi MiChAeLoL , 01.24.49 # need a hacked paypal accounts for free ? 01.24.49 # go to www.freepaypal.ht.st and get it now! 01.25.19 # its #c++ now 01.25.37 # never mind, im in the future of #gcc 01.25.53 # lol the topic is "* Topic is 'Let's talk compiler guts!' 01.25.55 # WHATEVER 01.26.10 # getting that wromlet patch working MT? lol 01.27.03 # * MiChAeLoL wants to eat space invaders 01.27.31 # * midknight2k3 wants to have that wormlet patch 01.27.41 # * MiChAeLoL wants both, and a search feature 01.28.03 # * midknight2k3 saw a patch that added a search feature 01.28.04 # * MiChAeLoL is gunna talk in third person, like rich rapers 01.28.14 # * MiChAeLoL saw that patch too 01.28.16 # * midknight2k3 "rich rapers"? 01.28.37 # * MiChAeLoL was refering to rich people that sing rap +ers 01.28.39 # * Tib|Away wonders when the windows 2003 server archos recorder patch is coming out, with 128 megabit color support? 01.28.51 # * MiChAeLoL chuckels 01.28.59 # * midknight2k3 shuts you up 01.29.06 # * MiChAeLoL is getting sick of the purple mirc font 01.29.17 # * Tib|Away thinks you can change it. 01.29.18 # * midknight2k3 let's talk normal now 01.29.22 # * MiChAeLoL changes to xchat 01.29.22 # shush 01.29.24 # * midknight2k3 agrees. 01.29.30 # SHUTUP!!! 01.29.33 # * MiChAeLoL seconds that oppoinion 01.29.35 # * Tib|Away says,"Hello, I'm glad we are talking normal." 01.29.40 # * MiChAeLoL spelled that wrong 01.29.45 # YES 01.29.46 # SHUT 01.29.47 # * MiChAeLoL left to get food 01.29.47 # UP 01.29.48 # UP 01.29.54 # UP 01.29.54 # idiot 01.29.55 # UPCHUCKSHUT 01.29.55 # idiot 01.29.57 DBUG Sent KICK midknight2k3 to server 01.29.57 # idiot 01.29.57 Kick (#rockbox midknight2k3 :Stop repeating yourself) by logbot!~bjst@labb.contactor.se 01.30.00 # heh 01.30.02 Join midknight2k3 [0] (LaLaLaLaLa@ACC0ADBE.ipt.aol.com) 01.30.04 # * Tib|Away laughs 01.30.05 # HAAHaHaHaaaHahaHaHAHAa biatch 01.30.06 Join |nsomniac [0] (fuckstuck@81-29-33-248.tau.hesby-radio.no) 01.30.08 # lol 01.30.11 # IDIOT LOGBOT 01.30.16 # IDIOT LOGBOT 01.30.19 # kicked 01.30.20 # gah 01.30.21 # IDIOT GAY LOGBOT 01.30.22 # * Tib|Away sets mode +m 01.30.34 # im sure this is a problem with the ui simulator 01.30.36 # * MiChAeLoL sets mode +o MiChAeLoL 01.30.55 # * midknight2k3 has quit IRC (Quit:"Quit") 01.30.58 # just kidding 01.31.03 # so did the fm recording feature ever get fixed in rockbox? 01.31.04 # AHAHAH 01.31.09 # it's not broken! 01.31.18 # ok 01.31.35 # thought it was, but dont have my fm recorder yet to see (still in the mail) 01.32.16 # it's not busted! 01.32.21 # what's wrrrooooonggg!! 01.32.24 # noooooooo! 01.32.41 # Status: In Transit 01.32.41 # Scheduled Delivery: Jun 13, 2003 01.32.44 # :D 01.32.48 # 2 more days 01.32.54 # as long as i have it for the weekend im happy 01.32.56 # say the same thing three times in a row 01.33.07 # i dont want him to ban me 01.33.13 # does he ban people? 01.33.15 # he just kicks you lol 01.33.16 # no 01.33.22 # it's fun 01.33.26 # already been kicked once tho 01.33.31 # and a dramatic way to leave the room 01.33.31 # and isnt 3 kicks a ban? 01.33.37 # IVE BEEN KICKED like 6 times 01.33.40 # hehe 01.33.41 # ok 01.33.46 # its fun 01.33.48 # try it 01.33.54 # why? 01.33.55 # hmm 01.33.58 # hmm 01.34.01 # test it on my fm 01.34.02 # is it working?!?! 01.34.06 # can i test it? 01.34.06 # see if it works on there 01.34.08 # pleeeeease? 01.34.13 # what have you got? 01.34.16 # FM 01.34.23 # blergh ok 01.34.27 # yayayy 01.34.31 # its not finished mind 01.34.47 # ok 01.34.50 # ill have an fm next fri so i hope its done by then :D 01.34.52 # just to see WIP 01.35.13 # * MiChAeLoL leaves to eat 01.35.18 # * MiChAeLoL leaves to eat 01.35.18 DBUG Sent KICK MiChAeLoL to server 01.35.18 # * MiChAeLoL leaves to eat 01.35.18 Kick (#rockbox MiChAeLoL :Stop repeating yourself) by logbot!~bjst@labb.contactor.se 01.35.20 # BYE MICHEAL-LOL 01.35.23 # hahahah 01.35.27 # he eats too much 01.35.31 # * MiChAeLoL was kicked by logbot (Stop repeating yourself) 01.35.33 # lol i have been kicked a multitude of times 01.35.39 Join MiChAeLoL [0] (michael@12-249-226-112.client.attbi.com) 01.35.40 # im not banned lol 01.35.41 # * MiChAeLoL was kicked by logbot (Stop repeating yourself) 01.35.48 # every time my script does something stupid 01.35.49 # hehe 01.35.53 # whhe 01.35.55 # * MiChAeLoL left 01.35.56 # whee* 01.36.15 # wheeStatus: In Transit 01.36.15 # Scheduled Delivery: Jun 13, 2003 01.36.24 # * MiChAeLoL left 01.36.24 # lol 01.36.25 DBUG Sent KICK Yeft to server 01.36.25 # ya know 1.. 01.36.25 Kick (#rockbox Yeft :Colourcodes are *not* appreciated here!) by logbot!~bjst@labb.contactor.se 01.36.25 Join Yeft [0] (Yeft@AC995D3B.ipt.aol.com) 01.36.32 # haha 01.36.34 # lol 01.36.35 # i never relly got that 01.36.36 # hahaha 01.36.49 # why do i always get kicked for my color and creativity 01.36.55 # doesnt dancer have a +c ? 01.36.59 # i want the... the wooooorrrmmlett paaaatchhh!! 01.37.00 # away for now 01.37.06 # shush, its building 01.37.10 # whatever 01.37.11 # cool 01.37.18 # why must i shush 01.37.22 # i said like three words 01.37.33 # because the more you talk the slower the build 01.37.35 # its not going to come faster .. 01.37.41 # sorry lol 01.37.45 # ah shit 01.37.47 # you all hate me now 01.37.48 # Irc, the multiplayer notepad. 01.37.53 # yay! 01.37.54 # lol 01.38.04 # oh no! whats wrong MT? 01.38.20 # MT, are you compiling the divx decoder/encoder as well? 01.38.35 # forgot to take out some printf's :) 01.38.46 # muahahaa 01.38.48 # i hope this thing don't kill my archos! 01.38.55 # kill it? 01.38.57 # How/why would it kill it? 01.39.02 # more like melt it from the inside 01.39.05 # yes 01.39.10 # what... what he said 01.39.13 # The worst it can do is set on fire. 01.39.23 # oh man! 01.39.24 # muauhaha 01.39.32 # fear the slowness of scp on a 56k 01.39.41 # scp? 01.39.59 # secure copy? 01.40.05 # part of openssh 01.40.10 # oh. 01.41.22 # i hope it is almost builted 01.41.32 Quit dw|gone (Remote closed the connection) 01.41.33 # http://mt.staff.impulsed.net/rockbox/ 01.41.40 # yayyayya 01.41.52 # I'll try it. 01.41.58 # I have no idea how to play wormlet though. 01.42.18 # LOL 01.42.25 # you won't understand the significance then 01.42.49 # Is that built from the latest cvs? 01.42.57 # i doubt it 01.43.06 # from 2.0 prolly 01.43.16 # yes 01.43.20 # it's latest 01.43.44 # okay 01.43.55 # how high does SCORE PER FOOD go? 01.44.00 # 50 i see 01.44.49 Join dw|gone [20] (dwihno@h193180246067.kommunicera.umea.se) 01.44.52 # I LOVE IT! 01.45.02 # im keeping this as standard, definitely 01.45.07 # er 01.45.11 # built from yesterdays cvs 01.45.17 # Good enough. 01.45.22 # i couldnt check out todays, sourceforge was being a dick 01.45.26 # Eh,my recorder isn't booting now. 01.45.37 # Must be the battery. 01.45.46 Quit dw|gone (Remote closed the connection) 01.45.49 # it must be FM recorder 01.45.50 # its an fm build note!!! 01.46.01 # ah 01.46.03 # no wonder 01.46.19 # its not finished yet either, im just using it to get midknight2k off my back while i finish it :) 01.46.27 # yay 01.46.30 # im happy now 01.46.32 # thanks a lot 01.46.46 # (it could do all sorts of nasty things when you quit out) 01.46.46 # Yeah,I was just doing this for...uhh.solely debugging purposes. 01.46.54 # BTW, when you finish up, tidy up the menu by making each word begin with capital :) 01.47.05 # no, thats gay 01.47.11 # oh 01.47.17 # its how everything else is done :) 01.47.19 # okays 01.47.23 # what? 01.47.25 # * MT edits english.lang 01.47.35 # you mean it's not a good idea or what? 01.48.02 # i mean everything else is like that ("Show Icons" "FM Radio" etc) 01.48.20 # yeah 01.48.29 # i Dont Normally Like That 01.48.37 # but seeing how its standard .. 01.48.38 # I Do 01.48.40 # yea 01.48.45 # it fits better 01.48.47 Join BoD[] [0] (~BoD@m198.net195-132-85.noos.fr) 01.48.49 # hi! 01.48.55 # Hello. 01.49.03 # hey 01.49.47 # sava? 01.50.02 # hahahah 01.50.24 # ? 01.50.25 # i like putting the size of arghs on ten and number of arghs per food on 15 01.50.51 # args? 01.51.01 # does anyone know if ITU0 is edge or level triggered? 01.51.10 # on wromlet 01.51.17 # he made a cooooooool new patch 01.51.33 # stevie : no idea 01.51.34 # you can set worm speed, archs per food, size of archos, points per food, etc 01.51.45 # midnight : ah ok 01.51.56 # What's a disadvantage to turning on the anti skip buffer? 01.52.03 # oh yeah 01.52.06 # what does it do? 01.52.10 # anti skip buffer 01.52.17 # i mean, it's got a 2MB buffer 01.52.27 # what's 7 seconds to do with anything? 01.52.35 # You have it on 7? 01.52.54 # no 01.52.58 # just wonder what that would do? 01.53.17 # MY ARCHOS IS BUSTED 01.53.18 # lol 01.53.27 # it's an "argh overflow" 01.53.40 # my anti skip buffer is my hand 01.53.52 # I put "size" on ten and "number per food" on 30 01.53.58 # it froze when i ate a food 01.54.15 # maybe it's a bug 01.54.19 # it is 01.54.19 # lol 01.54.23 # it got stuck 01.54.29 # only way to get out was to reboot 01.55.00 # im gotta go for a bit 01.55.02 # see you 01.55.03 # I tried walking really fast with the archos in my pocket 01.55.08 # and? 01.55.09 # and it started behaving like a mp3 cd player 01.55.13 # yes 01.55.15 # be careful 01.55.19 # it would pause, start crunching 01.55.21 # and eventually resume 01.55.33 # the hard drive in the recorder /fm recorder is delicate 01.55.37 # sometimes it made some really creaky noises 01.55.44 # the one in player, is, well, CRAP 01.55.47 # yes 01.55.51 # Be Careful 01.55.55 # it's not good for it 01.55.56 # mine is an fm rec 01.56.00 # it goes squeek 01.56.09 # yeah I usually drive or bus my ass around 01.56.12 # so it's safe 01.56.15 # lol 01.56.16 # bye 01.56.22 # My Work Here Is Done 01.56.22 # bye 01.56.22 # My Work Here Is Done 01.56.23 DBUG Sent KICK midknight2k3 to server 01.56.23 # My Work Here Is Done 01.56.23 Kick (#rockbox midknight2k3 :Stop repeating yourself) by logbot!~bjst@labb.contactor.se 01.56.25 # wormlet is somewhat fun, except there really isn't a point. 01.56.32 # okay 01.56.37 # there are lots of points 01.56.40 # arghs per food should not go as high as 50 :D 01.56.41 # heh 01.56.46 # he left 01.56.56 # Sadly I have yet to record anything with my recorder. 01.57.06 # I recorded some lectures 01.57.16 # until the prof started encoding them in real audio and posting them online 01.57.27 # real audio, what a wonderful format. ;) 01.57.32 # yeah 01.57.40 # better than nothing I suppose. 01.57.42 # hmm.. I really have to get around writing a fun game for the archos 01.57.48 # sokoban is no good 01.57.49 *** Saving seen data "./dancer.seen" 01.57.55 # thu: port angband or nethack 01.57.56 # I was about to port nibbles, then I realized I had no idea how! 01.57.57 # wormlet is impossible to play in a moving bus 01.58.00 # now that would be cool 01.58.07 # mmm nethack 01.58.10 # rogue would be easier though 01.58.16 # well I guess you have all the storage space in the world 01.58.22 # for text/gfx files 01.58.30 # yeah 01.58.30 # the game must be small and smart though 01.58.45 # Sure,I've got 15 gigs. I have a strange feeling that isn't the part that counts though. 01.58.46 # i was thinking of space invaders 01.58.50 # hmm I wonder if it's possible to have game music 01.59.03 # thu: sure, it's called a playlist 01.59.06 # heh 01.59.07 # and sounds 01.59.19 # sure, but you couldnt have music at the same time 01.59.23 # if that makes sense 01.59.28 # or short mp3s? 01.59.33 # for sound effects? 01.59.41 # heh 02.00.01 # oh I know 02.00.14 # * MiChAeLoL would love space invaders 02.00.19 # pass all the text in a nethack-like game through a text-to-speech 02.00.27 # then you can play it w/out looking at the screen 02.00.29 # heh 02.00.33 # cause its like the only thing left thats really good, tetris worms and space invaders 02.00.36 # wouldn't that be cool? 02.00.50 Join Financial [0] (Lohkay@modemcable037.48-130-66.mtl.mc.videotron.ca) 02.00.51 # yeah 02.00.53 # how about zork 02.01.02 # * thu doesn't know zork 02.01.10 # * MiChAeLoL doesnt know him either 02.01.10 # you could just keep your hand on the buttons 02.01.13 # and listen to the text 02.01.17 # You might be eaten by a wild grue! 02.01.24 # hehe or mario 02.01.33 # heh 02.01.34 # a nintendo emulator would kick ass 02.01.37 # duck hunt :D 02.01.46 # I was actually thinking about z80 games 02.01.54 # z80 is good too 02.01.59 # that computer had 48k of memory and really slow cpu 02.01.59 # or calculator games 02.02.07 # and really COOL games 02.02.19 # * MiChAeLoL looks up z80 games 02.02.34 # any more games out there ? 02.02.51 # space invaders :D 02.02.53 # tetris is no good 02.02.59 # the screen is in the wrong place 02.02.59 # or are the three the only ones ? 02.03.16 # shit z80 has a ton of games 02.03.18 # http://www.computergames.ro/emuromania.php?optiune=er_arhiva_z80 02.03.25 # 1033 games online 02.03.41 # http://www.spectrum.lovely.net/ 02.03.43 # sure, go port one, me love you long time 02.03.43 # some more here 02.03.46 # isn't z80 a processor? 02.03.49 # yes 02.03.49 # ok im back 02.03.55 # so whats with z80s ont he recorder!? 02.03.57 # found in spectrum sinclair computers 02.04.02 # oh 02.04.07 # they had cool games on low resources 02.04.20 # z80 wasnt in the spectrum 02.04.21 # hehe no wonder there are z80 games on computergames.ro 02.04.25 # sure it was 02.04.29 # z80 came _before_ the spectrum 02.04.35 # it was in the spectrum 02.04.47 # I had a few spectrum clones based on the z80 02.04.47 # http://www.computergames.ro/emuromania/z80-legend/a/gif/actforc1.gif 02.04.51 # HCs 02.04.52 # well,while we are at it can you guys port baldurs gate for me? 02.04.55 # "home computers" 02.05.15 # MT, can you give the recorder the power to read minds? 02.05.24 # That would be nice 02.05.26 # and record it, and play it back while recording? 02.05.43 # Actually, why not time travel? 02.05.58 # oh and definitly teleporting 02.06.00 # Tib|Away: what for? 02.06.13 # hehe .. porting manic miner would be cool 02.06.13 # What else? Chaning the past, present and future. 02.06.24 # you can't change the past 02.06.26 # go to 1988 and buy lots of microsoft 02.06.33 # Good idea 02.06.56 # there's no time within time, so there's no "before you went into the past" and "after you went into the past" 02.07.07 # oh ho hum 02.07.13 # which means whatever you do in the past, is still in the past and you just won't know it till your future 02.07.17 # psyco, too much stephen hawking for you 02.07.32 # i was getting confused by sinclair model numbers 02.07.33 # Yeft: huh? 02.07.44 # stephen hawking, the genius? 02.07.45 # zx80 and zx81 were _not_ spectrums 02.07.49 # i know who he is 02.07.52 # i dunno what you mean though 02.07.54 # lol 02.08.00 # the first spectrum was the 48k zx spectrum 02.08.07 # oh he has a bunch of theorys on space-time 02.08.11 # but it was still powered by a Z80 02.08.15 # MT: yeah that's the kind that I had 02.08.15 # oh 02.08.22 # and that was z80 02.08.23 # well i'm not very familiar with him or his theories 02.08.24 # The first versions of the processor ran at 2.5 Megahertz (MHz). Its modern descendents run at speeds up to 50MHZ, and are still used today (ZiLOG, 2001). 02.08.29 # i've got my own theories on timespace 02.08.31 # :p 02.08.41 # heh.. 3MHz and 48k of ram 02.08.43 # and very playable games 02.09.01 # i call it time-space instead of space-time cause i think time is the more fundamental aspect and space is a natural result of time 02.09.03 # that was _real_ programming 02.09.05 # the Z80 implements three busses: an 8-bit data bus, a 16-bit memory bus, and a control bus. The 16-bit memory bus means that the Z80 can address 64K unique RAM locations, however all transfers are limited to 8-bits each. 02.09.34 # some games even used all 7 colours! 02.09.40 # * MiChAeLoL feels all technical for stating z80 facts 02.09.45 # gauntlet rocked on the spectrum 02.09.56 # 4 player gauntlet spectrum madness 02.10.06 # * MiChAeLoL didnt even know what a z80 was untill 5 min. ago, and now hes giving the whole history and specs of it 02.10.09 # lol 02.10.10 # Hmm,I was hoping the recorder would accept red/white audio input for recording. 02.10.29 # it does Tib? 02.10.36 # werid 02.10.39 # *weird 02.10.45 # combine those two red white signals into one 3.5mm jack 02.10.52 # they made a z80 emulator for the ti82 calculators 02.10.59 # and robert is somehow related to either your father or your mother 02.11.21 # oh,do I need to buy something for that mt? (obviously?) 02.11.31 # umm 02.11.34 # well 02.11.45 # my fm recorder came with a red/white splitter 02.11.47 # http://www.zophar.net/z80.html <- different z80 emulators, the source is available for one of em 02.11.51 # plug that into a source 02.11.51 # bleh 02.11.55 # no splitter 02.11.56 # well 02.11.58 # let me check 02.11.58 # brb 02.12.09 # o~MiChAeLoL: we couldnt port an emulator 02.12.18 # that would be MASSIVE HASSLE 02.12.21 # lol 02.12.29 # hmmmmm 02.12.39 # yea you would have to write it yourself, cause of the screwey envornment 02.12.45 # no 02.12.47 # look 02.12.54 # spectrum has almost 100 keys 02.13.02 # hmmm that could be a problem 02.13.04 # we have about 10 02.13.12 # what's a splitter? 02.13.24 # oh splitter 02.13.26 # doh nm 02.13.30 # * MiChAeLoL wonders what the spectrum is, it sounds important 02.13.53 # * thu misses his old HC-86 02.14.04 # im happy with the chip-8 emu 02.14.12 # we need asteroid :) 02.14.15 # lol 02.14.29 # * MiChAeLoL thinks that time would be better spent on an id3 search feature 02.14.40 # because it IS an mp3 player at heart 02.14.50 # eek 02.14.56 # bool set_worm_num_worms(void) 02.14.57 # the archos is a good tool for interactive audio books 02.15.00 # scary bad function name 02.15.22 # huhh "interactive" audio books ??? 02.15.25 # lol 02.15.39 # would be cool if it could read text to you 02.15.51 # so you could copy a book into it and it would read it to you 02.15.54 # Financial: you take a text based game, you run it through a text-to-speech converter, you encode everything in mp3 02.16.22 # then you can browse around the game world w/out looking at the screen 02.16.27 # hmm didn't know that was possible. 02.16.32 # why not? 02.16.40 # voice commanded searching would own 02.16.48 # you tell it to play a song and it plays it 02.16.49 # that's interesting 02.16.51 # total control 02.16.54 # yeaah right 02.16.56 # text recognition 02.17.07 # could be done 02.17.13 # and that's full text recognition 02.17.15 # would just take a long time 02.17.17 # not even cell phones do that 02.17.22 # some do 02.17.28 # nope 02.17.30 # the older ones do 02.17.35 # there's one thing to recognize "play" 02.17.37 # you tell it to call someone and it calls them 02.17.56 # and another to recognize "My Artist - My Song" 02.18.09 # MiChAeLoL: you train the phone to recognize a very limited vocabulary 02.18.19 # yea, but you could have it recegnise bookmark 1-10 and say those and have it play the 02.18.20 # m 02.18.27 # i doubt the jukebox can do that tough 02.19.05 # * MiChAeLoL is still waiting for his fm recorder in the mail 02.19.08 # does the archos have some sort of serial port? 02.19.09 # i doubt my k6 2 400 could do that 02.19.17 # got it cause it was cheap and because of rockbox 02.19.21 # the one used for debugging maybe? 02.19.21 # thu: only if you are quite inventive 02.19.41 # is it possible to connect it to a controller and send commands to rockbox? 02.19.49 Quit PsycoXul (Read error: 104 (Connection reset by peer)) 02.19.51 # http://rockbox.haxx.se/mods/serialport.html 02.20.10 # * thu is playing with some universal controllers 02.20.31 Join PsycoXul [20] (psyco@adsl-67-123-40-96.dsl.lsan03.pacbell.net) 02.20.43 # hmm I'm not sure I want to take my archos apart 02.20.53 # it might be unidirectional 02.21.01 # i will if i have a replacement hd or batteries 02.21.01 # back 02.21.09 # once i get it that is 02.21.12 # i wont 02.21.13 # It only came with a red/white output..No splitter. Sigh 02.21.19 # until my extra year warranty runs out 02.21.25 # Are these things easy to find, or is the connector specific? 02.22.04 # hmm 02.22.12 # are you talking about those Y-shaped splitters? 02.22.20 # whats the default mapping of keys in wormlet 02.22.30 # e 02.22.32 # Tib 02.22.46 # you have something that has red/white output yes? 02.23.01 # anyone want my winxp theme? 02.23.07 # yeh 02.23.07 # it kicks ass 02.23.09 # dcc it to me 02.23.19 # ya need stylexp tho to see it 02.23.23 # yes 02.23.25 # whats that? 02.23.28 # only kitejumping theme out their 02.23.33 # Ill explain 02.23.35 # www.stylexp.com i think 02.23.46 # nope not stylexp 02.23.49 # I have a male red/white connector to the archos 02.23.52 # but I need a female 02.23.52 # no 02.23.59 # so I can output..lets say my console to it 02.24.00 # http://www.tgtsoft.com/ 02.24.50 # your console doesnt have phono out sockets? 02.25.15 # gamecube has a cord that splits into a male yellow/red/white 02.25.22 # im nabbin the free trial 02.25.22 # god damnit 02.25.25 # so dcc it to me! 02.25.26 # * Stevie[FP] sighs 02.25.26 # I want a female cord that will have a red and white female to archos 02.25.35 # so you will need some female connectors 02.25.44 # any good audio store (tm) 02.25.49 # i have one 02.25.54 # made one of those a while ago 02.26.00 # michael 02.26.03 # gonna send it? 02.26.06 # oh yea 02.26.21 # I know,but where do I get that connector 02.26.34 # wow,the rockbox recording feature sucks 02.26.52 # Or I did something wrong, which is most likely the case. 02.26.58 # Tib|Away: why? 02.27.05 # * Yeft waits for the ask dcc 02.27.48 # it may be awhile 02.27.55 # do you have stylexp installed? 02.28.04 # not yet 02.28.06 # 56k 02.28.10 # ahhh 02.28.23 # ya might want to get the full version 02.28.31 # off of someones xdcc server 02.28.38 # or..... 02.28.43 # trinsic.org 02.28.50 # * MiChAeLoL looks at that site 02.29.01 # but shhh i didnt say anything 02.29.09 # yep 02.29.29 Quit probonic () 02.29.43 # i usually use the altavista search engine for (/me looks at the crack in his wall) 02.30.15 # astalavista you mean 02.30.20 # just about to say 02.30.22 # it has advertizing for my site in the start menu 02.30.22 # altavista is purely legit 02.30.26 # lol 02.30.35 # astalavista est my fave security group 02.31.11 # no nudity on this is there? 02.31.13 # lol 02.31.17 # nope 02.31.17 # its not my computer 02.31.33 # their are pictures of me and a 21ft wingspan kite 02.31.37 # in the start menu 02.31.41 # the recorder worked this time,a tad bit staticky and not too loud though. 02.32.02 # and all the - 0 x in the corner are cartoony like 02.32.07 # * Stevie[FP] is back from [(Auto-Away after 1hr)] [gone 4hrs 29mins 22secs] [KS] 02.33.57 # welcome back 02.34.17 # my theme owns, in it right now 02.34.24 # cause anything i didnt like about it, i changed 02.34.55 # retro-record 02.34.58 # retro-record 02.35.02 DBUG Sent KICK Yeft to server 02.35.02 # retro-record 02.35.02 Kick (#rockbox Yeft :Stop repeating yourself) by logbot!~bjst@labb.contactor.se 02.35.03 # open it open it 02.35.03 Join Yeft [0] (Yeft@AC995D3B.ipt.aol.com) 02.35.08 # open it open it 02.35.53 Quit thu ("Client exiting") 02.36.28 # i cant 02.36.33 # install it install it 02.36.39 # then open it open it 02.36.39 # 36 min 02.36.45 # damn :( 02.37.07 # mm 02.37.15 # ill submit the patch tomorrow morning 02.37.22 # but it works decent :) 02.37.33 # make em wait 02.38.16 # which is better 02.38.44 # i only (really) need to read the persistent settings once 02.38.52 # per machine boot 02.39.15 # but to do so would require a global bool 02.39.21 # * MiChAeLoL left to finish beating enter the matrix as the girl 02.39.34 # i wish you could be neo 02.39.45 # so saving 1 byte 02.39.52 # or saving x hd accesses 02.40.19 # I wish I could program. :P 02.40.29 # its not rocket science :) 02.40.44 # Easier said than done. 02.40.49 # i'm done day 2 of learn visual c++ in 21 days! (lol finished it 2 days ago) 02.41.06 # Does archos use c or c++? 02.41.12 # c++ 02.41.14 # i believe 02.41.15 # c 02.41.19 # c due to printfs 02.41.20 # and i'm wrong 02.41.23 # heh 02.41.27 # mm 02.41.46 # rather more due to the fact that c++ wouldnt fit barely the menus into 200k 02.41.55 # lol 02.42.11 # I never have really found a good book on c or c++ 02.42.20 # all of them assume you have basic knowledge of it. 02.42.32 # i download SAMS learn visual c++ in 21 days from an fserve 02.42.41 # which assumes nothing 02.42.47 # Care to send it? 02.42.58 # most of the books i've found on c/c++ have assumed you don't want any more than basic knowledge 02.43.09 # heh 02.43.20 # I made a mistake of buying c++ primer. 02.43.25 # Now that thing is advanced. 02.43.30 # which doesn't really get you very far in practice heh 02.43.39 # hmmm didnt realize how big it was...... 02.43.42 # thanks yeft 02.43.46 # lol maybe sometime later 02.43.48 # i have to go soon 02.43.48 # oh well 02.43.51 # k 02.43.55 # I can fin dit 02.43.56 # c is as much like c++ as c++ is like java 02.43.57 # and i'll only be able to send it partially 02.44.02 # try kazaa lite 02.44.03 # thats fine,forget it 02.44.04 # yeah 02.50.47 # * Stevie[FP] is away [h0m3] [KS-MsgLog Off] 02.56.36 Nick Tib|Away is now known as Tiber (~onon@12-216-244-18.client.mchsi.com) 02.57.54 # Wrong channel, but hey,what's a good place to purchase downloadable ebooks? 02.57.54 Quit Yeft (Read error: 104 (Connection reset by peer)) 02.57.56 Join Yeft [0] (Yeft@AC995D3B.ipt.aol.com) 03.02.23 Quit Financial (">> http://making.money.tripod.com <<") 03.20.14 Join Stevie-O [0] (~whatsit2u@user-2inilua.dialup.mindspring.com) 03.35.25 Quit BoD[] ("z") 03.57.52 *** Saving seen data "./dancer.seen" 03.58.32 # the bleeding edge version of the recorder firmware does not record 03.58.36 # gets a cpu error or something 04.06.07 Join Yeft2 [0] (Yeft@AC995D3B.ipt.aol.com) 04.06.08 Quit Yeft (Read error: 104 (Connection reset by peer)) 04.06.08 Nick Yeft2 is now known as Yeft (Yeft@AC995D3B.ipt.aol.com) 04.10.19 Join chineseguitardud [0] (~jirc@ool-44c257b4.dyn.optonline.net) 04.10.24 Quit Yeft (Read error: 104 (Connection reset by peer)) 04.10.38 # hi everyone 04.10.52 # anyone here? 04.11.31 Quit chineseguitardud (Client Quit) 04.11.46 # he didnt wait long 04.13.13 # heh 04.21.43 Join Guest1 [0] (~jirc@ool-44c257b4.dyn.optonline.net) 04.22.00 # hi everyone 04.23.11 # Hi guest 04.23.42 # i just got my archos today 04.23.54 # the recorder 20gb 04.23.59 # i'm just curious,am i supposed to be able to use the jukebox while it's charging? 04.25.13 # anyone there? 04.28.43 # yes,you can 04.28.53 # turn it on without the power/usb attachted first 04.29.04 # then once it's booted into rockbox, plug in the power. 04.31.10 # oooh 04.31.10 # nice 04.31.15 # okay, what a relief 04.31.18 # i thought something was wrong 04.31.19 # lol 04.31.59 # if you start it with the charger in, you can hold on to ON to have it restart so you can play-while-charging 04.33.30 # when i press on to restart it 04.33.37 # it gets to right before the rockbox logo shows up 04.33.49 # and then a lil scrambly and back to the batterying charging screen 04.34.01 # Guest1: hold on to ON just a bit longer 04.34.08 # until the rockbox logo shows up 04.34.14 # ooooh 04.34.15 # THNX! 04.34.17 # haha 04.34.29 # i always knew asking questions worked 04.35.02 # heh 04.35.15 # type ./nick (newnameherewithouttheparenthesis) to get a new name 04.35.18 # remove the period as well 04.35.35 # aka ./nick test123 will change my name to test123 04.35.36 Nick Guest1 is now known as chineseguitarguy (~jirc@ool-44c257b4.dyn.optonline.net) 04.35.42 # thankx 04.35.46 # np 04.36.19 # hey, when i'm playing music and charging, should i turn on deep charge and turn off trickle? 04.37.07 # chineseguitarguy: yeah, that's a good idea... especially if you're going to be playing for some time 04.37.57 # a lot of this explained in the battery faq at http://rockbox.haxx.se/docs/battery-faq.html 04.38.34 # thankx very much, i just got mine today and i'm excited as hell 04.39.21 # screw ipod 04.39.23 # lol 04.40.34 # :) 04.46.43 Quit chineseguitarguy ("Leaving") 04.47.17 Quit hardeep ("[BX] Automatically bored away") 04.50.23 Join chineseguitarguy [0] (~jirc@ool-44c257b4.dyn.optonline.net) 04.50.27 # hey, one more quick question 04.50.40 # does it do anything when i unplug the charger and plug it back in again? 04.51.43 # liek does it mess w/ the algorithm? 04.54.19 Join Yeft [0] (Yeft@AC86C471.ipt.aol.com) 04.54.49 # not that i know of 04.57.14 # alright 04.57.16 # thanx again 04.57.18 Quit chineseguitarguy ("Leaving") 05.04.02 # * Stevie-O yawns 05.08.35 # * Tiber logs out 05.08.37 Quit Tiber () 05.36.57 # is anyone even here? 05.37.16 Join Jet8810 [0] (~Jet8810@adsl-35-1-50.bct.bellsouth.net) 05.38.08 Join Yeft2 [0] (Yeft@AC86C471.ipt.aol.com) 05.38.09 Quit Yeft (Read error: 104 (Connection reset by peer)) 05.38.11 Nick Yeft2 is now known as Yeft (Yeft@AC86C471.ipt.aol.com) 05.38.12 # hey Jet 05.38.17 # sup Yeft 05.43.07 # dont everyone talk at once! 05.46.43 Quit Yeft ("—I-n-v-i-s-i-o-n— 2.0 Build 2520") 05.56.31 Join PsycoXul_ [20] (psyco@adsl-67-123-43-216.dsl.lsan03.pacbell.net) 05.56.31 Quit PsycoXul (Read error: 54 (Connection reset by peer)) 05.56.47 Nick PsycoXul_ is now known as PsycoXul (psyco@adsl-67-123-43-216.dsl.lsan03.pacbell.net) 05.57.56 *** Saving seen data "./dancer.seen" 06.03.31 # sup PsycoXul 06.06.48 # hello Stevie-O 06.07.05 # what is the difference between you and Stevie[FP] 06.08.01 # Stevie-O is myself 06.08.08 # Stevie[FP] is myself when I am at work 06.10.29 # ah... how is your emulator coming? 06.10.46 # lousy =/ 06.10.47 # im stuck 06.11.01 # :( 06.11.14 # I fired off an email to Z 06.11.16 # have you gotten anything working? 06.11.21 # Z is the man for the job :) 06.11.49 # indeed 06.13.35 # because he has the ability to debug a Player directly 07.23.23 Join hardeep [0] (1098@208.247.65.237) 07.30.22 Join Zagor [242] (bjst@as9-5-6.k.s.bonet.se) 07.30.44 # sup Z 07.33.08 # uh, i'm up already? :) 07.36.27 # either that or you've been working on rockbox a little too much as you've started dreaming about it 07.36.40 # :) 07.38.33 # lol 07.38.45 # either that or *I*'m doing the dreaming 07.38.52 # which is conceivable 07.39.09 # last night I had a terrible nightmare about the IDENTIFY DEVICE command 07.39.49 # :-o 07.40.23 # sounds scary 07.40.29 # indeed 07.40.48 # I need to remember what it was I had for diner 07.40.49 # +n 07.40.52 # so I never do so again 07.57.57 *** No seen item changed, no save performed. 08.18.36 Quit MiChAeLoL (Read error: 104 (Connection reset by peer)) 08.26.49 Join awy[baer] [0] (~erklaerba@pD9E4DFE0.dip.t-dialin.net) 08.26.58 Quit awy[baer] (Remote closed the connection) 08.37.08 Join awy[baer] [0] (~erklaerba@pD9E4DFE0.dip.t-dialin.net) 08.38.05 # in the "red led dead" bug, is there still hard drive activity along with the red led? 08.39.39 # 'cause if there is, I think I might have reproduced (3x so far) 08.49.23 Join Bagder [241] (~dast@neptunus.contactor.se) 08.49.39 # morning 08.49.53 # moin 08.50.49 # hardeep: i don't know. I never manage to produce the problem. 08.51.24 # hardeep: got any mail from Henrik? 08.52.11 # Zagor: i've got a 100% way to reproduce something that looks awfully similar to it... 08.52.34 # Bagder: yes, his changes are not quite complete but it's a good start 08.52.41 # hardeep: goodie. can you try using the usleep test version? 08.52.51 # nice, I haven't looked at them yet 08.52.53 # http://rockbox.haxx.se/test/usleep.ajz 08.53.18 # Zagor: can you send me a patch or file that needs to be changed... the problem is that I'm reproducing this on a patched version running dynamic playlists 08.53.28 # and it's the "insert" that reproduces it 08.53.41 # that's why i'm not entirely sure it's the same bug 08.54.08 # hardeep: ok 08.54.38 # Bagder: we still have the issue i mentioned earlier though 08.55.01 # http://rockbox.haxx.se/test/usleep.patch 08.55.34 # ok 08.55.50 # I also have some issues with the bookmark patch 08.55.54 # minor, but still 08.56.25 # Bagder: does the current bookmark code differentiate between a playlist bookmark and a file bookmark? 08.56.55 # it uses the commone resume function 08.57.00 # so it needs to 08.57.40 Quit mbr (Read error: 104 (Connection reset by peer)) 08.58.26 # meeting 09.01.13 # Zagor: problem still reproduces... 09.01.28 # Zagor: let me investigate more to make sure it's not something funky in my patch 09.01.30 # ok 09.04.11 Quit Jet8810 ("Client exiting") 09.13.50 Join mbr [0] (~mb@stlx01.stz-softwaretechnik.de) 09.21.33 Join matsl [0] (~matsl@dhcp87.contactor.se) 09.30.56 Nick matsl is now known as matsl|meeting (~matsl@dhcp87.contactor.se) 09.40.54 Quit Stevie-O (Read error: 110 (Connection timed out)) 09.42.31 Quit hardeep ("[BX] Gary Coleman uses BitchX. Whatchoo talkin bout foo?") 09.57.58 *** Saving seen data "./dancer.seen" 10.07.02 Join quelsaruk [20] (~swordmast@faerun.ugr.es) 10.07.08 # morning 10.09.55 # hi 10.14.47 Quit Guest (Read error: 104 (Connection reset by peer)) 10.31.16 # hi 10.33.01 # got a similar solomon lcd from an old nokia phone, only this one has 9 interface wires. 10.34.32 # bitmap or charcell? 10.34.41 # bitmap 10.35.13 # with the controlor on glas 10.36.35 Join Guest [0] (~jirc@adsl-66-124-166-183.dsl.lsan03.pacbell.net) 10.39.46 Nick matsl|meeting is now known as matsl (~matsl@dhcp87.contactor.se) 10.40.15 # if I can find the datasheet on this one, it sould be possible to connect to my rockbox 10.41.46 # hi ricII 10.41.59 # hi webmind 10.42.18 # ricII, i broke my amplifyer on my archos :) 10.43.03 # ? how did you do that ? 10.43.22 # drop it i think 10.43.32 # or maybe because of the moist fromt he rain 10.43.46 # but it no seems to be stuk on kareoke mode or sth 10.43.50 # really sux 10.44.42 # line out still ok? 10.45.28 # uhuh 10.45.40 # just phonen out seems to filter out some tones 10.50.36 # don't see the amp in the player schematics.. 10.50.49 # its one of the mas chips 10.52.03 # dac3550a afaik 10.52.15 # http://rockbox.haxx.se/internals/6k_back.jpg 10.52.50 # why isnt there a link to my naked archos pics ? 10.53.10 # Ic 10.53.51 # sure it isn;t the equlizar programmed funny ? 10.57.45 Nick quelsaruk is now known as quel|out (~swordmast@faerun.ugr.es) 10.59.00 Join elinenbe_ [0] (elinenbe_@user-0cev103.cable.mindspring.com) 10.59.01 Quit elinenbe (Read error: 104 (Connection reset by peer)) 10.59.01 Quit |nsomniac (Read error: 104 (Connection reset by peer)) 10.59.08 Nick elinenbe_ is now known as elinenbe (elinenbe_@user-0cev103.cable.mindspring.com) 10.59.23 Nick ricII is now known as ricII|work (~ricv@debianalpha.xs4all.nl) 10.59.23 Quit thedudee (Read error: 104 (Connection reset by peer)) 10.59.31 Join thedudee [0] (cleveruser@156.46.57.134) 10.59.35 # off to work.. 11.04.33 # webmind: which pics are that? 11.04.59 # Zagor, uhm.. i posted them once 11.05.01 # lemme see 11.07.36 # Zagor, web.expr42.net/fotos/archos <- that one.. but i think i have more.. and will put m there when found :) 11.11.35 # ok 11.58.01 *** Saving seen data "./dancer.seen" 12.32.35 Part TotMacher 12.32.41 Join tot|4ma|away [0] (tot@ip67.rsidus.riege.de) 13.03.59 Quit Guest ("Leaving") 13.18.36 Join tracktheripper [0] (jirc@ACBF382C.ipt.aol.com) 13.21.28 # hi 13.58.04 *** Saving seen data "./dancer.seen" 14.10.06 Quit tracktheripper ("Leaving") 14.21.36 Nick tot|4ma|away is now known as TotMacherr (tot@ip67.rsidus.riege.de) 14.21.36 Nick TotMacherr is now known as TotMacher (tot@ip67.rsidus.riege.de) 14.53.14 Join Stevie-O [0] (~whatsit2u@user-2inilua.dialup.mindspring.com) 14.55.14 # mornin all 14.55.33 # hi 15.24.59 Quit matsl ("Client Exiting") 15.33.32 Quit Stevie-O (Read error: 60 (Operation timed out)) 15.38.19 # * Stevie[FP] is back from [h0m3] [gone 12hrs 47mins 32secs] [KS] 15.38.31 # * Stevie[FP] yawns 15.38.36 # hola 15.39.08 # g'day 15.48.58 # sup? 15.50.25 # what do you know about this A/D converter thing 15.51.53 # ? 15.54.49 # meh 15.54.53 # not very much 15.54.53 # that must not be it 15.58.07 *** Saving seen data "./dancer.seen" 16.11.06 Nick quel|out is now known as Quelsaruk (~swordmast@faerun.ugr.es) 16.11.18 # afternoon :) 16.12.58 # oooh 16.35.32 # hmm 16.35.36 # * Stevie[FP] wonders what's connected to port A 16.43.14 Nick Quelsaruk is now known as Quel|out (~swordmast@faerun.ugr.es) 16.44.36 Join mecraw [0] (~mecraw@69.2.235.2) 16.45.18 Join Jet8810 [0] (~Jet8810@adsl-35-1-50.bct.bellsouth.net) 16.53.52 # is the player STOP key active lo? 16.53.54 # +w 16.54.03 Quit thedudee (Read error: 110 (Connection timed out)) 16.54.56 # indeed 17.14.37 Quit Bagder ("Client Exiting") 17.29.50 # hmm i think i found a bug in the x11 simulator 17.30.04 # or rather, undesired operation 17.30.19 # i found a lot of undesired operations in the simulator 17.30.20 # :P 17.31.08 # with the rockbox open() call, there is no third variable (mode flags) as it doesnt make sense onto fat32 17.31.20 # ? 17.31.31 # file open() call 17.31.31 # ok? 17.31.37 # yes, thats fine 17.31.50 # but in the emu, it passes off all file operations to glibc 17.31.56 # hmm 17.32.01 # and passes no 3rd parameter? 17.32.04 # OPEN(2) 17.32.07 # int open(const char *pathname, int flags); 17.32.16 # neener neener ;) 17.32.21 # lol 17.32.23 # sup Z 17.32.49 # i'm hacking on a website of mine 17.33.06 # ... with an axe? 17.33.43 # with a perl (groan) 17.33.50 # :P 17.35.59 # errr oops 17.36.04 # thats not sposta happen :-o 17.36.43 # ohhh 17.36.46 # there's the problem 17.37.03 # * Stevie[FP] LARTs himself 17.39.51 Join hardeep [0] (1098@208.247.65.237) 17.40.30 # hi hardeep. did you find out anything more about your rld problem? 17.41.19 # Zagor: i only investigated a little before going to sleep.... i'm pretty sure it's not something in my patch that's causing this. 17.42.02 # ok 17.42.26 # i tried tracking down what's causing the blinking led but so far no luck 17.42.38 # it's not the "retry" logic in read_sectors 17.45.14 Quit Jet8810 (Read error: 104 (Connection reset by peer)) 17.49.06 # Z: what's the A/D convertor on the Player connected to? 17.49.23 # Zagor: /home/tom/rockbox/rockbox-devel/uisimulator/x11/file.h:extern int open(char* pathname, int flags); 17.49.47 # only one visible to the x11 sim 17.54.06 # * Stevie[FP] threatens Zagor with a super soaker 17.56.03 # MT: the simulator maps open to x11_open which is what's called 17.56.29 # MT: you'll see that x11_open ignores the flags 17.57.29 # actually, i take that back, it passes it on to open, it's creat that ignores the flags 17.58.09 *** Saving seen data "./dancer.seen" 18.06.19 # Stevie[FP]: to the mp3 decoder and the headphone socket 18.06.41 # it's also connected to the i2c bus 18.17.03 # the A/D convertor is connected to the i2c bus!? 18.17.17 # is PA15 connected to something? 18.17.55 # yes, usb detect 18.18.09 # hardeep: but if i cant call open with 3 arguments, how can i then pass these flags to it? (I do hope im not being obtuse) 18.18.24 # on the Player? 18.19.01 # Stevie[FP]: yes 18.19.04 # * Stevie[FP] thanks whomever for NOT PUTTING THAT ON THE DAMN SCHEMATIC 18.19.15 # there lots of info missing from the schematics 18.19.23 # just great :P 18.19.26 # okay 18.19.35 # which means USB 18.19.37 # 1 or 0? 18.19.50 # it differs... 18.20.08 # ok... 18.20.55 # well 18.20.56 # hmm 18.21.06 # usb.c indicates that 1=no usb 18.22.06 # MT: what flags do you want to pass? 18.22.47 # Stevie[FP]: no, that's controlled by a bit in the hwcompat mask. USB_ACTIVE_HIGH 18.23.19 # hmm 18.23.21 # no... 18.23.24 # if(PADR & 0x400) 18.23.24 # usb_polarity = 0; /* Negative */ 18.23.24 # else 18.23.28 # usb_polarity = 1; /* Positive */ 18.23.28 # hardeep: i want to open a file that possibly may not exist, and create it if it doesnt, truncate it if it does 18.23.37 # I asked about PA15 18.23.40 # which is 0x8000 18.23.51 # 0x400 is PA10 18.24.12 # hardeep: calling open(" .. ", O_WRONLY | O_CREAT | O_TRUNC) works on the real rockbox, but fails on the x11 simulator 18.24.29 # (i may have O_TRUNC misspelled ;) 18.24.35 # MT: those flags are the second argument to open which is correctly sent, the 3rd argument is "mode" 18.24.56 # MT: what happens if you call creat() instead of open (it should do the same thing) 18.24.59 # i have no function prototype for a 3 argument open call 18.25.15 # ah, i read in the man page that creat was deprecated :/ 18.26.18 # also, none of the pseudo constants mentioned in the man page for mode flags seem to be defined for rockbox 18.26.39 # which would make sense, they arent used in fat, so why clutter 18.28.48 # ah i see zagor, open in the x11 sim is just a macro to x11_open 18.28.49 # Zagor: do you have any info that can tell me wtf is connected to AN4-AN7? 18.28.50 # ho humm 18.29.18 # i suppose i ought to actually do some work instead of debugging my poor rockbox patch 18.29.21 # MT: why do you care about the mode flag? that's only needed for setting file permissions for the _next_ time it's opened 18.29.27 # Stevie[FP]: ah, my bad. it's the USB ENABLE bit that has different polarity. USB DETECT is always the same. 18.29.52 # yeah, which I don't care about USB ENABLE yet (maybe in the future :P) 18.29.56 # usb enable is PA10, detect is PA15 18.30.22 # hardeep: because calling open(" .. ", O_WRONLY | O_CREAT | O_TRUNC) in the simu returns -1 and sets errno to ENOENT (no such file) 18.31.13 Quit adi|home ("Damn flying monkies") 18.31.28 # MT: that is probably not related to the mode flag... does the file you're trying to open already exist? 18.32.07 # no, but even if it did it should cope with that by truncating the file 18.32.12 # MT: another possibility is that the flags being passed are not correct 18.32.14 # in fact it does work if i touch the file first 18.32.55 # MT: rockbox defines O_WRONLY etc.... maybe that definition isn't compatible with the simulator 18.32.57 # all this to save the highscore of the wormlet ;) 18.33.14 # hmm perhaps 18.35.14 # Zagor: what's connected to AN4-AN7? 18.35.20 # MT: what if you set a hardcoded value in the x11 sim open() ? 18.35.54 # Stevie[FP]: i don't know. voltage detect on one of them, i presume 18.37.25 # heh 18.38.02 # okay, im no good at converting from octal/hex to something i can understand :) 18.38.44 # my linux has O_TRUNC as 01000, rockbox has 0x10 18.38.50 # thats the same right 18.39.00 # no. 18.39.05 # oh 18.39.05 # wait 18.39.23 # no 18.39.43 # 01000 == 0x200 18.39.44 # 0010 0000 0000 18.39.50 # MT: the values are different in rockbox. but aren't you talking about the third parameter? TRUNC is the scond. 18.40.09 # well this is surely different : linux has O_CREAT as 0100, rockbox has O_CREAT as 4 18.40.12 # no 18.40.16 # there is no 3rd parameter 18.40.22 # ... 18.40.32 # Zagor: im looking for _any_ reason why this open call would fail to create a file in the simulator 18.40.36 # the 3rd parameter to open(2) is 'mode' which sets file permissions 18.40.41 # Stevie[FP]: exactly 18.40.49 # plus 18.40.56 # so far we've seen that his parameter values don't match 18.41.31 # he has 0100 (64/0x40) for O_CREAT, but rockbox uses 4 18.41.44 # he has 01000 for O_TRUNC (0x200), but rockbox uses 0x10 18.42.05 # obviously it wont do if i call it with flags that glibc doesnt recognise 18.42.12 # indeed 18.42.57 # he doesn't. note the #ifndef O_RDONLY 18.43.07 Quit elinenbe (Read error: 113 (No route to host)) 18.43.12 Join elinenbe [0] (elinenbe_@user-0cev103.cable.mindspring.com) 18.43.16 # the simulator includes sys/types.h before file.h, so will use the local flag values 18.43.54 # at least that's the idea 18.44.53 # thats great, but those values arent defined in sys/types.h :) 18.45.07 # or 18.45.08 # sec 18.45.46 # stdio then, or some of the gazillion files it includes in turn 18.46.46 # try this: does "create .cfg file" work? 18.46.54 # it works for me 18.47.06 # file.h 18.47.12 # err sys/file.h 18.48.17 # create .cfg file uses creat() instead of open (O_CREAT|etc..) 18.48.25 # ah 18.50.51 # the file that O_CREAT and friends are defined on my system is , which is only included by 18.50.59 # > $ find ~/rockbox/rockbox-devel/ -iname '*.h' |xargs grep 'fcntl.h' 18.51.00 # /home/tom/rockbox/rockbox-devel/uisimulator/win32/file.h:#include 18.52.16 # MT: add fcntl.h to x11/file.h and see what happens... 18.53.38 # MT: just curious, what system are you running on? 18.53.53 # gentoo 18.54.32 # now it works ;) 18.54.54 # adding fcntl.h to x11/file.h did the trick 18.55.21 # excellent 18.58.27 # Zagor: what could cause the red led to go dim but not turn off? 18.58.53 # well, frequent on/off changes 18.59.21 # hmmm 18.59.46 # ok 19.01.06 # i'm just trying to narrow down what exactly is occurring when i get into this state: i'm not in the ata_read_sectors retry loop, i'm not trying to read/write a lot of data, it doesn't look like i'm stuck in the find_free_cluster loop 19.01.33 # ok, I need nourishment 19.01.37 # btw, Z -- did you get my email? 19.01.57 # * Stevie[FP] is away [f00d] [KS-MsgLog Off] 19.03.14 # yeah i did 19.03.46 Nick Quel|out is now known as Quelsaruk (~swordmast@faerun.ugr.es) 19.03.51 # hi agail 19.03.52 # :) 19.04.36 # *again 19.05.09 # Quelsaruk: [off topic] whereabouts in spain are you from? 19.08.07 # Granada 19.08.09 # ;) 19.08.36 # bah :/ 19.08.43 # why? 19.09.00 # dont suppose you have any friends in barca who have some cheap accomodation in july? :S 19.11.01 Join edx` [0] (edx@pD9EA93C4.dip.t-dialin.net) 19.20.50 # barca?? 19.20.54 # barcelona? 19.28.06 # yep 19.28.15 # my holiday destination this year 19.28.17 Quit edx (Read error: 110 (Connection timed out)) 19.28.28 # ahh 19.28.35 # we call it Barna ;) 19.29.01 # but were going in ~1 month and we havent got accomodation yet, and all the pensions i can find are _really_ pricey, like 30 euros a night 19.29.06 Nick edx` is now known as edx (edx@pD9EA93C4.dip.t-dialin.net) 19.29.12 Quit mecraw ("Trillian (http://www.ceruleanstudios.com)") 19.29.30 # i knew a good pension in Gracia (in the center of Barna) 19.29.36 # but i can't remember the name 19.29.38 # ;) 19.29.40 # doh! 19.29.41 # :) 19.30.09 # we're flying to girona, and we'll find somewhere to stay the night there and probably spend all the next day looking for somewhere in barcelona 19.30.50 # but 30 euros a night for 14 days is a lot fo money, and thats before ive even had one beer! 19.30.50 # Zagor: Recorder FM and Recorder use the same firmware file? 19.31.31 # Quelsaruk: no 19.32.15 # i've read your post about red led dead 19.33.02 # that firmware is for the recorder or the recorder FM?? 19.35.11 # no, regular recorder 19.35.51 # Zagor: someone has asked you for a built version for the FM and you've rewritten the same url ;) 19.36.27 # upps 19.36.27 # sorry 19.36.36 # you wrote the patch url 19.36.38 # :) 19.37.20 # MT the place i knew was 18 Euros the night... more or less.. 19.38.42 # MT: http://www.bcn.es/ 19.40.57 # ah cool :) 19.43.12 # Hostal Residència Sílvia 19.43.19 # that was the one ;) 19.50.06 Join Guest [0] (~jirc@adsl-211-216-117.mia.bellsouth.net) 19.50.40 Join Guest1 [0] (~jirc@adsl-211-216-117.mia.bellsouth.net) 19.50.50 # hello? 19.51.22 # hi 19.51.23 Quit Guest1 (Client Quit) 19.51.37 # hmmm 19.51.55 # can anyone help me with a hd access error? 19.52.07 Quit Guest (Client Quit) 19.54.01 Join saxman100 [0] (~jirc@adsl-211-216-117.mia.bellsouth.net) 19.56.31 # hello all..can someone possibly help me with an error message? 19.56.53 # my recorder 20 cannot "access the hd" on bootup 19.57.07 # ideas? 19.58.13 *** Saving seen data "./dancer.seen" 19.58.40 # ummm 19.58.55 # do you have a fat32 partition on it? 19.59.19 # yes, thru win98. i was copying mp3's last night, 19.59.31 # and the pc froze (hourglass) 19.59.41 # ourch 19.59.43 # i had to turn it off, and then the archos 19.59.48 # would no longer boot. 19.59.59 # possibly I messed up the formatting 20.00.09 # but now, 20.00.27 # can you access the hd when plugged to the pc? 20.00.30 # the usb connection shows the ttray icon with an x in it, and the drive 20.00.35 # letter is not recognized. 20.00.44 # no, I can't. 20.00.52 # if i could, i would fdisk and reformat 20.01.56 # it boots the initial rom, but then cannot access the hd. 20.02.14 # i completely charged the batteries too 20.02.44 # i had nearly the same problem... 20.02.49 # and the hd is broken ;) 20.02.54 # oh really?? 20.02.59 # but i could access via archos firmware 20.02.59 # aaahhhhhhhh...:( 20.03.07 # well, I just got it 3 days ago 20.03.22 # so, I need a new hd huh? 20.03.28 # or a new unit? 20.03.30 # but i'm not saying your problem is the same 20.03.35 # ok, I see 20.03.38 # is your jukebox new? 20.03.44 # or just the hd? 20.03.49 # just hard to do anything if I can't access the drive from anywhere 20.04.43 # try to listen the hd when plugged to the pc... 20.04.51 # to hear if it spins up or not 20.05.01 # whole thing is new........yes, I think si spinning 20.05.47 # it is similar to a bad fat or something 20.06.10 # if i could access it, I'd be happy tp start over 20.07.48 # then you should be able to access it 20.07.58 # dunno how, but still possible 20.07.59 # ;) 20.08.05 # mine couldn't spin up 20.08.13 # hmmmmm.........ok....... 20.08.20 # I'll keep trying! 20.08.22 # * Stevie[FP] is back from [f00d] [gone 1hr 6mins 25secs] [KS] 20.08.57 # hi stevie........any thoughts on hwo to get around a non accessible hd? 20.09.06 # no idea 20.09.24 # oh well...lol.................i am the same! 20.09.36 # thanks you guys...off i go to try again 20.09.41 # saxman100: a hammer? 20.09.50 # possibly! 20.10.17 # bye for now 20.10.21 Quit saxman100 ("Leaving") 20.20.29 # btw, it's just me or everyone's getting duplicated mails? 20.21.33 Quit hardeep ("BitchX Official WWW Site -- http://www.bitchx.com") 20.35.32 Join mecraw [0] (~mecraw@69.2.235.2) 20.35.32 Quit Zagor (Read error: 54 (Connection reset by peer)) 20.38.46 Join Zagor [242] (bjst@as9-5-6.k.s.bonet.se) 20.46.21 # Quelsaruk: i get them too. i'll track the perp down. 20.47.52 # found and killed 20.48.04 # thx 20.48.04 # :) 20.51.17 Join Tib|Away [0] (~onon@12-216-244-18.client.mchsi.com) 20.53.21 # yay, this is the right way: "Supports Linux - Windows CE to follow" 20.53.32 # you don't see that on hardware very often 20.53.55 # not really 20.53.57 # that's cool 20.53.58 # :) 20.54.06 # umm 20.54.12 # that could be added to the FAQ 20.54.53 # question 33 20.55.07 # 33. Can I use the Archos as an USB hard disk to store data from my PDA/ digital camera/phone etc. 20.55.21 # the answer is NO (nodo list) 20.55.35 # but now we could attach those links 20.55.36 # :) 21.01.29 # yup 21.01.49 # sometimes i say intelligent things ;) 21.02.23 # What if the pda had some sort of the master usb instead of slave? Assuming this is what I read about in the faq. 21.03.06 # Tib|Away: yes, that is what is required 21.03.21 # very few, if any, pdas have usb host capability though 21.03.31 # oh 21.03.42 # if you have usb host capability.. it's just like a pc 21.03.59 # Is host hardware or software? 21.04.07 # Tib|Away: both 21.04.32 # okay 21.04.48 Nick Tib|Away is now known as Nilisco (~onon@12-216-244-18.client.mchsi.com) 21.07.17 # Actually,the casio e200 has a usb host device built in. 21.07.35 # And I assume this could be modified to work. 21.07.35 # http://www.deje.gmxhome.de/software.html 21.07.44 # Still useless considering I don't have one though. :) 21.09.07 # * Stevie[FP] is away [(Auto-Away after 1hr)] [KS-MsgLog Off] 21.28.53 Join Yeft [0] (Yeft@ACCB824B.ipt.aol.com) 21.32.09 Quit Nilisco () 21.34.35 # sss 21.37.36 # time to go home 21.41.27 Quit Quelsaruk ("KVIrc 3.0.0-beta1 "Eve's Avatar"") 21.50.57 Join Melker^ [0] (asds@h224n2fls34o841.telia.com) 21.50.57 Quit Yeft (Read error: 104 (Connection reset by peer)) 21.51.15 # Hello?! 21.51.23 # hi 21.51.52 # Svensk, kanske? 21.53.15 # japp, men ta det på engelska så kan andra ta del av ev tips 21.53.24 # Okej =) 21.54.33 # Eller, tänkte bara fråga... Sökte lite efter Mp3-spelare på internet (har planer på att bygga en egen), och eran site poppade upp 21.55.16 # Har inte riktigt förstått vad det är ni byggt på eran sida? 21.56.49 # Är det en mp3-spelare, den där Archos? 21.57.08 # jupp 21.57.25 # Ni som byggt den också? 21.57.34 # nope. www.archos.com 21.58.14 *** Saving seen data "./dancer.seen" 22.02.30 Join Yeft [0] (Yeft@ACCB071C.ipt.aol.com) 22.02.50 Nick Yeft is now known as Yeft[A] (Yeft@ACCB071C.ipt.aol.com) 22.26.01 Quit Yeft[A] ("—I-n-v-i-s-i-o-n— 2.0 Build 2520") 22.40.54 # * Stevie[FP] is back from [(Auto-Away after 1hr)] [gone 1hr 31mins 47secs] [KS] 22.40.59 # whee. 22.45.33 # meh. 22.48.07 # ok so wwtf is this 0x800 22.48.19 Join mecraw_ [0] (~mecraw@69.2.235.2) 23.06.27 Quit mecraw (Read error: 110 (Connection timed out)) 23.06.34 Nick mecraw_ is now known as mecrw (~mecraw@69.2.235.2) 23.06.39 Nick mecrw is now known as mecraw (~mecraw@69.2.235.2) 23.14.16 # wtf 23.20.23 # which 0x800? 23.20.34 Join Bagder [241] (~daniel@as3-3-2.ras.s.bonet.se) 23.20.50 # yo bro 23.20.56 # i dunno 23.21.00 # PADR &= ~0x800 23.21.02 # PADR |= 0x800 23.21.03 # hi 23.21.10 # good, well-commented lines like that 23.21.13 # Stevie[FP]: where? 23.21.45 # mpeg.c ~700 23.22.05 # looks like drain_dma_buffer 23.23.00 # heh, i agree a comment would be good there... 23.23.09 # and perhaps some things like 23.23.30 # #define MAGIC_VALUE 0x800 /* used to enable the flibbergak in the lorax */ 23.23.53 # well the magic value isn't so strange, it's simply PA11 23.23.59 # yeah 23.24.12 # which the meaning of is not so obvious 23.24.24 # since my schematics here indicate that that is the STOP key (?) 23.24.31 # but sure, "PA11" would be more obvious 23.25.00 # note the HAVE_MAS3587F. this is recorder, which doesn't have the stop key. 23.25.47 Join hardeep [0] (1098@208.247.65.237) 23.25.52 # ah 23.26.32 # okay 23.26.32 # hello, hello! 23.27.03 # the 6k_schematic.pdf indicates taht AN0, AN1, AN2, AN3 are '-', 'MENU', '+', and 'PLAY' 23.27.06 # is that correct? 23.27.51 # yup 23.27.58 # what's on AN4-AN7? 23.28.12 # you've already asked that once :-) 23.28.19 # yeah well 23.28.55 # while Rockbox seems to use the A/D to detect the pinuts (button.c, at the end) 23.29.00 # s/pinuts/inputs/ 23.29.28 # (i.e. on AN0-AN3) 23.29.30 # I *think* AN6 is battery voltage and AN7 is DC voltage, but I'm not sure which models it applies to 23.29.42 # the Archos firmware looks to be telling the A/D controller to scan AN4-AN7 23.30.00 # and it's reading PCDR 23.30.16 # which is the same pins as ANx 23.30.48 # is it possible to press both '-' and '+' at the same time on the Player? 23.31.00 # because I'm getting this: 23.31.25 # no it isn't 23.31.43 # then something very strange is going on 23.32.06 # 0x0900A4B6: 0x6011  (read OCP reg PCDR) mov.w @r1, r0 ; (0x05FFFFD0) = 0x00ff 23.32.06 # 0x0900A4B8: 0xec00  mov #0x00, r12 23.32.06 # 0x0900A4BA: 0xc805  tst #0x05, r0 ; T=0 23.32.06 DBUG Sent KICK Stevie[FP] to server 23.32.06 # 0x0900A4BC: 0x8b02  bf 0x4 ; 0x0900A4C4 (will branch) 23.32.06 Kick (#rockbox Stevie[FP] :No flooding!) by logbot!~bjst@labb.contactor.se 23.32.06 Join Stevie[FP] [0] (~whatsit2u@65.114.136.196) 23.32.11 # heh 23.32.26 # the buttons are active low, i.e. 0==pressed 23.32.35 # (if I understand everything correctly) 23.33.01 # that 'bf' will never branch unless PC0 ('-') and PC2 ('+') are both pressed 23.33.03 # err 23.33.06 # that 'bf' will always branch unless PC0 ('-') and PC2 ('+') are both pressed 23.34.29 Quit awy[baer] (Read error: 110 (Connection timed out)) 23.35.27 # no that's something else. it looks like they're using the digital inputs, not the ADC 23.35.42 # according to this schematic 23.35.47 # PC0 and AN0 are the same pin, #93 23.36.19 # yeah, but reading PCDR does not give you the ADC value 23.36.27 # indeed 23.36.29 # it would give a 1 or a 0 23.36.53 # If the buttons are active low 23.37.00 # i.e. pulled high, pressing the button shorts to ground 23.37.21 # then reading that value would return a 1 normally, and 0 when pressed 23.37.39 Join sirp [0] (sirpanos@patr530-a061.otenet.gr) 23.38.08 # right. why tf are we reading it analog anyway? :) 23.38.26 # No idea. 23.38.41 # maybe it simplifies the code in some way 23.38.49 # maybe they had a really old version 23.38.53 # no, quite the opposite actually... 23.39.27 # what's on PA1? 23.39.48 Join tracktheripper [0] (jirc@ACBF3528.ipt.aol.com) 23.39.53 # wait 23.39.53 # wtf 23.39.54 # hello 23.40.00 # /RAS for DRAM, according to my very old notes 23.40.05 # * tracktheripper is feeling very depressed 23.40.43 # yeah 23.40.46 # okay 23.40.47 # doesn't seem very likely, since we're reading it in the power code... 23.40.58 # good 23.41.06 # so I'm not alone in being thoroughly confused 23.41.10 # when I see the equivalent of 23.41.12 # it's charger detect 23.41.15 # 'if (PADR & 1)' 23.41.20 # on players 23.41.25 # :| 23.41.36 # tracktheripper: what's up? 23.41.41 # heh 23.41.59 # these schematics show it connected to a chip 'IS41C16105' 23.42.02 # don't worry Zagor its nothing to do with Rockbox 23.42.12 # to a pin 'RAS-' so it's probably the DRAM :P 23.42.19 # hehe 23.42.51 # i can't get Sokoban to work 23.44.51 # * Stevie[FP] watches hisscreen 23.44.56 # Jukebox 6GB 23.44.58 # aaaaaaaaaand ATA interrupt 23.45.35 # yay 23.45.46 # or was that bad? ;) 23.45.53 # that's normal 23.45.59 # at least I assume it is 23.46.10 # having no real reference point I can never be 100% certain :P 23.47.00 Nick ricII|work is now known as ricII (~ricv@debianalpha.xs4all.nl) 23.48.07 # * Stevie[FP] adds a breakpoint 23.48.32 # and let us see what it is that may happen, should '-' and '+' both somehow be depressed 23.48.46 # if (!(PADR & 0x05)) { goto psychoanalyst; } 23.51.17 Quit edx () 23.53.31 # * Zagor added a big disclaimer to the Research Notes page... 23.53.49 # Stevie[FP]: so qhat are you up 23.54.50 # heh 23.54.59 # * Stevie[FP] has figured that out by now ;) 23.55.06 # :) 23.55.55 # wasn't u the one asking for rom-images ? 23.56.12 # yeah, but I got plenty of those now :P thx anyway 23.56.33 # just picturing you . 23.57.15 # holy fsck 23.57.18 # wtf 23.57.38 # ? 23.57.47 # something wrote to 0x0900f020 23.57.51 # the magic global_X 23.58.15 *** Saving seen data "./dancer.seen" 23.58.19 # probely have to read back...