mirror of
https://github.com/holub/mame
synced 2025-06-25 22:04:15 +03:00
hp9845: small improvements to 9845/TACO docs
This commit is contained in:
parent
63b58daec9
commit
74371049b1
@ -124,6 +124,14 @@
|
||||
// * I tried to fill the (many) gaps on chip behavior with "sensible" solutions. I could only
|
||||
// validate my solutions by running the original firmware in MAME, though (no real hw at hand).
|
||||
//
|
||||
// TODOs/issues:
|
||||
// * Some code cleanup
|
||||
// * Handling of tape holes seems to be wrong: test "C" of test ROM only works partially
|
||||
// * Find out what is read from register R6
|
||||
// * Handle device_image_interface::call_display to show state of tape
|
||||
// * Find more info on TACO chips (does anyone with a working 9845 or access to internal HP docs want to
|
||||
// help me here, please?)
|
||||
//
|
||||
#include "emu.h"
|
||||
#include "hp_taco.h"
|
||||
|
||||
|
@ -16,12 +16,12 @@
|
||||
// - LPU & PPU ROMs
|
||||
// - LPU & PPU RAMs
|
||||
// - Text mode screen
|
||||
// - Keyboard (most of keys)
|
||||
// - Keyboard
|
||||
// - T15 tape drive
|
||||
// What's not yet in:
|
||||
// - Beeper
|
||||
// - Rest of keyboard
|
||||
// - Graphic screen
|
||||
// - Tape drive (this needs some heavy RE of the TACO chip)
|
||||
// - Better naming of tape drive image (it's now "magt", should be "t15")
|
||||
// - Better documentation of this file
|
||||
// - Software list to load optional ROMs
|
||||
// What's wrong:
|
||||
|
Loading…
Reference in New Issue
Block a user