--- Log opened Thu Jul 31 00:00:01 2008 00:15 -!- CaptainKewl [n=jason@207-237-173-165.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com] has quit [Read error: 110 (Connection timed out)] 00:31 < Keripo> Alright, finished porting Atari800 ^_^ 00:33 < Keripo> config patch file -> http://pastebin.ca/1087838 00:33 < Keripo> configure-ipod.sh -> http://pastebin.ca/1087841 00:34 < Keripo> atari_ipod.c -> http://pastebin.ca/1087843 00:35 < Keripo> The only issue is that theres no screen blending (emu menu way too pixelated on the nano) and since the ipod doesn't have enough press inputs, I had to use scroll left and right for start and select 00:35 < Keripo> and since the emu is a bit slow, scrolling causes lag ; / 00:36 < Keripo> If I ported everything to hotdog and used the console for getting input rather than depending on SDL, things would be much faster 00:36 < Keripo> but thats too much work ; P 00:37 < Keripo> but first, iPodMAME 00:38 < Keripo> Prow: Could you re-post your diff files please? searching through the logs for the link is quite hasslesome ; / 00:41 < Keripo> nevermind - found it, but I dont have a link to your Makefile diff 00:43 < Prow> ipodmame makefile http://pastebin.ca/1078919 00:45 < Keripo> build with "make IPOD=1"? 00:46 < Prow> yep, if you omit IPOD=1 then you get the desktop build 00:46 < Keripo> hmm, can you post the cop.c and cop.h files? 00:47 < Prow> oh yeah 00:48 < Keripo> also remember to do a "rm -rf *~" next time ; ) 00:49 < Prow> ah, I'm a linux newb so I didn't even think of that 00:50 < Keripo> lol, no, its just that they're everywhere in the diff file and I'm cleaning it up 00:51 < Prow> is there an easy way to put both the .c and .h into 1 pastbin? maybe just as easy to make 2, actually I'm not sure the cop.c is even needed 00:52 < Keripo> well you can just copy paste the content and stick a noticable line in between 00:52 < Keripo> we're humans afterall, not computers, so we do read the stuff ; ) 00:53 < Keripo> are the DEBUGMAME stuff necessary by the way? 01:00 < Keripo> argh, SourceForge is offline, again 01:06 < Prow> ipodmame cop files: http://www.pastebin.ca/1087863 01:06 < Prow> DEBUGMAME I'm sure can be removed, I think that was when I was trying to fix stuff... like the crash with the galaxian stars :) 01:11 < Keripo> Prow: sounds like you did a lot and lot of testing just to get all these games working ; ) 01:11 * Keripo gives Prow a thumbs up 01:11 < Keripo> copy cop.c and cop.h to /src/ipl/ ? 01:12 < Prow> yep 01:13 < Prow> most of the problems (with the excluded files) were really compile problems, if any at all... I'm sure some games I just included in the makefile and the worked with no change... weird 01:14 < Prow> but anyway, just trying to give something back, I've always been fascinated with emus :) 01:17 < Keripo> no, what you've done is great work. Be happy ; ) 01:20 < Keripo> Prow: Do you mind posting the entire content of your src/ipl/ipodlinux.c file? patch is screwing up majorly over that one file 01:21 < Prow> ok, one sec 01:25 < Prow> ipodlinux.c: http://www.pastebin.ca/1087879 01:27 < Prow> do you know if ipodmame used to work on b&w ipods? I don't think it did, but I know now it won't (without being fixed) the optimising I did was specific to output to 16bit 01:35 < Keripo> bah, dumb patch program copied an entire file as a difffor two line changes >_< 01:36 < Keripo> If you're using hotdog, I don't think so. From what I've seen, hotdog doesn't seem to work on BW iPods (even though it has BW code) 01:38 < Keripo> dumb patch 01:38 < Keripo> both common.c and cpuintrf.c got completely copied over 01:39 -!- CaptainKewl [n=jason@207-237-173-165.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com] has joined #ipodlinux 01:41 < Keripo> ... wow. almost everything got copied over O_o 01:44 < Prow> is there an atari 2600 emu ported to ipod yet? 01:46 < Keripo> nope - atari800 only overs post-atari2600 8-bit computers plus the Atari5600 01:47 < Keripo> if you want to port one though, also consider looking for an Atari7600 emulator as wiki says its backwards compatible 01:48 < Prow> hm, if only I had more time 01:49 < Keripo> hehe, not really 01:49 < Keripo> if you find an SDL emulator, porting is pretty easy 01:49 < Keripo> I finished the Atari800 port last night in around four or so hours and was cleaingit up this afternoon 01:57 -!- reaper308 [n=user@h136.81.30.71.dynamic.ip.windstream.net] has joined #ipodlinux 01:58 < Keripo> added a few small patches to src/sndhrdw/junglek.c, src/drivers/junglek.c and src/sndhrdw/phoenix.c to get rid of the warnings. otherwise, looks like it compiles perfectly 01:58 < Prow> heh yeah, I never bothered to clean that up 02:00 < Keripo> I compile everything with scripts with stdout going to a log file and stderr going to the console, so I like to keep the console looking clean ; ) 02:03 < Keripo> http://pastebin.ca/1087914 02:03 < Keripo> your final diff file, cleaned up and all 02:04 < Keripo> well, actually it could be cleaned up even more but I wont bother 02:04 < Prow> nice 02:06 < Keripo> wait... cop.c isn't even needed, lol 02:07 < Prow> oh yeah? I was wondering about that actually 02:08 < Keripo> well you stuck the cop_execute code into ipodlinux.c so no 02:09 < Keripo> and you integrated the rest of it into cop_displayloop_photo 02:09 < Prow> ah, right, anyway, I'm off to sleep 02:10 -!- reaper308 [n=user@h136.81.30.71.dynamic.ip.windstream.net] has left #ipodlinux [] 02:12 < Keripo> what the 02:12 < Keripo> the compiled binary doesn't scale... 02:14 < Keripo> well, whats up with that ;/ 02:15 < Keripo> meh, whatever, I'll figure it out tomorrow. Night Prow, night all 02:15 -!- Keripo [n=Keripo@CPE001111e441f8-CM001a6680d4fe.cpe.net.cable.rogers.com] has left #ipodlinux [] 02:49 -!- fdinel [n=Miranda@modemcable204.232-203-24.mc.videotron.ca] has quit ["Miranda IM! Smaller, Faster, Easier. http://miranda-im.org"] 03:37 -!- CaptainKewl [n=jason@207-237-173-165.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com] has quit [Read error: 104 (Connection reset by peer)] 03:39 -!- BHSPitLappy [n=BHSPitLa@unaffiliated/bhspitmonkey] has joined #iPodLinux 03:49 -!- scorche [i=Blah@rockbox/administrator/scorche] has quit [" rawr...that is all...rawr"] 04:08 -!- snoh [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has joined #ipodlinux 04:08 < snoh> <-- on call :( 04:22 -!- jrsharp [n=jrsharp@c-98-193-244-253.hsd1.tn.comcast.net] has joined #ipodlinux 04:25 -!- snoh [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has quit [Remote closed the connection] 04:30 -!- BHSPitLappy [n=BHSPitLa@unaffiliated/bhspitmonkey] has quit ["Ex-Chat"] 04:47 -!- jrsharp [n=jrsharp@c-98-193-244-253.hsd1.tn.comcast.net] has quit ["Leaving..."] 06:47 -!- scorche [n=scorche@rockbox/administrator/scorche] has joined #ipodlinux 07:26 -!- snoh [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has joined #ipodlinux 07:26 -!- Rprp [n=Rprp@cc763024-b.groni1.gr.home.nl] has quit [simmons.freenode.net irc.freenode.net] 07:28 -!- Rprp [n=Rprp@cc763024-b.groni1.gr.home.nl] has joined #ipodlinux 08:18 -!- guest123 [i=47203c58@gateway/web/ajax/mibbit.com/x-cacf4523de599403] has joined #ipodlinux 08:19 -!- guest123 [i=47203c58@gateway/web/ajax/mibbit.com/x-cacf4523de599403] has quit [Client Quit] 08:19 -!- guest321 [i=47203c58@gateway/web/ajax/mibbit.com/x-911ddb765f2917c8] has joined #ipodlinux 08:20 -!- guest321 [i=47203c58@gateway/web/ajax/mibbit.com/x-911ddb765f2917c8] has left #ipodlinux [] 08:24 -!- Tom-Turbo [n=tom@catv-136-004.tbwil.ch] has joined #ipodlinux 09:07 -!- perror [n=fleury@aldebaran.labri.fr] has joined #ipodlinux 10:04 -!- mazling [i=largeear@host86-143-12-125.range86-143.btcentralplus.com] has joined #ipodlinux 10:31 -!- RedDak [n=dak@host113-88-dynamic.6-87-r.retail.telecomitalia.it] has joined #ipodlinux 12:34 -!- Synapse [n=bagheera@adium/Synapse] has quit [Connection timed out] 13:00 -!- fxb__ is now known as fxb 13:00 -!- jrsharp [n=jrsharp@c-98-193-244-253.hsd1.tn.comcast.net] has joined #ipodlinux 13:21 -!- mazling [i=largeear@host86-143-12-125.range86-143.btcentralplus.com] has quit ["Inde da'covale misain ye; Caballien misain ye!"] 14:14 -!- RedDak [n=dak@host113-88-dynamic.6-87-r.retail.telecomitalia.it] has quit [Read error: 104 (Connection reset by peer)] 14:25 -!- Keripo [n=Keripo@CPE001111e441f8-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #ipodlinux 14:47 -!- jrsharp_ [n=jrsharp@c-98-193-244-253.hsd1.tn.comcast.net] has joined #ipodlinux 15:20 -!- BleuLlam1 is now known as BleuLlama 15:43 -!- perror [n=fleury@aldebaran.labri.fr] has quit ["Ex-Chat"] 16:22 -!- Mathiasdm [n=Mathias@vpnd081.ugent.be] has joined #ipodlinux 16:40 -!- uwe_ [n=uwe@dslb-084-056-013-135.pools.arcor-ip.net] has joined #ipodlinux 16:51 * Keripo playing Fury of the Storm on StepMania -> http://tinypic.com/player.php?v=wtup0x&s=4 16:51 < Keripo> crap, wrong window 16:52 -!- Keripo1 [n=Keripo@CPE001111e441f8-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #ipodlinux 16:52 -!- Keripo [n=Keripo@CPE001111e441f8-CM001a6680d4fe.cpe.net.cable.rogers.com] has left #ipodlinux [] 16:52 -!- uwe__ [n=uwe@dslb-088-064-080-087.pools.arcor-ip.net] has quit [Read error: 110 (Connection timed out)] 16:52 -!- Keripo1 [n=Keripo@CPE001111e441f8-CM001a6680d4fe.cpe.net.cable.rogers.com] has quit [Client Quit] 16:53 -!- Keripo1 [n=Keripo@CPE001111e441f8-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #ipodlinux 17:59 -!- iphonegeek [n=iphonege@dynamic-acs-24-239-109-220.zoominternet.net] has joined #ipodlinux 18:02 -!- Juippi_ [n=juoheikk@cs181213202.pp.htv.fi] has quit [Remote closed the connection] 18:17 -!- jrsharp- [n=jrsharp@c-98-193-244-253.hsd1.tn.comcast.net] has joined #ipodlinux 18:25 -!- Juippi [n=juoheikk@cs181213202.pp.htv.fi] has joined #ipodlinux 18:32 -!- snoh [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has quit [Remote closed the connection] 18:32 -!- jrsharp_ [n=jrsharp@c-98-193-244-253.hsd1.tn.comcast.net] has quit [Read error: 113 (No route to host)] 18:33 -!- snoh [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has joined #ipodlinux 18:43 -!- Rprp [n=Rprp@cc763024-b.groni1.gr.home.nl] has quit [Client Quit] 18:44 -!- Rprp [n=Rprp@cc763024-b.groni1.gr.home.nl] has joined #ipodlinux 18:45 < Keripo1> final atari_ipod.c file for iAtari800 (every iPodLinux emu so far has an "i" stuck in front so why not ; P) 18:45 < Keripo1> http://pastebin.ca/1088710 18:46 < Keripo1> speed is decent at 78MHz, refresh rate 6, compiled with -O3 18:47 < Keripo1> Since its pure SDL, I should be able to compile it for SansaLinux too 18:47 -!- Rprp [n=Rprp@cc763024-b.groni1.gr.home.nl] has quit [Remote closed the connection] 18:48 < Keripo1> as, unlike puzzud's old, incomplete port, I autodetect screen size ; ) 18:48 -!- Rprp [n=Rprp@cc763024-b.groni1.gr.home.nl] has joined #ipodlinux 20:13 -!- Synapse [n=bagheera@adium/Synapse] has joined #ipodlinux 21:04 -!- Mathiasdm [n=Mathias@vpnd081.ugent.be] has quit ["Invisible Internet Project: http://www.i2p2.de"] 21:05 -!- Tom-Turbo [n=tom@catv-136-004.tbwil.ch] has quit ["If you can't laugh at yourself, make fun of other people."] 21:44 -!- snoh [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has quit [Remote closed the connection] 21:46 -!- snoh [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has joined #ipodlinux 22:24 -!- snoh [n=dave@cpc1-sout6-0-0-cust616.sotn.cable.ntl.com] has quit [Remote closed the connection] 22:46 -!- BHSPitLappy [n=BHSPitLa@unaffiliated/bhspitmonkey] has joined #iPodLinux 23:06 -!- Drgb_ [n=berserk@unaffiliated/bofh] has joined #ipodlinux 23:12 -!- Cady [n=Cady@190.43.150.7] has joined #ipodlinux 23:15 < Cady> hi can anyone help me???? everytime i use safari on my itouch a blank page opens and nothing happens it just freezs 23:15 < Cady> plz anybody???? 23:21 -!- BOFH [n=berserk@unaffiliated/bofh] has quit [Read error: 110 (Connection timed out)] 23:50 -!- HellDragon [n=jd@Wikipedia/HellDragon] has quit [Client Quit] 23:52 -!- hd [n=jd@Wikipedia/HellDragon] has joined #ipodlinux 23:52 -!- HellDragon [n=jd@Wikipedia/HellDragon] has joined #ipodlinux 23:52 -!- HellDragon [n=jd@Wikipedia/HellDragon] has quit [Nick collision from services.] 23:52 -!- hd is now known as HellDragon --- Log closed Fri Aug 01 00:00:00 2008