<<31-03-2013>>

01:34:43*q66 quit (Remote host closed the connection)
02:04:20*reactormonk quit (Quit: WeeChat 0.4.0)
10:30:37*q66 joined #nimrod
13:45:22*Boscop quit (Ping timeout: 256 seconds)
14:09:13dom9614 users; people must be really busy over easter.
14:34:55*Trix[a]r_za is now known as Trixar_za
14:35:38dom96Oh, and Happy Easter everyone.
14:36:10Araqthanks, dom96
14:39:06*fowl joined #nimrod
18:54:02*gradha joined #nimrod
19:43:22gradhairc color spam? I wonder how that will look in the non-utf8 logs
19:44:01gradhaooohhh... how come the global notice is not recorded? is it "outside" of the normal channel?
19:44:28dom96of course
19:44:36dom96Only messages directly to #nimrod are recorded ;)
19:51:52dom96So I finally got the nintendo logo to show up using my gb emulator.
19:52:00dom96Decided I should finally push it to github: https://github.com/dom96/gbemulator
19:56:05gradhaaren't you like 3 hours earlier?
19:56:36dom96hrm?
19:57:04gradhaapril's fool, change aporia to be the gb emulator
19:57:18gradhaawesome three shades of green syntax highlighting
19:58:05dom96too much work :P
19:58:34gradhagb tiled rendering seemed to be a pain for developers, is cpu emulation more difficult?
19:59:15dom96the tiled rendering is a bit ugh.
19:59:37dom96Definitely took me more time to get right than the cpu emulation
19:59:50dom96Well, it depends how you look at it.
19:59:59dom96I still haven't implemented all the opcodes.
20:01:30gradhaAraq could sumbit a wikipedia entry for nimrod with completely bogus information and see how far it goes, maybe it outlives the real one?
20:04:10dom96you could too :P
20:05:06gradhaI'm too obtuse with humor, plus I avoid wikipedia
20:05:27dom96perhaps a kpop video then?
20:06:16gradhawe first need a nimrod song for that, then we can do the choreography
20:16:12dom96true
20:46:30*gradha quit (Quit: bbl, have youtube videos to watch)
21:58:14*Trixar_za is now known as Trix[a]r_za
22:33:17fowldom96: this looks cool
22:36:25dom96good to hear :)
22:52:07dom96It only gets as far as showing the nintendo logo though.
22:52:32dom96It will be cool once you can hear that classic pokemon theme song :D
23:05:21*Mathnerd314 joined #nimrod
23:06:26*Boscop joined #nimrod
23:12:29*Roin quit (Quit: WeeChat 0.4.1-dev)
23:12:38*Roin joined #nimrod
23:35:04dom96fowl: oh cool, thanks for the pull request
23:47:46fowldom96: for the registers are combined to 16 bit values (AF, BC, HL) i think itd be faster to order them right and as int8 then to get af you just need cast[ptr int16](cpu.r.a.addr)
23:49:23dom96I'd rather keep them separate
23:54:02dom96good night
23:54:44Araqdom96: wait a sec
23:55:13dom96oh hey Araq
23:55:25Araqhi! I'm back
23:55:43Araqstill hunting that weird rodfile bug ...
23:56:07dom96Araq: I got the nintendo logo to render correctly :D
23:56:42Araqdom96: yeah I noticed :-)
23:56:49Araqexcellent work
23:56:56AraqI think fowl is right btw :P
23:59:48dom96I can always optimise later.