Padial LPE-EPR-V5
Contents |
Description
The LPE-EPR-V5 is an EPROM programmer that fits into an MSX Cartridge slot. Developed by Padial Hardware (Spain).
Gallery
Specifications
It supports the following EPROM:
- 2764, 27128, 27256, 27512
- 27C64, 27C128, 27C256, 27C512
The software and hardware allow:
- Write
- Read
- Check
- Data stored can be loaded/saved in a file.
- All the operations are done in RAM memory so it is necessary, at least, additional 64KB to those needed for the MSX-DOS.
The RAM pages and addresses used for each EPROM type are:
- 2764 Page 4 --> addresses &H8000-9FFF
- 27128 Page 4 --> addresses &H8000-BFFF
- 27256 Page 4/5 --> addresses &H8000-BFFF
- 27512 Page 4/5/6/7 --> addresses &H8000-BFFF
Main commands are:
VERIFY5 2764/27128/27256/27512 ;Checks if EPROM is empty.
READ5 2764/27128/27256/27512 ;Read EPROM --> RAM.
PROG5 2764/27128/27256/27512 ;Write RAM --> EPROM.
CHECK5 2764/27128/27256/27512 ;Compare EPROM <--> RAM.
Additional commands:
LOAD5 filename.bin/rom/mid.. ;Load file from SD/floppy disk --> RAM.
SAVE5 filename.bin 2764/27128/27256/27512 ;Save file from RAM --> SD/floppy disk.