Giter Club home page Giter Club logo

pet's Introduction

PET

An emulation of the Commodore PET on the same hardware configurations as the UK101.

This PET emulates the graphics keyboard:

  • graphics characters are produced with L-Shift
  • R-Shift acts like normal shift
  • the control keys work with additional mappings:
    • ^T = Delete = Backspace
    • ^Q = Down
    • ^] = Right
    • ^S = Home
    • NUM = ^
  • the numeric keypad is mapped
  • HOME/END/INS/DEL and the arrow keys are mapped (END == CLR)

All of the firmware is from zimmers.net.

Zimmers.net also has some nice games.

Function Keys:

  • F1 = reset
  • F2 = tape advance
  • F3 = tape rewind
  • F4 = load .prg file selected by tape
  • F6 = checkpoint the machine state to disk
  • F7 = restore from selected checkpoint file
  • F10 = watch the CPU execute instructions on the serial port (if compiled with DEBUGGING)

pet's People

Contributors

jscrane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pet's Issues

Support sound on esp32

See the FAQ section "HOW DO I MAKE SOUND ON MY PET?"

  • POKE 59467,16 turns on sound; address is 0xe84b (VIA+ACR), POKE 59467,0 turns it off
  • POKE 59466,octave (= 15, 51, 85); address is 0xe84a (VIA+SHIFT)
  • POKE 59464,frequency; address is 0xe848 (VIA+T2LO)

Broken programs

  • invaders hangs when shoot one:
09c0 
lda $e840 ; read VIA VPORTB 
and #$20
beq 09c0
  • petpanic hangs reading VIA T1LO and T1LLO in loop

To Do

  • disk I/O
  • extend PIA abstraction from apple1
  • checkpoint and restore (esp via)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.