VectorEyes

Results 7 issues of VectorEyes

Running a command-line build on Apple Silicon fails as follows: /src/shared/h/shared/system.h:67:2: error: Unknown gcc CPU #error Unknown gcc CPU ^ /src/shared/h/shared/system.h:101:2: error: Unknown endianness #error Unknown endianness ^ /src/shared/h/shared/system.h:198:2: error:...

mac

As described here: https://beebwiki.mdfs.net/Address_translation ... if you enable 'TTX mode' address translation by setting the CRTC start address to &2800 (corresponding to memory address &7C00) but you use a high-frequency...

accuracy

It would be helpful to be able to right-click and copy the values in the 6502 debug panel. Most notably the cycle count, but also the values of the registers,...

debugger
UI/UX

Sometimes you want to compare between timer values at different points in time, and find yourself laboriously copying the number shown in the SysVia or UserVia panel for a specific...

debugger
UI/UX

When debugging cycle-accurate code it can be very useful to know how many 6502 cycles and also 'real time' (and possibly also CRTC cycles!) have elapsed between two bits of...

debugger

When debugging issues such as spurious NMIs, it would be really helpful to be able to say 'rewind 2000 cycles' so you could then start tracing. A big button saying...

debugger

I've just got my second greaseweazle and already it's getting frustrating to have to specify "--device /dev/cu.usbmodem14501" and so on every time I want to issue a gw command. In...