DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦719ab96b4⟧ TextFile

    Length: 819 (0x333)
    Types: TextFile
    Notes: UNIX file
    Names: »dmouse.c«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦2d53db1df⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »hr/src/desk/dmouse.c« 

TextFile

int	DSK_MOUSE[] = { 0xfffc, 0xfff8, 0xfff0, 0xffe0,
			0xffc0, 0xffc0, 0xffe0, 0xfff0,
			0xfff8, 0xfffc, 0xf3fe, 0xe1ff,
			0x80ff, 0x007f, 0x003e, 0x001c };

int	MNU_MOUSE[] = {	0x0000, 0x0180, 0x01c0, 0x01e0,
			0x01f0, 0xfff8, 0xfffc, 0xfffe,
			0xffff, 0xfffe, 0xfffc, 0xfff8,
			0x01f0, 0x01e0, 0x01c0, 0x0180 };

int	MOV_MOUSE[] = {	0x0000, 0x01b0, 0x19b0, 0x19b6,
			0x0db6, 0x0db6, 0x0ffe, 0x0ffe,
			0x07fe, 0x67fe, 0x7ffe, 0x3ffe,
			0x1ffc, 0x07fc, 0x07f8, 0x03f8 };
/*
BOXED HAND
int	MOV_MOUSE[] = {	0xffff, 0x8001, 0x81b1, 0x99b1,
			0x99b5, 0x8db5, 0x8db5, 0x8ffd,
			0x87fd, 0xe7fd, 0xfffd, 0xbffd,
			0x8ffd, 0x8ffd, 0x87f9, 0xffff };
CLAW
int	MOV_MOUSE[] = {	0xffff, 0x8001, 0x8cc9, 0x8669,
			0x8335, 0x99b5, 0x8cff, 0x87ff,
			0x83ff, 0x81ff, 0x8dff, 0x87ff,
			0x83ff, 0x80ff, 0x803f, 0xffff };
*/