User contributions for Nocash
Appearance
25 January 2010
- 00:0500:05, 25 January 2010 diff hist +17 Connector:Digital joystick No edit summary
- 00:0400:04, 25 January 2010 diff hist −765 Digital Joysticks →AMSTRAD CPC Joystick
- 00:0000:00, 25 January 2010 diff hist +121 N Analog Joysticks Created page with '* Connector:Analogue joystick (CPC Plus only) For info on reading the analog inputs, see Arnold V Specs Revised.'
24 January 2010
- 23:5823:58, 24 January 2010 diff hist +36 N Talk:Joystick moved Talk:Joystick to Talk:Digital Joysticks current
- 23:5823:58, 24 January 2010 diff hist 0 m Talk:Digital Joysticks moved Talk:Joystick to Talk:Digital Joysticks current
- 23:5823:58, 24 January 2010 diff hist +31 N Joystick moved Joystick to Digital Joysticks current
- 23:5823:58, 24 January 2010 diff hist 0 m Digital Joysticks moved Joystick to Digital Joysticks
- 23:5723:57, 24 January 2010 diff hist +68 Peripherals →Others
- 23:4623:46, 24 January 2010 diff hist +34 DIY →DIY Hardware Projects
- 23:4223:42, 24 January 2010 diff hist +14 Technical documentation →BASIC / Firmware / CP/M
- 23:4023:40, 24 January 2010 diff hist +109 Technical documentation →BASIC / Firmware / CP/M
- 23:3423:34, 24 January 2010 diff hist +6 AMSDOS →AMSDOS-BIOS Functions and AMSDOS Memory Map
- 23:3323:33, 24 January 2010 diff hist +135 AMSDOS No edit summary
- 23:2723:27, 24 January 2010 diff hist +21 Source Codes No edit summary
- 23:2723:27, 24 January 2010 diff hist +41 System software No edit summary
- 22:4522:45, 24 January 2010 diff hist +5,920 N AMSDOS Memory Map Created page with 'AMSDOS uses two memory blocks. The first is always at BE40h..BE7Fh (on the 464 this region was used as Stack). The second is allocated from User RAM, typically located at A700h..…'
- 22:4422:44, 24 January 2010 diff hist +1,054 N BIOS Overall Memory Map Created page with '== RAM == 0000h 40h Copy of ROM (RST/IRQ Vectors) 0040h User RAM A67Ch 80h User Defined Characters CHR(F0h..FFh) A6FCh 4h AMSDOS Header (for RSX commands…'
- 22:4322:43, 24 January 2010 diff hist +93 BIOS Functions No edit summary
- 22:2722:27, 24 January 2010 diff hist +218 BIOS Functions No edit summary
- 22:2222:22, 24 January 2010 diff hist −2 AMSDOS RSX Functions →CPM, DIR, REN, ERA
- 22:2122:21, 24 January 2010 diff hist +1 AMSDOS RSX Functions No edit summary
- 22:2122:21, 24 January 2010 diff hist +1 AMSDOS Hidden RSX Functions No edit summary
- 22:2022:20, 24 January 2010 diff hist +287 AMSDOS Hidden RSX Functions No edit summary
- 22:1722:17, 24 January 2010 diff hist +2,561 N AMSDOS Hidden RSX Functions Created page with '== Message On/Off == chr(81h) MESSAGE_ON_OFF ;in: A=flag(00h=on, >=01h=off) (R,I,C);out:A=old == Set Drive Speed == chr(82h) SET_DRIVE_SPEED ;in: HL=ptr to 9 bytes …'
- 22:1422:14, 24 January 2010 diff hist +12 AMSDOS RSX Functions No edit summary
- 22:1222:12, 24 January 2010 diff hist +2,688 N AMSDOS RSX Functions Created page with 'RSX - Resident System Extensions Below RSX commands can be used under BASIC (preceeded by a "|" character), and in machine code by obtaining the function address via KL_FIND_COMM…'
- 22:1122:11, 24 January 2010 diff hist +61 BIOS Functions No edit summary
- 22:0722:07, 24 January 2010 diff hist +3,414 N BIOS Sound Functions Created page with '== Output to Sound Queue == BCAA SOUND_QUEUE (output sound) ;in: HL=data ;ch,env,ent,freq(lo,hi,noise),vol,len(lo,hi) In: HL=Pointer to 9-byte Data Block 0 Channel (Bit0-2=C…'
- 22:0222:02, 24 January 2010 diff hist +3,218 N BIOS Cassette (or Diskette) Functions Created page with '== Cassette Init == BC65 CAS_INITIALIZE BC68 CAS_SET_SPEED ;in: HL=upper16bit, A=lower8bit BC6B CAS_NOISY ;in: A=output "Press PLAY" messages (0=yes, >0=no) ==…'
- 22:0022:00, 24 January 2010 diff hist +3,303 N BIOS Screen Functions Created page with '== Screen Init == BBFF SCR_INITIALIZE BC02 SCR_RESET == Screen Resolution == BC0E SCR_SET_MODE ;in: A=mode (0=160x200x16, 1=320x200x4, 2=640x200x2) BC11 SCR_GET_MOD…'
- 21:5921:59, 24 January 2010 diff hist +2,477 N BIOS Graphics Functions Created page with '== Graphics Init == BBBA GRA_INITIALIZE == Graphics Normal Drawing Functions == BBC0 GRA_MOVE_ABSOLUTE ;in: de=x, hl=y ;\set current coordinate BBC3 GRA_MOVE_RELATIVE ;in…'
- 21:5721:57, 24 January 2010 diff hist +2,301 N BIOS Text Functions Created page with '== Text Character Output (and read-back from VRAM) == BB5A TXT_OUTPUT in: A=char ;display 20h..FFh, or handle 00h..1Fh BB5D TXT_WR_CHAR in: A=char ;display 00h..…'
- 21:5621:56, 24 January 2010 diff hist +1,973 N BIOS Keyboard Functions Created page with '== Keyboard Manager == BB00 KM_INITIALIZE BB03 KM_RESET == Keyboard Queue == BB06 KM_WAIT_CHAR out: A=char (waits until valid char) ;\function keys BB09 KM_READ_CHA…'
- 21:5521:55, 24 January 2010 diff hist +733 N BIOS Machine Pack Created page with '== Reset Vector == 0000 RESET (RST0) == User RST Vector == 002B DATA (OLD C' WHEN RST 30h OCCURRED WITH LO_ROM ENABLED) 0030 FREE_FOR_USER (RST6) == Machine Pack (Printer…'
- 21:5321:53, 24 January 2010 diff hist +1,236 N BIOS Kernel Timer/Event Functions Created page with '== Interrupt Vectors == 0038 300HZ INTERRUPT (RST7) 003B EXT_INTERRUPT_VECTOR 0066 GARBAGE (THERE'S NO NMI HANDLER IN ROM) == Kernel Timer/Event Functions == B921 KL_POL…'
- 21:5221:52, 24 January 2010 diff hist +4,319 N BIOS Kernel RSX Functions (Resident System Extensions) Created page with '== Installing All Expansion ROMs == BCCB KL_ROM_WALK ;io: DE=LORAM, HL=HIRAM (INIT_BACK with C=7..1) KL_ROM_WALK is usually called immediately after starting the BASI…'
- 21:5021:50, 24 January 2010 diff hist +32 BIOS Kernel Functions No edit summary
- 21:4821:48, 24 January 2010 diff hist +3,288 N BIOS Kernel Functions Created page with '== Low Jump (to BIOS Bank) == RST 08h is used in vectors at [BB00h and up] (official BIOS functions). 0008 KL_LO_JUMP (RST1) ;in: SP=dest,out: SP=SP+2;\jump dest AND 3FFF…'
- 21:4421:44, 24 January 2010 diff hist +18,076 N BIOS Function Summary Created page with '== Kernel RST Vectors == 0000 RESET (RST0/RESET) 0008 KL_LO_JUMP (RST1) 000B KL_LO_CALL_HL 000E KL_JP_BC ;in: BC=addr 0010 KL_SIDE_CALL_SP (RST2) 0013…'
- 21:3921:39, 24 January 2010 diff hist +418 N BIOS Functions Created page with '== Function Summary == * BIOS Function Summary == Details on Functions == * BIOS Kernel Functions * BIOS Kernel RSX Functions (Resident System Extensions) * [[BIOS…'
- 21:3721:37, 24 January 2010 diff hist +21 Technical documentation →BASIC / Firmware / CP/M
- 19:4919:49, 24 January 2010 diff hist +57 Peripherals →Hardware debuggers/Hacking devices
- 19:4919:49, 24 January 2010 diff hist −72 Peripherals →Miscellaneous
- 19:3219:32, 24 January 2010 diff hist +114 Peripherals →Others
- 19:3219:32, 24 January 2010 diff hist −51 Peripherals →Miscellaneous
- 13:5713:57, 24 January 2010 diff hist +35 DIY →DIY Hardware Projects
- 13:5313:53, 24 January 2010 diff hist +515 Technical documentation →Hardware extensions
- 13:5313:53, 24 January 2010 diff hist −515 DIY →Internal Components
23 January 2010
- 15:5315:53, 23 January 2010 diff hist +61 Arnold V Specs Revised →APPENDIX II
- 15:4315:43, 23 January 2010 diff hist −28 Connector:Cartridge Slot (CPC Plus only) No edit summary