RE[61]: MemTest64
v1.07: - MEGA65 bugfix (total loop is reorganized again) - C65/MEGA65 bugfixes (some RAM/ROM memory paging conflicts fixed) - IDE64 bugfix (avoiding $de00 I/O space conflict) - CP/M bugfix (avoiding...
View ArticleRE[69]: MemTest64
Well, it is indeed not so easy to maintain some more than 5500 lines of monolithic Assembly source code written for a dozen or so different Commodore environments at the same time. :D Which is also...
View ArticleRE[71]: MemTest64
$D67d can only be written from in the hypervisor mode, which is why it hasn't fixed the bug for you. I need to add a hypervisor trap to toggle this flag.
View ArticleRE[79]: MemTest64
OK, I think, let's defer this topic till the ROM protection thing is blessed by Paul to works well :) I have some ideas that it's maybe not (I even got checksum problems when reset'ed the board from...
View ArticleRE[84]: MemTest64
@PGSmobile: OK, but I guess I go into private with this chat with you, since it's kinda off-topic for most people, and I can write a *LOT* as you "probably" know already ;-P
View ArticleRE[85]: MemTest64
v1.09: - rolled back to v1.07 and final fixes added - the MEGA65 total loop is once again revised and re-written - this is the FINAL revision (no longer to be maintained by me)...
View ArticleRE[1]: Mega 65 emulator
Xemu by LGB has a MEGA65 emulator, which he works with me to track progress of the hardware, to keep it as current as possible.
View ArticleRE[3]: Mega 65 emulator
The best would be a compilation from source, on Linux or UNIX like OS (including MacOS). The Windows version somewhat strange (mainly because I have no windows at all, so I just "blindly" ported to...
View ArticleRE[87]: MemTest64
@MIRKOSOFT: Hm, I have also tried it on my machines, and it looks like it is a general problem. (On my machines, the VDC is not detected at all.) Probably the VDC is not initialized by the operating...
View ArticleRE[8]: c65 Software Development
@LGB: Sorry, I was not reflecting on the emulators, just my general thoughts about the "C65 Software Development" theme here. Mentioning the "mono check" was an abstract parallel for relation between...
View ArticleRE[88]: MemTest64
v1.09: - the program is the same, but VDC Init is also added VDC Init (now part of the MemTest64 zip file, but also uploaded here): http://csdb.dk/release/?id=159059 A set of useful tools for these...
View ArticleRE[2]: Mega65 ideas, Laptop Mega65, Mega65 EMU in Linux, etc.
@rosettif It's actually a kinda neat idea to support touchscreen in a way that even legacy apps can use it. And anyway, for me, it seems touchscreen events and lightpen stuffs are kinda similar: not...
View ArticleRE[4]: Mega65 ideas, Laptop Mega65, Mega65 EMU in Linux, etc.
@PGSmobile: I can't imagine how you are planning to make it through a 1351 mouse emulation, since that deals only with some relative movements via SID registers, and will never see the positions. You...
View ArticleRE[5]: Mega65 ideas, Laptop Mega65, Mega65 EMU in Linux, etc.
Indeed, it's interesting. Mouse emulation can be useful for stock "with real mouse" like scenario (or for the emulation front, with Xemu, btw Xemu already has rudimentary "first-try" class mouse...
View ArticleRE[7]: Mega65 ideas, Laptop Mega65, Mega65 EMU in Linux, etc.
Because the absolute mouse position that the 1351 sends is only 6 bits, there is no way to clothe a touchscreen as a mouse: Even if you try to calibrate the position, there is no way to signal a...
View ArticleRE[9]: Using mega65 for business....
Business apps, I made a living writing them for DOS and Windows. You ask an Apple fan what business apps are they'll tell you music making programs, Photoshop, Dreamwaver, iHome Video editor, etc....
View ArticleRE[8]: Cassette port?
Well, some of the old Commodore 64 stuff got released on tape and not on the floppy or cart formats. The tape was cheaper than floppies you could buy six tapes for $1 and one floppy for $1 and each...
View ArticleRE[5]: Mega 65 emulator
No, the SD card has FAT32 filesystem. I don't know how you mean that no windows program can read it, it should be. However it also has a partition table so it should be handled that way. About the...
View Article