Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
boards:ecb:ramfloppy:start [2019/12/08 00:13] – Revision from 2019-12-08 boards:ecb:ramfloppy:start [2026/06/15 12:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 /* Imported from Wayback Machine /* Imported from Wayback Machine
-   Original URL : https://www.retrobrewcomputers.org/doku.php?id=boards:ecb:ramfloppy:start +   Original URL : https://www.retrobrewcomputers.org/doku.php?id=boards%3Aecb%3Aramfloppy%3Astart 
-   Snapshot date: 2019-12-08+   Snapshot date: 2025-06-04
    Generator    : wayback-archiver    Generator    : wayback-archiver
 */ */
Line 28: Line 28:
  
 ECB RAM Floppy was developed by Dr. Wolfgang Kabatzke. The original documentation for this project is on the [[n8vem-pbwiki-archive:0:35845334:48860720:34743680:page-ECB-RAF2011%20R11|n8vem-pbwiki-archive.]] ECB RAM Floppy was developed by Dr. Wolfgang Kabatzke. The original documentation for this project is on the [[n8vem-pbwiki-archive:0:35845334:48860720:34743680:page-ECB-RAF2011%20R11|n8vem-pbwiki-archive.]]
 +
 +The ECB RAM Floppy appears to be based on Gerald Ebert's SRAMDISK https://hschuetz.selfhost.eu/ndr/hardware/neu/speicher/ram/
  
 ===== Version ===== ===== Version =====
Line 125: Line 127:
 The maximum size of a disk device under CP/M-80 v2.2 is 8MByte. In later versions this limit is much higher. The maximum size of a disk device under CP/M-80 v2.2 is 8MByte. In later versions this limit is much higher.
  
-Our RAM Floppy is idea in that a normal CP/M drive can be implemented using two RAM Floppies providing the total of eight megabytes. One board can provide a smaller but still usable amount of additional fast storage.+Our RAM Floppy is idea in that a normal CP/M drive can be implemented using two RAM Floppies providing the total of eight megabytes. One board can provide a smaller but still usable amount of additional fast storage. Current software only supports each ramdrive board a single CP/M drive.
  
 An addressing logic, which simulates the structure of a hard disk, controls the access to the memory. On the ECB bus are usable: An addressing logic, which simulates the structure of a hard disk, controls the access to the memory. On the ECB bus are usable:
Line 183: Line 185:
 ====== Description of the block diagram ====== ====== Description of the block diagram ======
  
-The maximum storage capacity of the ECB board ECB-RAMF 11 is 4 MB, but each of the 8 SRAM IC 512kByte must be equipped on the PCB. Addressing the 4 MB is calculated in the BIOS of the CPM80 from the given data by sector and track. The logic sector size of CP/M 2.2 is 128Byte, the physical sector size of ECB-RAMF 11 is 512 Byte. These data are converted in exactly the information that is pre-loaded into the address counter as the starting address. The counter done thereby completely the byte addressing within a sector, the sector address and the track addressing. The following chart shows how the address in the address space of 4 Mbytes of SRAM composed resulting from the calculated data passed by the BIOS. This figure applies to the assignment of 128Byte/Sektor.+The maximum storage capacity of the ECB board ECB-RAMF 11 is 4 MB, but each of the 8 SRAM IC 512kByte must be equipped on the PCB. Addressing the 4 MB is calculated in the BIOS of the CPM80 from the given data by sector and track. The logic sector size of CP/M 2.2 is 128Byte, the physical sector size of ECB-RAMF 11 is 512 Byte. These data are converted in exactly the information that is pre-loaded into the address counter as the starting address. The counter done thereby completely the byte addressing within a sector, the sector address and the track addressing. The following chart shows how the address in the address space of 4 Mbytes of SRAM composed resulting from the calculated data passed by the BIOS. This figure applies to the assignment of 128Byte/Sector.
  
 |\\ {{boards:ecb:ramfloppy:fig_42.jpg?453x222|fig_42.jpg}}| |\\ {{boards:ecb:ramfloppy:fig_42.jpg?453x222|fig_42.jpg}}|
  
-adress-calculation of ECB-RAMF R11+address-calculation of ECB-RAMF R11
  
 Byte-Counter Byte Address (0…511 in IC12) Byte-Counter Byte Address (0…511 in IC12)
Line 233: Line 235:
 ==== Battery-Backup-Mode ==== ==== Battery-Backup-Mode ====
  
-A special task has IC15. I the case of “power down” the voltage V<sub>CC</sub> is switched off and VCMOS is now generated via D2 from B_VCMOS. The moment of switching is critical for CMOS-RAMS. The can lost information and there could be start unsolved write-cycles to the memory chips. In addition to the power-on-reset and undervoltage-supervisor function, the TLC77xx adds power-down control-support for static RAM. The voltage monitor contains additional logic intended for control of static memories with battery backup during power failure. The memory circuit is automatically disabled during a power loss because in this the signal /RESET is going LOW. (In this application the TLC77xx power has to be supplied by the battery.) The TI-solution to solve this problem is shown in picture 4.6. Please be careful, in picture 4.6 is an CPU (TMS70C20). In the ECB-RAMF this IC is the RAM-Access-Decoder IC14A and the Input G1. G1 of IC14A must be “HIGH” to to give access to the RAM-IC. If the signal /IC15-R on G1 is going to LOW, the access to RAM-IC is denied. D1 and D2 must be 1A shottky diodes (1N5817).+A special task has IC15. I the case of “power down” the voltage V<sub>CC</sub> is switched off and VCMOS is now generated via D2 from B_VCMOS. The moment of switching is critical for CMOS-RAMS. The can lost information and there could be start unsolved write-cycles to the memory chips. In addition to the power-on-reset and under voltage-supervisor function, the TLC77xx adds power-down control-support for static RAM. The voltage monitor contains additional logic intended for control of static memories with battery backup during power failure. The memory circuit is automatically disabled during a power loss because in this the signal /RESET is going LOW. (In this application the TLC77xx power has to be supplied by the battery.) The TI-solution to solve this problem is shown in picture 4.6. Please be careful, in picture 4.6 is an CPU (TMS70C20). In the ECB-RAMF this IC is the RAM-Access-Decoder IC14A and the Input G1. G1 of IC14A must be “HIGH” to to give access to the RAM-IC. If the signal /IC15-R on G1 is going to LOW, the access to RAM-IC is denied. D1 and D2 must be 1A shottky diodes (1N5817).
  
 Solution from Texas Instruments: Data Retention Power Down using Static CMOS RAMs: Solution from Texas Instruments: Data Retention Power Down using Static CMOS RAMs:
  
 **{{boards:ecb:ramfloppy:fig_47.jpg?522x230|fig_47.jpg}}** **{{boards:ecb:ramfloppy:fig_47.jpg?522x230|fig_47.jpg}}**
 +
 +Although the RAM Floppy required battery backup to retain it's memory contents it has been observed that the static memories can retain their contents for very short periods of time. So some maintenance tasks can be completed that require powering down if the work is completed very quickly i.e. in less than 10 seconds.
 +
 +Note that supercapacitors connected to the bus as part of main cpu board will drain very quickly.
  
 ==== Status displays of the ECB-RAMF ==== ==== Status displays of the ECB-RAMF ====
Line 306: Line 312:
 |23|IC15                           |DIP-8-300                |1 |TLC7705D                     | |23|IC15                           |DIP-8-300                |1 |TLC7705D                     |
 |24|IC14                           |DIP-16-300               |1 |74HCT138 (must be 74HCT)     | |24|IC14                           |DIP-16-300               |1 |74HCT138 (must be 74HCT)     |
-|25|IC23                           |DIP-8-300                |1 |ATTINY13-20PU                |+|25|IC23                           |DIP-8-300                |1 |ATTINY13-20PU or ATTINY13A   |
 |26|JP1                            |SIL-3                    |1 |JUMPER3                      | |26|JP1                            |SIL-3                    |1 |JUMPER3                      |
 |27|                               |Socket DIP32 8pc         |8 |Precision type               | |27|                               |Socket DIP32 8pc         |8 |Precision type               |
Line 313: Line 319:
 |30|                               |Socket DIP14 8pc         |3 |Precision type               | |30|                               |Socket DIP14 8pc         |3 |Precision type               |
 |31|                               |Socket DIP8 8pc          |2 |Precision type               | |31|                               |Socket DIP8 8pc          |2 |Precision type               |
- 
-\\ 
  
 ====== Dealing with IC ====== ====== Dealing with IC ======
Line 325: Line 329:
 Down the text the assembly and the switch position of the ECB Standard-I/O-address ECB-RAMF R11 is shown. Basically, the I/O-address range will be adjusted to your taste. Keep in mind that this is reflected in the test program and drivers. Down the text the assembly and the switch position of the ECB Standard-I/O-address ECB-RAMF R11 is shown. Basically, the I/O-address range will be adjusted to your taste. Keep in mind that this is reflected in the test program and drivers.
  
-A closed switch means a 0-bit in the address specification. Here are some simple examples with board-start-address 0A0H #1 and 0A4H #2. +A closed switch means a 0-bit in the address specification.
- +
-Attention: +
- +
-This definition is only for example. The real combination depends on system. +
- +
-For a 4Mbyte singe-PCB system You need the addresses as follows: +
- +
-<code code> +
-RAMF_BAS EQU 0A0H       ; Base address of RAMF +
-RAMF_DAT EQU RAMF_BAS   ; Data In/Out only to SRAM R/W +
-RAMF_AL  EQU RAMF_BAS 1 ; Address low for RAMF Memory Cell W +
-RAMF_AH  EQU RAMF_BAS 2 ; Address high for RAMF Memory Cell W +
-RAMF_ST  EQU RAMF_BAS 3 ; Status port R/O +
-</code> +
- +
-For a 2 * 4MByte double-PCB system You need the addresses as follows: +
- +
-<code code> +
-RAMF_BAS1 EQU 0A0H        ; Base address of RAMF#1 +
-RAMF_DAT1 EQU RAMF_BAS1   ; Data In/Out only to SRAM R/W +
-RAMF_AL1  EQU RAMF_BAS1 1 ; Address low for RAMF Memory Cell W +
-RAMF_AH1  EQU RAMF_BAS1 2 ; Address high for RAMF Memory Cell W +
-RAMF_ST1  EQU RAMF_BAS1 3 ; Status port R/O +
- +
-RAMF_BAS2 EQU 0A4H        ; Base address of RAMF#2 +
-RAMF_DAT2 EQU RAMF_BAS2   ; Data In/Out only to SRAM R/W +
-RAMF_AL2  EQU RAMF_BAS2 1 ; Address low for RAMF Memory Cell W +
-RAMF_AH2  EQU RAMF_BAS2 2 ; Address high for RAMF Memory Cell W +
-RAMF_ST2  EQU RAMF_BAS2 3 ; Status port R/O +
-</code> +
- +
-**Attention!** +
- +
-**Attention!** +
- +
-**Since RomWBW 2.5.2. we find as first step 2 RAM-Floppies with an size of 4MB on each PCB.** +
  
 Address assignment of ECB-RAMF-R11 Address assignment of ECB-RAMF-R11
Line 373: Line 341:
 |X      |X      |X      |X      |X      |X      |1      |1      |1-0-1  |1      |Read Status        | |X      |X      |X      |X      |X      |X      |1      |1      |1-0-1  |1      |Read Status        |
  
-Write to Address Low or Address resets the Counter IC12A. +Write to Address Low or Address High resets the Counter IC12A.
- +
-\\+
  
 ====== Jumper S4: ====== ====== Jumper S4: ======
Line 405: Line 371:
 |0  |0  |1  |0  |0  |1  |90H |Preferred for EF9366 VDU board       | |0  |0  |1  |0  |0  |1  |90H |Preferred for EF9366 VDU board       |
 |1  |0  |1  |0  |0  |0  |A0H |Preferred for ECB-RAMF R11 #1        | |1  |0  |1  |0  |0  |0  |A0H |Preferred for ECB-RAMF R11 #1        |
-|1  |0  |1  | |0  |1  |A4H |Preferred for ECB-RAMF R11 #2        |+|1  |0  |1  | |0  |1  |A4H |Preferred for ECB-RAMF R11 #2        |
 |1  |1  |0  |0  |0  |0  |C0H |Preferred for ECB-ModPrn R0.2 #1 / #2| |1  |1  |0  |0  |0  |0  |C0H |Preferred for ECB-ModPrn R0.2 #1 / #2|
 |1  |1  |0  |1  |0  |0  |D0H |Preferred for ECB-PIO or EF9366 VDU  | |1  |1  |0  |1  |0  |0  |D0H |Preferred for ECB-PIO or EF9366 VDU  |
 |1  |1  |1  |0  |0  |0  |E0H |Preferred for ECB Color VDU board    | |1  |1  |1  |0  |0  |0  |E0H |Preferred for ECB Color VDU board    |
 |1  |1  |1  |1  |0  |0  |F0H |Free                                 | |1  |1  |1  |1  |0  |0  |F0H |Free                                 |
- 
-\\ 
  
 ====== Jumper S3: ====== ====== Jumper S3: ======
Line 474: Line 438:
 |a31      |/BUSAK    |bus acknowledge  |                  |                 |c31      |/RESET    |cpu reset (as input from ECB)| |a31      |/BUSAK    |bus acknowledge  |                  |                 |c31      |/RESET    |cpu reset (as input from ECB)|
 |a32      |GND       |signal ground    |                  |                 |c32      |GND       |signal ground                | |a32      |GND       |signal ground    |                  |                 |c32      |GND       |signal ground                |
- 
-\\ 
  
 ====== The ATTINY13-20 ====== ====== The ATTINY13-20 ======
Line 489: Line 451:
 ====== Software Support ====== ====== Software Support ======
  
-ECB-RAMF support is not enabled by default in the ROMWBW for the SBC V2. A new build of ROMWBW will be required with changes to the following settings:+ECB-RAMF support is not enabled by default in the ROMWBW. A new build of ROMWBW will be required with changes to the following settings in your custom configuration file:
  
-cfg_sbc.asm+SBC_std_cust.asm
  
 <code code> <code code>
-RFENABLE    .EQU    TRUE         ; TRUE FOR RAM FLOPPY SUPPORT +RFENABLE    .SET    TRUE         ; TRUE FOR RAM FLOPPY SUPPORT 
-RFCNT       .EQU               ; NUMBER OF RAM FLOPPY UNITS (MAX IS 2)+RFCNT       .SET               ; NUMBER OF RAM FLOPPY UNITS (MAX IS 4)
 </code> </code>
  
-The default address is configured for board one at A0h and A4h for the second boards. If required these addresses can be reconfigured:+The default address is configured for boards at A0hA4h, A8h, ACh. If required these addresses can be reconfigured:
  
 rf.asm rf.asm
  
 <code code> <code code>
-RF_U0IO        .EQU    $A0 +RF_U0IO        .EQU    $A0      ; BASE ADDRESS OF RAMFLOPPY 1 
-RF_U1IO        .EQU    $A4+RF_U1IO        .EQU    $A4      ; BASE ADDRESS OF RAMFLOPPY 2 
 +RF_U2IO        .EQU    $A8      ; BASE ADDRESS OF RAMFLOPPY 3 
 +RF_U3IO        .EQU    $AC      ; BASE ADDRESS OF RAMFLOPPY 4
 </code> </code>
  
Line 533: Line 497:
  
 Test software can be found here: [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:firmware:raf113.zip|:boards:ecb:ramfloppy:firmware:raf113.zip]] Test software can be found here: [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:firmware:raf113.zip|:boards:ecb:ramfloppy:firmware:raf113.zip]]
 +
 +Copy speed of data from a RAM Floppy to another RAM Floppy using PIP on a 10Mhz SBC V2 was measured as 21kbs.
  
 ====== File List ====== ====== File List ======
