Close

2151 Results for "%EA%B0%95%EB%82%A8%EC%98%A4%ED%94%BC%EC%9D%B4%EB%B2%A4%ED%8A%B8%E2%86%B2optime4%E3%80%82com%EA%B0%95%EB%82%A8%EC%98%A4%ED%94%BC %EA%B0%95%EB%82%A8%EB%A7%88%EC%82%AC%EC%A7%80 %E2%86%B2 %EA%B0%95%EB%82%A8%EC%98%A4%ED%94%BC%E1%98%AE %EA%B0%95%EB%82%A8%EC%98%A4%ED%94%BC%EC%83%9D%EA%B0%81%E1%98%AE %EA%B0%95%EB%82%A8%ED%9C%B4%EA%B2%8C%ED%85%94 %EA%B0%95%EB%82%A8%ED%82%A4%EC%8A%A4%EB%B0%A9 %ED%83%80%EC%9E%84"

  • Building a CP/M System Disk

  • Building a CP/M System Disk To avoid rewriting the assembler codes for ccp, bdos and cbios so that they can co-exist in the same file. I can append the i8hex files and remove the "end of file markers". To make the hex file more readable I have changed...
  • Update After A Long Pause

  • Update I rebuilt the paged memory board and the Flash Programmer for a ZIF socket. It allows quick and easy Firmware updates. Other than a initial glitches for the Flash Programmer (probably still wet from the solder flux solvent), it all works. Now...
  • 20230214b -- LCD revisited

  • The LCD analysis isn't strictly complete.  While I'm pretty sure I found the data lines (nybble mode, PD5-2), there are control lines as well.While rummaging through the RAM stuff, I came across a routine:F618 sub_F618: F618 86 01 ldaa #1 F61A BD...
  • Progress on the EC

  • Some progress has been made the past few days on the actual Renesas EC chip. A detailed log will probably follow in the upcoming few days, once I get the chance to take a few pictures and screenshots.In 2014 I etched a PCB to mount the EC on after desoldering...
  • Firmware hacking

  • Here is a rough schematic of the isolated bus circuitry. It looks like there is some shared "open collector" style bus on CH4 of the isolator, with D8 and (I assume) a pullup on the BMS controller board. But so far I've only ever measured this line being...
  • improved encoder reading

  • The software I'm modifying does an encoder read as follows: int rot = ((digitalRead(BTN_EN1) == LOW) << BLEN_A) | ((digitalRead(BTN_EN2) == LOW) << BLEN_B); // potentiometer uses grey code. Pattern is 0 3 switch (rot) { /** logic to interpret the value...
  • Dumping the external flash

  • Yesterday I dumped the external flash. You can find the image in the owncloud archive.Turns out most of it is used to store an almost complete 16-bit Unicode font. I figured that out by converting the binary to an image and looking for repeating or familiar...
  • Display

  • I started wiring up the Memory sub-system board and realized quickly that I needed the display board to show the state of the various registers.  I first had to create a backplane to connect the boards into.  The backplane carries all the signals...
  • Another!

  • sheesh, now Goodwill is making a habit of having one of these calcs on the shelf. This time a TI-84 Plus. I don't need another, do I? I haven't seen the 82 I got in middleschool in maybe a year. I think it wound-up in storage. The 83 plus(?) I got last...