Home » Archimedes archive » Archimedes World » AW-1996-08.adf » !6502DEm_6502Dem » Docs/Features
Docs/Features
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » AW-1996-08.adf » !6502DEm_6502Dem |
Filename: | Docs/Features |
Read OK: | ✔ |
File size: | 0378 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Zipped Apps » 6502em » !6502Em/Docs/Features
- Archimedes archive » Archimedes World » AW-1996-08.adf » !6502DEm_6502Dem » Docs/Features
File contents
6502Em: Features ================ o Runs the original unaltered OS 1.2 o Superb sound emulation o Cunning emulation of the DFS directory structure within ADFS * Loads in sampled BBC tapes o Copes with many forms of both tape and disc protection o Full filing system (*SPOOL, *EXEC, OSGBPB etc etc) o Page at &E00 o Proper emulation of the keyboard interrupt & keyboard o Completely redefinable keymap o Full emulation of both VIAs o Full emulation of strange screen shapes o Full emulation of hardware scrolling o Exact timing of opcodes * Snapshots to save state of emulator * Save screen as Sprite o RISC OS * Commands from within emulator o Supports paged ROMs and RAMs o Desktop frontend (F12 to return) o Can run Elite and Revs (via a modular "Patch" system) * Electron emulation o Master 128 and Master Compact emulation o Supports Acorn's Joystick SWI (* removed in demo version)
00000000 36 35 30 32 45 6d 3a 20 46 65 61 74 75 72 65 73 |6502Em: Features| 00000010 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |.===============| 00000020 3d 0a 0a 6f 20 52 75 6e 73 20 74 68 65 20 6f 72 |=..o Runs the or| 00000030 69 67 69 6e 61 6c 20 75 6e 61 6c 74 65 72 65 64 |iginal unaltered| 00000040 20 4f 53 20 31 2e 32 0a 6f 20 53 75 70 65 72 62 | OS 1.2.o Superb| 00000050 20 73 6f 75 6e 64 20 65 6d 75 6c 61 74 69 6f 6e | sound emulation| 00000060 0a 6f 20 43 75 6e 6e 69 6e 67 20 65 6d 75 6c 61 |.o Cunning emula| 00000070 74 69 6f 6e 20 6f 66 20 74 68 65 20 44 46 53 20 |tion of the DFS | 00000080 64 69 72 65 63 74 6f 72 79 20 73 74 72 75 63 74 |directory struct| 00000090 75 72 65 20 77 69 74 68 69 6e 20 41 44 46 53 0a |ure within ADFS.| 000000a0 2a 20 4c 6f 61 64 73 20 69 6e 20 73 61 6d 70 6c |* Loads in sampl| 000000b0 65 64 20 42 42 43 20 74 61 70 65 73 0a 6f 20 43 |ed BBC tapes.o C| 000000c0 6f 70 65 73 20 77 69 74 68 20 6d 61 6e 79 20 66 |opes with many f| 000000d0 6f 72 6d 73 20 6f 66 20 62 6f 74 68 20 74 61 70 |orms of both tap| 000000e0 65 20 61 6e 64 20 64 69 73 63 20 70 72 6f 74 65 |e and disc prote| 000000f0 63 74 69 6f 6e 0a 6f 20 46 75 6c 6c 20 66 69 6c |ction.o Full fil| 00000100 69 6e 67 20 73 79 73 74 65 6d 20 28 2a 53 50 4f |ing system (*SPO| 00000110 4f 4c 2c 20 2a 45 58 45 43 2c 20 4f 53 47 42 50 |OL, *EXEC, OSGBP| 00000120 42 20 65 74 63 20 65 74 63 29 0a 6f 20 50 61 67 |B etc etc).o Pag| 00000130 65 20 61 74 20 26 45 30 30 0a 6f 20 50 72 6f 70 |e at &E00.o Prop| 00000140 65 72 20 65 6d 75 6c 61 74 69 6f 6e 20 6f 66 20 |er emulation of | 00000150 74 68 65 20 6b 65 79 62 6f 61 72 64 20 69 6e 74 |the keyboard int| 00000160 65 72 72 75 70 74 20 26 20 6b 65 79 62 6f 61 72 |errupt & keyboar| 00000170 64 0a 6f 20 43 6f 6d 70 6c 65 74 65 6c 79 20 72 |d.o Completely r| 00000180 65 64 65 66 69 6e 61 62 6c 65 20 6b 65 79 6d 61 |edefinable keyma| 00000190 70 0a 6f 20 46 75 6c 6c 20 65 6d 75 6c 61 74 69 |p.o Full emulati| 000001a0 6f 6e 20 6f 66 20 62 6f 74 68 20 56 49 41 73 0a |on of both VIAs.| 000001b0 6f 20 46 75 6c 6c 20 65 6d 75 6c 61 74 69 6f 6e |o Full emulation| 000001c0 20 6f 66 20 73 74 72 61 6e 67 65 20 73 63 72 65 | of strange scre| 000001d0 65 6e 20 73 68 61 70 65 73 0a 6f 20 46 75 6c 6c |en shapes.o Full| 000001e0 20 65 6d 75 6c 61 74 69 6f 6e 20 6f 66 20 68 61 | emulation of ha| 000001f0 72 64 77 61 72 65 20 73 63 72 6f 6c 6c 69 6e 67 |rdware scrolling| 00000200 0a 6f 20 45 78 61 63 74 20 74 69 6d 69 6e 67 20 |.o Exact timing | 00000210 6f 66 20 6f 70 63 6f 64 65 73 0a 2a 20 53 6e 61 |of opcodes.* Sna| 00000220 70 73 68 6f 74 73 20 74 6f 20 73 61 76 65 20 73 |pshots to save s| 00000230 74 61 74 65 20 6f 66 20 65 6d 75 6c 61 74 6f 72 |tate of emulator| 00000240 0a 2a 20 53 61 76 65 20 73 63 72 65 65 6e 20 61 |.* Save screen a| 00000250 73 20 53 70 72 69 74 65 0a 6f 20 52 49 53 43 20 |s Sprite.o RISC | 00000260 4f 53 20 2a 20 43 6f 6d 6d 61 6e 64 73 20 66 72 |OS * Commands fr| 00000270 6f 6d 20 77 69 74 68 69 6e 20 65 6d 75 6c 61 74 |om within emulat| 00000280 6f 72 0a 6f 20 53 75 70 70 6f 72 74 73 20 70 61 |or.o Supports pa| 00000290 67 65 64 20 52 4f 4d 73 20 61 6e 64 20 52 41 4d |ged ROMs and RAM| 000002a0 73 0a 6f 20 44 65 73 6b 74 6f 70 20 66 72 6f 6e |s.o Desktop fron| 000002b0 74 65 6e 64 20 28 46 31 32 20 74 6f 20 72 65 74 |tend (F12 to ret| 000002c0 75 72 6e 29 0a 6f 20 43 61 6e 20 72 75 6e 20 45 |urn).o Can run E| 000002d0 6c 69 74 65 20 61 6e 64 20 52 65 76 73 20 28 76 |lite and Revs (v| 000002e0 69 61 20 61 20 6d 6f 64 75 6c 61 72 20 22 50 61 |ia a modular "Pa| 000002f0 74 63 68 22 20 73 79 73 74 65 6d 29 0a 2a 20 45 |tch" system).* E| 00000300 6c 65 63 74 72 6f 6e 20 65 6d 75 6c 61 74 69 6f |lectron emulatio| 00000310 6e 0a 6f 20 4d 61 73 74 65 72 20 31 32 38 20 61 |n.o Master 128 a| 00000320 6e 64 20 4d 61 73 74 65 72 20 43 6f 6d 70 61 63 |nd Master Compac| 00000330 74 20 65 6d 75 6c 61 74 69 6f 6e 0a 6f 20 53 75 |t emulation.o Su| 00000340 70 70 6f 72 74 73 20 41 63 6f 72 6e 27 73 20 4a |pports Acorn's J| 00000350 6f 79 73 74 69 63 6b 20 53 57 49 0a 0a 28 2a 20 |oystick SWI..(* | 00000360 72 65 6d 6f 76 65 64 20 69 6e 20 64 65 6d 6f 20 |removed in demo | 00000370 76 65 72 73 69 6f 6e 29 |version)| 00000378