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:13 | dom96 | 14 users; people must be really busy over easter. |
14:34:55 | * | Trix[a]r_za is now known as Trixar_za |
14:35:38 | dom96 | Oh, and Happy Easter everyone. |
14:36:10 | Araq | thanks, dom96 |
14:39:06 | * | fowl joined #nimrod |
18:54:02 | * | gradha joined #nimrod |
19:43:22 | gradha | irc color spam? I wonder how that will look in the non-utf8 logs |
19:44:01 | gradha | ooohhh... how come the global notice is not recorded? is it "outside" of the normal channel? |
19:44:28 | dom96 | of course |
19:44:36 | dom96 | Only messages directly to #nimrod are recorded ;) |
19:51:52 | dom96 | So I finally got the nintendo logo to show up using my gb emulator. |
19:52:00 | dom96 | Decided I should finally push it to github: https://github.com/dom96/gbemulator |
19:56:05 | gradha | aren't you like 3 hours earlier? |
19:56:36 | dom96 | hrm? |
19:57:04 | gradha | april's fool, change aporia to be the gb emulator |
19:57:18 | gradha | awesome three shades of green syntax highlighting |
19:58:05 | dom96 | too much work :P |
19:58:34 | gradha | gb tiled rendering seemed to be a pain for developers, is cpu emulation more difficult? |
19:59:15 | dom96 | the tiled rendering is a bit ugh. |
19:59:37 | dom96 | Definitely took me more time to get right than the cpu emulation |
19:59:50 | dom96 | Well, it depends how you look at it. |
19:59:59 | dom96 | I still haven't implemented all the opcodes. |
20:01:30 | gradha | Araq 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:10 | dom96 | you could too :P |
20:05:06 | gradha | I'm too obtuse with humor, plus I avoid wikipedia |
20:05:27 | dom96 | perhaps a kpop video then? |
20:06:16 | gradha | we first need a nimrod song for that, then we can do the choreography |
20:16:12 | dom96 | true |
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:17 | fowl | dom96: this looks cool |
22:36:25 | dom96 | good to hear :) |
22:52:07 | dom96 | It only gets as far as showing the nintendo logo though. |
22:52:32 | dom96 | It 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:04 | dom96 | fowl: oh cool, thanks for the pull request |
23:47:46 | fowl | dom96: 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:23 | dom96 | I'd rather keep them separate |
23:54:02 | dom96 | good night |
23:54:44 | Araq | dom96: wait a sec |
23:55:13 | dom96 | oh hey Araq |
23:55:25 | Araq | hi! I'm back |
23:55:43 | Araq | still hunting that weird rodfile bug ... |
23:56:07 | dom96 | Araq: I got the nintendo logo to render correctly :D |
23:56:42 | Araq | dom96: yeah I noticed :-) |
23:56:49 | Araq | excellent work |
23:56:56 | Araq | I think fowl is right btw :P |
23:59:48 | dom96 | I can always optimise later. |