KIM-1 Diagnostic board

Dwight Elvey designed and programmed a diagnostic board for the KIM-1, to determine what might be wrong with the KIM-1
The board switches off the 6530 ROMs and one can run tests on the onboard ROM, looking for for defective RAM, defective LED display, defective 6530 ports.

Here I present the complete design of the board, with help and permission of Dwight Elvey, Santo Nucifora and Liu Ganning.

Debug board connected to a KIM-1 (Photo by Santo Nucifora)

Triggered by post on twitter by Santo Nucifora (snuci) showing the results of his tests on his impressive KIM-1 collection, I connected to Dwight Elvey for permission to publish the design files.
Alas, Dwight did not have the circuit diagram, only the pcb drawings and binary of the ROM. With the aid of Santo Nucifora the instructions and sources of the debug board pack surfaced and the circuit could be reconstructed.

Debug board in action, defective transistors at LED display (Photo by Santo Nucifora)

Debug board in action,KIM-1 is healthy! (Photo by Santo Nucifora)

In November 20121 Liu. the designer of the PAL-1, asked help with his defective KIM-1, it was dead. So I gave him all the information I got from Dwight and he recreated the circuit, made a PCB and started testing his kIM-1.

Here a redrawn and slightly modified circuit diagram by Jonathan Levine:

From the vcfed.org forum, notes by Dwight Elvey

I’ve (Dwight) been debugging my KIM-1 and while doing so, hopefully helping others. What does one do when it doesn’t work? One can check some obvious places like the clock signals, reset pulse, interrupts and sync signal. Beyond that there is little that one can do with the monitor code dead. The problem could be any of the chips, from the simplest 7404 to one of the RRIOT chips. I’ve always said that one should write code and use an EPROM to test the functions of the board. Now I’m putting actions to these words. First one needs to create a place to put an EPROM if there is no socket. That is what I did for the KIM1. I have created a small board with a minimum of parts on a prototype board.

