2022.06.03 added links to LisaList1 and LisaFAQ to the General Category
Quote from: TorZidan on February 02, 2026, 12:15:41 AMIn https://github.com/arcanebyte/lisaem/pull/39 I added support for "raw" profile image files, such as the ones used by Profile Hard drive hardware emulators IDEFile, ESProfile, Cameo/Aphid, etc.
So if anyone has a profile image file with the LOS sources on it (I don't), please copy it over to your PC, "mount" it in LisaEm and try to compile LOS. I am curious if it will work (meaning "not crash the emulator"). From my experience, LisaEm is quite stable and is up to the task.
Quote from: AlexTheCat123 on May 01, 2026, 08:11:15 PMAssuming the PCBs are here in time for VCF Southwest at the end of the month, I was thinking about getting a loan from my parents and potentially ordering a decent-sized run to sell to people who come to the show. I know there there are some people there who would really love to get their hands on one, but I'm a bit nervous about doing this because if the market isn't as big as whatever I predict, then I'm stuck with a bunch of boards. To judge interest on this, is anybody going to be at VCF Southwest who might want one?

Quote from: TorZidan on December 14, 2025, 01:17:20 PMQuote from: ried on December 14, 2025, 12:23:04 PMHis European 220-240v PSU is labeled 1A. I've never seen that before. Each one that I have reads 1.2 or 1.8A. I learn something new every day around here.
The actual rating on a PSU is how much power it can output. It is the same: 150w, on the European PSU and on it's US equivalent model. The "1A" vs "1.2A" is more of an informative value and is derived from e.g. 150W/120V = 1.25A (they print 1.2A), or 150W/220V = 0.7A, they print 1A.
Quote from: AlexTheCat123 on April 10, 2026, 05:46:20 PMOne is that Xenix fails to boot with a bunch of ProFile handshake errors. On very, very rare occasions, it makes it to the login screen, but it's quite uncommon, and you're completely out of luck if you try it at anything higher than a 20MHz DOTCK. I'm thinking that this is an ESProFile issue more than it is a LisaFPGA issue though. Xenix works fine on the regular ESProFile, so perhaps it's some sort of subtle timing thing with porting it from a standard ESP32 to a slightly-faster ESP32-S3?
The second is that your very first attempt to boot from the onboard ESProFile at the 75MHz DOTCK will always result in an error 84, but then all subsequent attempts (until you hit ESProFile's reset button) will work fine. It's just that first attempt that's the problem, and only at the 75MHz DOTCK; all three lower speeds work fine. Looking at it with the logic analyzer, it seems that the problem is that ESProFile is sending its data bytes to the Lisa with a 1-byte delay, so it sends the Lisa status byte 3 when it expects data byte 0, data byte 0 when it expects data byte 1, and so on. I have no idea why this only happens on the first attempt and then never again, but it's clearly some kind of ESProFile issue!