comparison src/console/Hes_Emu.cxx @ 323:230decbfe9be trunk

[svn] - what would we have ever done without Aerdan?
author nenolod
date Thu, 30 Nov 2006 23:02:05 -0800
parents fb513e10174e
children 986f098da058
comparison
equal deleted inserted replaced
322:32dad60229d6 323:230decbfe9be
235 vdp.latch = 0; 235 vdp.latch = 0;
236 vdp.control = 0; 236 vdp.control = 0;
237 vdp.next_vbl = 0; 237 vdp.next_vbl = 0;
238 238
239 ram [0x1FF] = (idle_addr - 1) >> 8; 239 ram [0x1FF] = (idle_addr - 1) >> 8;
240 ram [0x1FE] = (idle_addr - 1); 240 ram [0x1FE] = (idle_addr - 1) & 0xFF;
241 r.sp = 0xFD; 241 r.sp = 0xFD;
242 r.pc = get_le16( header_.init_addr ); 242 r.pc = get_le16( header_.init_addr );
243 r.a = track; 243 r.a = track;
244 244
245 recalc_timer_load(); 245 recalc_timer_load();