Line 539: Line 505:
  
 Filesize Filesize
 +
 Last modified Last modified
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:ecb-ramf-r11.png|ecb-ramf-r11.png]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:ecb-ramf-r11.png|ecb-ramf-r11.png]]
 +
 173.8 KiB 173.8 KiB
 +
 2018/09/08 02:05 2018/09/08 02:05
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:ecb-ramf-r11.zip|ecb-ramf-r11.zip]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:ecb-ramf-r11.zip|ecb-ramf-r11.zip]]
 +
 1.4 MiB 1.4 MiB
 +
 2015/11/01 02:59 2015/11/01 02:59
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:feram_test.jpg|feram_test.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:feram_test.jpg|feram_test.jpg]]
 +
 84.3 KiB 84.3 KiB
 +
 2015/10/31 16:45 2015/10/31 16:45
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_10.jpg|fig_10.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_10.jpg|fig_10.jpg]]
 +
 463.4 KiB 463.4 KiB
 +
 2015/10/31 16:46 2015/10/31 16:46
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_11.jpg|fig_11.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_11.jpg|fig_11.jpg]]
 +
 132.7 KiB 132.7 KiB
 +
 2015/10/31 16:45 2015/10/31 16:45
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_12.png|fig_12.png]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_12.png|fig_12.png]]
 +
 161.5 KiB 161.5 KiB
 +
 2018/07/15 04:35 2018/07/15 04:35
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_41.jpg|fig_41.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_41.jpg|fig_41.jpg]]
 +
 21.6 KiB 21.6 KiB
 +
 2015/10/31 16:45 2015/10/31 16:45
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_42.jpg|fig_42.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_42.jpg|fig_42.jpg]]
 +
 24.6 KiB 24.6 KiB
 +
 2015/10/31 16:45 2015/10/31 16:45
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_43.jpg|fig_43.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_43.jpg|fig_43.jpg]]
 +
 7.4 KiB 7.4 KiB
 +
 2015/10/31 16:45 2015/10/31 16:45
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_44.jpg|fig_44.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_44.jpg|fig_44.jpg]]
 +
 37.4 KiB 37.4 KiB
 +
 2015/10/31 16:45 2015/10/31 16:45
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_45.jpg|fig_45.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_45.jpg|fig_45.jpg]]
 +
 17.3 KiB 17.3 KiB
 +
 2015/10/31 16:45 2015/10/31 16:45
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_46.jpg|fig_46.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_46.jpg|fig_46.jpg]]
 +
 29.7 KiB 29.7 KiB
 +
 2015/10/31 16:45 2015/10/31 16:45
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_47.jpg|fig_47.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_47.jpg|fig_47.jpg]]
 +
 11.7 KiB 11.7 KiB
 +
 2015/10/31 16:46 2015/10/31 16:46
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_51.jpg|fig_51.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_51.jpg|fig_51.jpg]]
 +
 143.2 KiB 143.2 KiB
 +
 2015/10/31 16:46 2015/10/31 16:46
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_52.jpg|fig_52.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_52.jpg|fig_52.jpg]]
 +
 411.5 KiB 411.5 KiB
 +
 2015/10/31 16:46 2015/10/31 16:46
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_61.jpg|fig_61.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_61.jpg|fig_61.jpg]]
 +
 534.1 KiB 534.1 KiB
 +
 2015/10/31 16:46 2015/10/31 16:46
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_62.jpg|fig_62.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_62.jpg|fig_62.jpg]]
 +
 88.9 KiB 88.9 KiB
 +
 2015/10/31 16:46 2015/10/31 16:46
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_63.jpg|fig_63.jpg]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:fig_63.jpg|fig_63.jpg]]
 +
 217.5 KiB 217.5 KiB
 +
 2015/10/31 16:46 2015/10/31 16:46
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:printing_ecb-ramf-r11.sch.pdf|printing_ecb-ramf-r11.sch.pdf]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:printing_ecb-ramf-r11.sch.pdf|printing_ecb-ramf-r11.sch.pdf]]
 +
 279.2 KiB 279.2 KiB
 +
 2015/11/01 02:59 2015/11/01 02:59
 +
 [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:printing_ecb-ramf-r12.brd.pdf|printing_ecb-ramf-r12.brd.pdf]] [[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:printing_ecb-ramf-r12.brd.pdf|printing_ecb-ramf-r12.brd.pdf]]
 +
 860.9 KiB 860.9 KiB
 +
 2015/11/01 02:59 2015/11/01 02:59
 +
 +[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:sramdisk_r100.zip|sramdisk_r100.zip]]
 +
 +2.7 MiB
 +
 +2021/07/04 09:59
 +
 +[[https://www.retrobrewcomputers.org/lib/exe/fetch.php?media=boards:ecb:ramfloppy:sramdisk_r5.pdf|sramdisk_r5.pdf]]
 +
 +1.8 MiB
 +
 +2021/07/04 09:59
 +
 +\\
  
boards/ecb/ramfloppy/start.1575763997.txt.gz · Last modified: (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0