mirror of https://github.com/zxdos/zxuno.git
17 lines
681 B
Markdown
17 lines
681 B
Markdown
# BeebFpga
|
|
Original code by David Banks (hoglet67): https://github.com/hoglet67/BeebFpga
|
|
|
|
Original copyright: Copyright (c) 2011 Mike Stirling
|
|
|
|
November 2015 - Ported to ZX-UNO board by Quest
|
|
|
|
----
|
|
|
|
To use Disk drive emulation in SD card:
|
|
|
|
- Format SD card to FAT/FAT32. Do NOT do a fast format. Let it format the slow way.
|
|
- Put a disk collection image named "BEEB.MMB" in the SD card. Be sure that the file is the FIRST file you put in the SD after formatting. (IMPORTANT).
|
|
(You can make your own MMB file with MMBImager.exe, or download prepared MMB files over the net (p.e.: http://fileshack.net/v4hcbpffhwnl)
|
|
- Run core and press Shift+F12 to boot from the prepared image.
|
|
|