A little about the circuit. It is designed to run with a minimal amount of the KIM computer working. The processor has to be able to execute code and access the data but and addresses. The code I’ve written also expects the KIM’s address decoder chip to be functioning. In order to work, the debug board uses both connectors for signals. The expansion connector is mostly used but three signals are needed from the application connector. You’ll need 2 44 pin connectors.
The board disables the KIM’s ROM and takes over boot. One typically the sets the reset vector to $0C00 and assembles the code there (in other words the the reset vector need to be at $0FFC as the EPROM will be seen at $0FFFC as well as $0FFC, being dual mapped. In fact the EPROM will also be mirrored at every 1K if A15=1. This can be useful if KIM’s addresses decoder doesn’t work.
There are 2 LEDs on the debug board. One LED is on if it sees a access to the 1K space at $0C00 to $0FFF. It is not a fool proof indicator but if lit generally indicates that code is executing.
It can only be reset with the reset signal ( RS on the keyboard ). The other LED is a status light. It can be turned on and off from code. A write to $1000 of the D0=1 will turn it on and a write with D0=0 will turn it off. It provides a minimal feedback until KIM’s 7 segment LEDs are found to be functional. It also is needed to verify that the 1K RAM at address 0 is functional.
The RAM is needed to be able to use the stack and any zero page address. It can also be use to just blink to make sure a long running test is still working.

Downloads

Instructions

(from file DBINSTR.TXT)

Diagnostic Debug for the KIM-1 and 6530 to 6532 adapter
The diagnostic EPROM can hold up to 16 1K diagnostic or other programs.
Most of these diagnostic programs are intended to take over reset from 
the onboard ROMs in order to run various diagnostic test on the KIM-1 
hardware.
The control of which to boot from is controlled by the DB switch.
With a working monitor, it can be run by opening the DB switch.
The Diagnostic Debug board is also used to initialize the EEPROM on 
the 6530 to 6532 adapter with either the code for -002 or -003 ROM 
data. When the switch on the Diagnostic Debug board has the DB 
position turned on, the boot vevtors come from the EPROM on the 
Diagnostic Debug board.
Any 1K address above 8000H will be decoded from the 1k block selected
by the switch S0 to S3. Note that the switch between DB and S0 is not
used.
These 1k blocks are always decoded from 8000H as long as the DB switch
is on. This takes over the interupt and boot vectors.
There is always a 1K block decoded at 0C00 to 0FFF as well. This is 
available, even if booted from the monitors ROM, regardless of the DB 
switch position.
The main thing the DB switch does is allow the boot to happen from the
Diagnostic Debug EPROM rather than from a possibly defective -002
monitor ROM.
Each 1K test block is intended be run in sequence. This allows one to
test and diagnose a single area of the KIM-1 at a time. 
Many test depend on the passing of the previous test. An obvious 
example is if there is a RAM failure the display test is likely to
fail as well.
A failure of a later test may not be a positive indication that the
failure is what the test is testing for if a previous test has failed.
One should diagnose and repair the earliest test first.
Test 0  Flash
Switch setting:
DB on
--
S0 on
S1 on
S2 on
S3 on
This is a minimal test of the processor. All it does
is slowly flash the Green LED on the diagnostic board.
It is initiated by the reset switch, on the keyboard of the KIM-1
( RS ).
This test only uses the processor, addresss decoder and data bus.
If it fails to run. It will be a problem in one of these areas.
This test does not use any of the RAM in either the 2102s or in
either of the 6530 RAM areas. It only uses a few instructions and
is not a complete CPU diagnostic.
Remember the processor includes clocks and reset vector and possible
MNI stuck.
As a bonous some of the extra space has the program Astroids from the
First Book of Kim. It the normal KIM-1 monitor is running, one can
play if by setting the same switches as Flash except DB to off.
set the address at 0E00 and GO.
Use 0 and 3 to move your space ship to avoid the astroids.
Test 1  RAMTEST
Switch setting:
DB on
--
S0 off
S1 on
S2 on
S3 on
This test does a simple stuck at test of the RAM by writing and
reading 055H and 0FFH to each location in the 2102 RAM array. 
A passing indication is that the Green LED will blink at about 1
seconds rate for 8 time then on the 9th it will stay lit.
Should there be a failure the Green LED will blink out the failing
bit number. A 1 second blink indicates a good bit and a short blink
indicates a failed bit. After the 8th blink it will stay unlit.
If all the bits fail it may be an address decoder problem.
A single bit failure is likely a single RAM or the bus buffer.
The blink code starts with bit D0 and blinks through to D7.
This test does not test or use the 6530/2 RAM for vaiables during the 
test, other than the RAM it test. It only runs
in the processor's internal registers. This is not easy to do
for a 6502. This is the reason it doesn't also indicate the failed
address as well as the bit. This would likely need the variable space
that is under test.
Once this test passes, later test will assume that the RAM
on Page0 and Page1 are functional and use them as most 6502 programs
do.
There are still possible address errors that RAMs can have.
This test is initiated by the RS reset button on the keyboard.
As an example, a long-long-short-long-long-long-long-long
blink code would indicat that bit D2 was failing. In other
words the blink code is D0 first to D7 last. With the board
such that the key board is on the lower right, the RAM
chips blink from top to bottom for the blink codes. Each blink is
one RAM chip position.
Test 2  Display
Switch setting:
DB on
--
S0 on
S1 off
S2 on
S3 on
This test the displays. It will also flash the green LED just in case
the display isn't working so that you know that the test is running.
It sequences 0000 00 to FFFF FF. Not much else to say here.
Test 3 KeyBd
Switch setting:
DB on
--
S0 off
S1 off
S2 on
S3 on
This is used to test the keyboard. It test all the buttons.
Pressing RS will restart the test. ST will light the green
light ( use RS to turn it off if you like ).
The other keys will display the row and column for each button.
Refer to the schematic for a reference.
As an example, the E button will display 2 G.
Try each switch from 0 to GO to see what unique combination
is created. This test is run with the small, on/off, switch
on the keyboard in the OFF position.
This switch can be tested by using the single step function
as described in the KIM-1 Users manual, with the normal KIM-1
monitor.
Key table:
ROW  COL
0   0    G
1   0    F
2   0    E
3   0    d
4   0    c
5   0    b
6   0    A
7   1    G
8   1    F
9   1    E
A   1    d
B   1    c
C   1    b
D   1    A
E   2    G
f   2    F
AD  2    E
DA  2    d
PC  2    A
+   2    c
GO  2    b
Test 4 CRC2
Switch setting:
DB on
--
S0 on
S1 on
S2 off
S3 on
This test the ROM data for -002. It will flash the CRC generated
from reading the entire ROM. It should read C219. It does this
in a continuous loop. That is why the display flashes, because
it is rerunning the CRC code and not updating the display.
Any erratic value could be an indication of ROM failue.
Test 5 CRC3
Switch setting:
DB on
--
S0 off
S1 on
S2 off
S3 on
This test the ROM data for -003. It is the same as CRC2 but the
CRC numbers are 5EA4 instead, for the -003 chip.
Test 6 64RAM2
Switch setting:
DB on
--
S0 on
S1 off
S2 off
S3 on
This test the 64 bits of RAM in the -002 6530 chip. It uses the
March C algorythm. This is a very good test. If it passes, it says
'Good'. If it fails it says 'Bad nn' Where the nn indicates the
bad address. Say it displayed Bad C9'. That would indicate that the
address 1700 + C9 = 17C9 failed. Make sure to start the test from a 
clean reset by pushing the RS when changing the debug switches or
when powering up.
Test 7 64RAM3
Switch setting:
DB on
--
S0 off
S1 off
S2 off
S3 on
This test the 64 bits of RAM in the -003 6530 chip. It uses the
March C algorythm. This is a good test. If it passes, it says
'Good'. If it fails it says 'Bad nn' Where the nn indicates the
bad address. Say it displayed 'Bad 92'. That would indicate thath the
address 1700 + 92 = 1792 failed. Make sure to start the test from a 
clean reset by pushing the RS when changing the debug switches or
when powering up.
Test 8 EEPROM2
DB on
--
S0 on
S1 on
S2 on
S3 off
This is not really a test. This is code to program the EEPROM on
the -002 adapter module. The EEPROM on the adapter is not programmed.
this must be done on the KIM-1 by this program.
Install the adpater observing the proper orientation with the KIM
powered off.
The yellow jumper is for the -002 decode. It must be intact. The red
jumper enables EEPROM programming.
Set the switches as above and hit the RS button then power up. 
This loads the programming code into RAM. Make sure to
do a clean reset (RS) after setting up the switches for this code.
The programming code is loaded into RAM in a millisecond or so. The
only indication is that the RED LED will be lit.
The image for the EEPROM is a full 1024 bytes and the diagnosic code
window in memory is only 1024 bytes. It is not possible to have the
programming code and the ROM image in the same debug switch settings.
Once the code is in RAM, it waits for you to select the ROM image
by the debug switch settings.
You do this by changing the Debug switches to:
DB on
--
S0 off
S1 on
S2 on
S3 off
Make sure the upper left keyboard switch is in the off position.
Now press the ST button. This causes a NMI interrupt that starts
the programming cycle.
The green light should flash quickly. This indicated that the programming
is continuing OK.
If the Green LED then goes off, the programming is complete.
If the Green LED comes on steady, the programming has failed.
It would be wise to test that the EEPROM is working. Hold the RS
button down and set the DB to off. Releasing the RS should start the
normal KIM-1 monitor( it usually requires the AD or some switch
selected to determine user input source.
If it is working, it is wise to now cut the red wire loop at the end
of the adapter board ( only the red wire the other is -002/-003 select ).
This blocks the accidental writes to the EEPROM. I recommend leaving
a little wire as you might want to change the programming at some
future time.
Test 10 EEPROM3
DB on
--
S0 on
S1 off
S2 on
S3 off
This is not really a test. This is code to program the EEPROM on
the -003 adapter module. The EEPROM on the adapter is not programmed.
this must be done on the KIM-1 by this program.
Install the adpater observing the proper orientation with the KIM
powered off.
The yellow jumper is part of the decode for -003. The yellow jumper
must be cut for -003 location. The red jumper enables programming.
Set the switches as above and hit the RS button then power up. 
This loads the programming code into RAM. Make sure to
do a clean reset (RS) after setting up the switches for this code.
The programming code is loaded into RAM in a millisecond or so. The
only indication is that the RED LED will be lit.
The image for the EEPROM is a full 1024 bytes and the diagnosic code
window in memory is only 1024 bytes. It is not possible to have the
programming code and the ROM image in the same debug switch settings.
Once the code is in RAM, it waits for you to select the ROM image
by the debug switch settings.
You do this by changing the Debug switches to:
DB on
--
S0 off
S1 off
S2 on
S3 off
Make sure the upper left keyboard switch is in the off position.
Now press the ST button. This causes a NMI interrupt that starts
the programming cycle.
The green light should flash quickly. This indicated that the programming
is continuing OK.
If the Green LED then goes off, the programming is complete.
If the Green LED comes on steady, the programming has failed.
It would be wise to test that the EEPROM is working.
You might run CRC3, Test 5 to verify or check the values
through the KIM-1 monitor.
It is wise to now cut the red wire loop at the end of the adapter board.
This blocks the accidental writes to the EEPROM. I recommend leaving
a little wire as you might want to change the programming at some
future time.
-003 EEPROM code has a large blank portion of code space near the
end. You might want to want some special code that is always resident
that you could put it this space. It is starting at 1A96 and ending
at 1BF9. This is 356 bytes for a small perminent piece of code.
Of course any change to the -003 EEPROM will also change the CRC3
results. It is wise to write it down to ensure it you still have
a -003 valid test.
This is all the test in Debug EPROM. The remaining switch locations
are available for other use. If you want the KIM-1 to boot to this
code make sure to put the reset vector at the end of the 1K block.
With the DB swith to the on position and a RS reset, it will run
the EPROM code. It can be run at 0C00 to 0FFF or at FC00 to FFFF.
If the DB switch is off, code on the EPROM must be started from
the KIM-1 monitor. It will only be seen at 0C00 to 0FFF and is
not seen in the upper memory window as it would be to boot to
the debug code.
There are 4 completely unused 1K blocks left in the debug EPROM. Also
if you look at each of the test, you'll note that most of the test only
use a small portion of the 1k block. One can always add one's code
in one of these blank areas. Just remember that the code will be
offset into the 1K window starting at 0C00.
Before adding of edition the debug EPROM, make sure to make a copy
of the original EPROM.
The unused bytes, of the debug 1K blocks are all 00s so the entire
EPROM would need to be erased and editied in an external image of
the EPROM before writng an new code.
The unused 4 1K block are 0FF and can be programed without erasing
the EPROM.

Microsoft Basic for the KIM-1 KB-6

I know KB6 existed. The ‘6’ stands for the precision in digits of the floating point number. In the documentation KB-6 is described.
Never seen a version in the wild. I know KB6 existed. The ‘6’ stands for the precision in digits of the floating point number. In the documentation KB-6 is described. Never seen a version in the wild. So the reconstruction here is not checked with the original, addresses in the reconstruction from the linker differ from the documentation.”>So the reconstruction here is not checked with the original, addresses in the reconstruction from the linker differ from the documentation.

Microsoft Basic for the KIM-1: KB9 update

More information on KB9 and a new faster and smaller version

Microsoft KB-9 Basic

Microsoft Basic for the KIM-1 (KB-9)

On this page you will find:


KB-9 stands for Microsoft Basic V1.1 for the KIM-1  with 9 digits precision. Actually, when you run it, it is called MOS Tech 6502 Basic v1.1 Copyright 1977 by Microsoft Co.
The ‘9’ stands for 9 digit precision floating point numbers. A KB-6 (6 digits precision) existed, but no copy ever turned up.

Downloads

Scanned manual
Scanned manual alternative version (incomplete)
The original KIM-1 KB-9 Microsoft Basic V1.1, cassette audio wave, binary and papertape format
The updated (see below) KIM-1 KB-9 Microsoft Basic V1.2, binary and papertape format
The reconstructed KIM-1 KB-6 Microsoft Basic V1.2, binary and papertape format
How to use, read this! Clear decimal, set vectors!

Resources

Articles on KB9 in the clubmagazine KIM/6502 Kenner:
– KIM Kenner 4 Siep de Vries Evaluatie 8K Basic, test of accuracy of KB-9, Dutch
– KIM Kenner 5 Uwe Schroder, English, Some Basic problems solved
– KIM Kenner 6 S. Woldringh Patches op 8K Basic Load and Save commands
– KIM Kenner 10 p 10 Microsoft Basic, Hans Otten.
– KIM Kenner 11 p 15 S. Woldringh Patches op 8K Basic part 2
– KIM Kenner 11 p 19 W. van Gelderen Read and Write on cassette for 8K Basic
– KIM Kenner 12 p 15 Patches Microsoft Basic, Hans Otten. Trace mode Renumber
– KIM Kenner 14 p 39 Patches Microsoft Basic, Hans Otten. Calculated line numbers
– 6502 Kenner 16 p 49 Patches Microsoft Basic, W. Blonk Corrections on KIM Kenner 12
– 6502 Kenner 19 p 34 Patches Microsoft Basic, Hans Otten. Speed up Basic 10% with ROR
– 6502 Kenner 22 p 12 Patches Microsoft Basic part 1, van Nieuwenhove Koen, adapt KB-9 to Elektor Junior
– 6502 Kenner 23 p 12 Patches Microsoft Basic part 2, van Nieuwenhove Koen, adapt KB-9 to Elektor Junior
– 6502 Kenner 24 p 14 Patches Microsoft Basic part 3, van Nieuwenhove Koen, adapt KB-9 to Elektor Junior
– 6502 Kenner 25 p 6 Patches Microsoft Basic part 4, van Nieuwenhove Koen, adapt KB-9 to Elektor Junior
– 6502 Kenner 29 p 33 KB-9 Basic on Acorn SYSTEM-1
– 6502 Kenner 32 p 21 W. L. van Pelt KB-9 Basic Tokenized keywords and addresses

All the KB9 KIMKenner articles in one PDF here

Language lab section in the 6502 User Notes:
– Vol 13 Basic tips, Renumber Page 1, Page 2
– Vol 14, Tips, Paging, Automatic Line numbers, the GET statement, USR function
Page 1, Page 2, Page 3, Page 4
– Vol 15 USR Dispatch, Load/save Basic arrays Page 1, Page 2, Page 3
-Vol 16 Line Editor Page 1, Page 2, Page 3, Page 4
-Vol 17 IEEE, Save Load cassette
Page 1, Page 2, Page 3, Page 4

Basic V3.0

After I bought MOS Basic for the KIM-1 in 1978 a lot of study went into understanding and adapting the interpreter. In the Dutch club magazine the KIM Kenner (see above) I and others published my work on it, like tape I/O in hypertape format, calculated goto’s, trace mode, paged output and such.

I modified it later on to suit a bit better to my system, that moved from the KIM-1 I/O to keyboard input via a ASCII keyboard, output to video terminal and a parallel matrix printer Heathkit H14. Even later a real serial interface (ACIA 6850) was used for I/O. I also replaced the startup routine, from destructive to reusable and no questions asked.

Here the Micro Ade source of the patches to V3.0 (Parallel keyboard, video output, H14 printer) and nothing asked non-destructive startup routine. I should rewrite that to the current KB-9 V2 to also include the GET and Backspace patches. V1.3 perhaps?

Sources of KB-9 Microsoft Basic v1.1

Adapt KB-9, first step make it faster and smaller

In the previous section the pagetable article was shown, with resources to recreate from source many 6502 Basic’s, like KB-9.

Here an example how I, quick and dirty, used this to create a KB-9 named V1.2 which is smaller and faster than the original.

This is how to prepare for it (Windows, can be done also on Linux)

  1. Download and unpack the archive of pagetable in a folder on your PC.
  2. Download and unpack the CC65 package, a C compiler, from which only the assembler and linker is used. I used the Windows binaries.
  3. Copy CA65.EXE, LD65.EXE and longbranch.mac from the CC65 package to the folder where you unpacked the MS Basic source.

Do the adaptations as described below or your own:

  1. To save you the work I have collected the adaptations described above in this archive for your convenience here.
  2. Change whatever you like in the source. It is quite a complicated construction, with macros for every variant, so look carefully at the listing file what really is produced.
    Start with no adaptations and then go on studying the listing file and testing. The KIM-1 Simulator is a good tool for testing! Load the symbol table file to see what is where.
  3. Assemble and link with this simple batch file makekb9v2.bat, resulting in an object, a binary, a listing file and a symbol label file.
ca65 -D kb9 msbasic.s -o tmp/kb9v2.o -l tmp/kb9v2.lst
ld65 -C kb9.cfg tmp/kb9v2.o -o tmp/kb9v2.bin -Ln tmp/kb9v2.lbl
  • Repeat step 4 and 5 until you are satisfied with the adaptations. The article listed above are a good source of inspiration.
  • First example: use the ROR instruction and suppress nulls sent to the terminal and Clear decimal and fix GET
    I changed this:

      • In define_kim.s make a comment of the following two lines:
    CONFIG_NULL := 1                     
    ;CONFIG_ROR_WORKAROUND := 1             ; patch HO 2021
    
    • In init.s add this line at label COLD_START
      COLD_START:
      .ifdef SYM1
      jsr     ACCESS
      .endif
      .ifdef KBD
      .
      .
      .
      .else
      .ifndef CBM2
      cld                     ; patch for KIM-1 HO 2021
      ldx     #$FF
      stx     CURLIN+1
      
    • do the fix in the “GET handling (see below)
    • Add backspace handling to correct typing errors
    • Change the version number in inline.s line 493 to “MOS TECH 6502 BASIC V1.2

    Assemble and link with the batch file makekb9v2.bat, this will deliver in the folder tmp/
    – kb9v2.bin file : load as usual at $2000
    – kb9v2.lbl text file
    – kb9v2lst textfile

    Start KB9 V2 now at location $3F8E, label COLD_START (used to be $4065, so we gained some RAM), see the lbl file.

    Here is an archive with all files mentioned above.

    And here the new KB-9 V1.2 executable, faster (no ROR instruction emulation) and a bit smaller.
    You can test all this with the KIM-1 Simulator (version 0.9.3 lets you load CC65 type of symbol files)

    KB-6

    I know KB-6 existed. The ‘6’ stands for the precision in digits of the floating point number. In the documentation KB-6 is described.
    Never seen a version in the wild. So the reconstruction here is not checked with the original, addresses in the reconstruction from the linker differ from the documentation.
    Perhaps the ROR workaround or the insertion of CLD in the init.s caused this.

    KB-6 can be ‘reconstructed’ since other versions of 6 digit Microsoft Basic are in the ‘pagetable sources’.
    It takes one define added in define_kim.s, changes on the original file are now:

    ; CONFIG_NULL := 1                      ; patch HO 2021
    ;CONFIG_ROR_WORKAROUND := 1             ; patch HO 2021
    CONFIG_SMALL := 1                       ; patch H0 2021
    

    Assemble and link as above, replace kb9v2 with kb6 in the batch file. See the archive for a working batch file.
    COLD_START moves to $3D50, size shrinks to 8K.
    Download KB-6 here.
    As you can see in the following screenshots it works! Note the number of digits is less, as expected. It should be faster also.

    Microsoft Basic for the KIM-1 KB-9

    Microsoft Basic for the KIM-1 KB-6, less precision, smaller program size


    The GET bug

    The bug was described and fixed first by an article in the KIM User note

    From the pagetable sources:
    BUG: The beq/bne L2AF8 below is supposed to be always taken. For this to happen, the last load must be a 0 for beq and != 0 for bne.
    The original Microsoft code had ldx/ldy/bne here, which was only correct for a non-ZP INPUTBUFFER. Commodore fixed it in CBMBASIC V1 by swapping the ldx and the ldy. It was broken on KIM, but okay on APPLE and CBM2, because these used a non-ZP INPUTBUFFER. Microsoft fixed this somewhere after KIM and before MICROTAN, by using beq instead of bne in the ZP case.

    .ifdef CBM1
    ldy  #>(INPUTBUFFER-1)
    ldx  #<(INPUTBUFFER-1)
    .else 
    ldx  #<(INPUTBUFFER-1)
    ldy  #>(INPUTBUFFER-1)
    ..
    beq 08
    

    You can easily fix this in KB9 by changing the branch in $2AEE from $D0 (bne) to $F0 (beq).
    I have fixed this in the source of KB9V2 (KB6 does not have the GET statement) .

    Use the backspace key to correct typing errors

    Correcting typing errors can be done with the _ key ($5F). On a video terminal, like we use nowadays it can be done with backspace.
    The way characters are handled by the input routine do not allow to just replace the compare with _ (C9 5F) with 08 for backspace.

    A trick by Jim W4JBM can be used to reuse the BELL handling (07) to a backspace.
    Replace in inline.s

    INLINAIM:
    .endif
    .ifndef CONFIG_NO_LINE_EDITING
    cmp     #$07
    beq     L2443
    

    with

    INLINAIM:
    .ifndef CONFIG_NO_LINE_EDITING
    cmp     #$08 
    beq     L2420
    In the original KB9.BIN you can do that with
    poke 9260,8
    poke 9262,241
    

    PAL-1 page updated

    A lot has happened with the PAL-1, the active developed and available KIM clone.

    So an update to the page with all the boards and manuals and modifications that appeared this year!

    Elektor 6502 clock

    In 1981 and 1982 the magazine Elektor (Elektuur) published a small 6502 system. Small since it only contained a 6502, a 6532 RRIOT and a 2716 2K EPROM and some logic IC’s and powersupply, all on a small PCB.
    Several applications around this baord were publsihed, like a DCF77 clock, a general purpose clock, and a darkroom computer. Also a talking clock baord, around the speech IC UAA1003 was published.

    Recently I obtained a DCF77 talking clock system, and I took it apart and cleaned it up to experiment with the boards.

    Full documentation here.

    post

    Elektor 6502 clock

    In 1981 and 1982 the magazine Elektor (Elektuur) published a small 6502 system. Small since it only contained a 6502, a 6532 RRIOT and a 2716 2K EPROM and some logic IC’s and powersupply, all on a small PCB.
    Several applications around this baord were publsihed, like a DCF77 clock, a general purpose clock, and a darkroom computer. Also a talking clock baord, around the speech IC UAA1003 was published.

    Recently I obtained a DCF77 talking clock system, and I took it apart and cleaned it up to experiment with the boards, and I do not want to use the heavy lineair power circuits anymore. See the bottom of the page how it looked in the original form.

    Circuit of CPU module, 6502, 6532, 2716, clock, power supply, decode logic

    LEDs and keyboard of clock module

    LEDs and keyboard of darkroom module

    CPU board

    Talking clock with UAA1003

    LED and keyboard of talking DCF77 clock

    Talking clock circuit UAA1003

    Memory map

    Memory map, only decoded up to A11, so everything is mirrored in the 64K memory space in 4K blocks.

    0000 - 007F zeropage/stack
    0080        6532 registers
    0400        latch 4 bit output
    0800 - 0FFF 2k ROM 2716
    FFFA - FFFF vectors in ROM
    

    Magazine articles

    Elektuur/Elektor published the articles around this 6502 system in 1981 and 1982. Not all were published everywhere. The DCF77 clock was not published for example in the UK (and that makes sense, nor reception there from Frankfurt). Only in the Dutch articles, sources were published in addition to the hex dumps of the firmware.
    Here the scanned articles

    Dutch articles:
    – DCF77 clock
    – Alarmclock with listing of sources
    – Doka computer
    – Errors in articles
    German articles:
    – DCF77 clock
    – alarm clock
    – Duka Clock
    EPROM image

    Elektor clock EPS-82137_ checked
    EPROM source

    Elektor clock EPS-82137 source
    English articles:
    – 6502 housekeeper
    – Talking clock
    – Darkroom computer
    UAA1003 ITT datasheet

    Listing of DCF77 clock

    Listing of changes for alarmclock

    Original DCF77 housing


    Microchess and MICRO ADE sources and binaries

    Microchess and MICRO-ADE are two products from Micro-Ware Limited, a company by Peter R. Jennings.

    The sources of these two programs have been typed in and assembled by me from August to November 2021, and the resulting binary output is identical to my saved from cassette tape binaries.
    All these files (source, binaries, papertape, audio cassette wave files, and manuals) are now
    available at the KIM-1 Software page.

    Robert Leedom games

    In the KIM User Notes there were several KIM-1 games published by Robert Leedom.

    A tiny Colossal Cave Adventure, HEXPAWN and Baseball.

    With his help and others these games have been typed in again and are playable on any KIM-1 (Reproduction), PAL-1, Kim Clone, Micro-KIM.

    In August 2021 I (Hans Otten) typed in the source of MICRO-Ade from the listing in the manual, the output is binary compatible with the binaries I saved from tape and are tested on the KIM-1.
    The result is a source identical (in standard MOS Technology assembler format) to the listing and binary identical to the page image. I also made new high quality scan of the manual and the listing.
    Micro Ade program source and binary
    Scanned manual
    Scanned listing

    Read in the KIM KENNER archive the source of the enhancements (text by S.T. Woldringh o.a.)
    The KIM club enhanced Micro Ade to version 8. Download here the binary with a 2 page command summary.
    MICRO-ADE V8