Matt Waltz

Results 64 comments of Matt Waltz

Garbage collect should not be a fileioc function. But I added `ti_ArchiveHasRoom` so you can check if it triggers.

New branch: https://github.com/CE-Programming/toolchain/tree/usbdrvce

Clipped text is just implemented horribly so :)

@PeterTillema `ti_Open()` returns 4, or the `vat_ptr4`? Is it this address: https://github.com/CE-Programming/toolchain/blob/master/src/fileioc/fileioc.asm#L62 Or this address?: https://github.com/CE-Programming/toolchain/blob/master/src/fileioc/fileioc.asm#L63

I want a label tracker

Simple test code to replicate: ```asm ld hl,(mpLcdRange+4) push hl res 0,h res 1,h ld (mpLcdRange+4),hl ld a,100-1 ld (mpLcdRange+4),a ld hl,vram ld de,vram+1 ld bc,320*240*2 ld (hl),100 ldir _:...

Here's the offending code: https://github.com/CE-Programming/CEmu/blob/master/core/lcd.c#L152-L167

![image](https://user-images.githubusercontent.com/9890252/38463697-4f83ff4e-3ab5-11e8-8b86-845d43da85bc.png) The above rectangle should stretch across the whole screen horizontally. [test.8xp.zip](https://github.com/CE-Programming/CEmu/files/1887070/test.8xp.zip)

Are you sure that this isn't caused by usb dma? It appears in the first screenshot that the calculator was plugged into the computer.

So these numbers: 41 36 -6 -6 -66 correspond to the differences. When added together and accounting for difference, this results in 0. It does show that the time spent...