IRC logs for #opendune on OFTC at 2010-04-21
⏴ go to previous day
12:55:15 <Xaroth|Work> TrueBrain: your connection is unstable :P
13:02:09 *** TrueBrain has joined #openDune
13:04:38 <TrueBrain> ISPs can be annoying ...
13:05:20 <SmatZ> that was perfect reaction :)
14:04:34 <TrueBrain> I converted the input stuff once, and then it all failed
14:04:38 <TrueBrain> so I am sure it is messy :p
14:04:48 <glx> it seems to work for now :)
14:05:40 <glx> emu_ax = emu_get_memory16(emu_ds, 0x00, 0x700E);
14:05:40 <glx> emu_get_memory16(emu_cs, 0x00, 0x1B3) = emu_ax;
14:05:59 <glx> but I'd say they don't access the value they are supposed to access ;)
14:06:13 <TrueBrain> I translated it with g_global->variable_700E the first time
14:06:16 <TrueBrain> but that seemed to fail
14:06:18 <TrueBrain> so ... I am not sure
14:06:37 <glx> I translated that to emu_cs
14:06:43 <TrueBrain> SmatZ: no, local static
14:06:50 <TrueBrain> glx: sounds like a better plan, yes
14:06:55 <TrueBrain> but it feels like a bug :p
14:07:11 <glx> but other accesses to 700E are in 353F
14:07:16 <TrueBrain> @base 10 16 [calc 0x29E8 + 0x700E]
14:07:25 <TrueBrain> @base 10 16 [calc 0x29E80 + 0x700E]
14:07:39 <TrueBrain> doesn't make sense ...
14:11:30 <glx> it seems to be inside some other data
14:11:47 <glx> 00 11 9f 58 3f 35 dc 19 00 00 00 00 00 00 52 54 00 00 07 00 11 ab 58 3f 35 6a 19 00 00 00 00 00 00
14:12:01 <TrueBrain> so not a real issue
14:12:03 <TrueBrain> but a bug nevertheless
14:14:32 <glx> yes it's inside file array I think (353F:589F and 353F:58AB are in filename list)
14:15:27 <TrueBrain> @base 10 16 ( [calc 0x29E80 + 0x700E] - 0x353F0 )
14:15:27 <DorpsGek> TrueBrain: base <fromBase> [<toBase>] <number>
14:15:33 <TrueBrain> @base 10 16 [ [calc 0x29E80 + 0x700E] - 0x353F0 ]
14:15:33 <DorpsGek> TrueBrain: Error: Invalid <number> for base 10: [200334 - 0x353F0]
14:15:55 <TrueBrain> @base 10 16 [calc 0x29E80 + 0x700E - 0x353F0 ]
14:16:00 <TrueBrain> it is not inside g_global
14:16:16 <TrueBrain> @base 10 16 [calc 0x29E80 + 0x700E - 0x2E9C0 ]
14:25:54 <glx> IIRC the main problem with the old C-ification was the mouse
15:01:47 *** chansen has joined #openDune
16:04:45 <chansen> any way to make open dune full screen?
16:10:40 <glx> would be ugly and probably not supported by video devices
17:52:55 *** maikel has joined #openDune
continue to next day ⏵