├── .gitattributes ├── README.md ├── docs ├── panasonic_fs-a1 │ ├── Instalation.txt │ ├── panasonic_fs-a1_mapper01.jpg │ ├── panasonic_fs-a1_mapper02.jpg │ ├── panasonic_fs-a1_mapper03.jpg │ ├── panasonic_fs-a1_mapper04.jpg │ └── panasonic_fs-a1_mapper05.jpg └── sony_hb-f1xd │ └── sony_hb-f1xd_mapper01.jpg └── ver-B ├── BOM └── ibom.html └── gerbers └── msx-ram-vB-gerber.zip /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MSX2 Memory Mapper - 2MB 2 | 3 | I made a slightly smaller PCB. 4 | 5 | ver B was tested with: 6 | * Panasonic FS-A1 7 | * Sony HB-F1XD 8 | 9 | Original work by Andrey Koryakin 10 | https://hansotten.file-hunter.com/do-it-yourself/memory-mappers-slots/2mb-4mb-internal-slot-expander/ 11 | 12 | ## Mapper tests on YouTube 13 | 14 | [![Mapper test Sony HB-F1XD](https://img.youtube.com/vi/D8B8vpNFS8c/0.jpg)](https://www.youtube.com/watch?v=D8B8vpNFS8c) 15 | 16 | 17 | [![Mapper test Panasonic FS-A1](https://img.youtube.com/vi/FxIIxCRcBFI/0.jpg)](https://www.youtube.com/watch?v=FxIIxCRcBFI) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/panasonic_fs-a1/Instalation.txt: -------------------------------------------------------------------------------- 1 | #Installing the 2MB mapper (ver.B) in the Panasonic FS-A1 2 | 3 | 1. The chips marked with numbers (1) CPU and (2) DRAM memory should be desoldered. 4 | 2. If possible, gently put the capacitor (3). If not, solder a new one lying down. 5 | 3. In place of the CPU (1), solder the precision socket. 6 | 4. In place of the DRAM memory (2), you can solder the sockets, if you want to return to the previous configuration. 7 | 5. Put the mapper module into the CPU socket (1). 8 | 6. The point marked on the mapper PCB as SLTSL is connected with a cable to the place where pin 16 of one of the DRAM chips was. 9 | 10 | All modifications are reversible. It is enough to unsolder the cable, remove the module and insert the CPU and DRAM into the sockets. -------------------------------------------------------------------------------- /docs/panasonic_fs-a1/panasonic_fs-a1_mapper01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkotgit/MSX-Memory-Mapper/ee29530e48dfa346cf178752b1e42c6c0f41bbe5/docs/panasonic_fs-a1/panasonic_fs-a1_mapper01.jpg -------------------------------------------------------------------------------- /docs/panasonic_fs-a1/panasonic_fs-a1_mapper02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkotgit/MSX-Memory-Mapper/ee29530e48dfa346cf178752b1e42c6c0f41bbe5/docs/panasonic_fs-a1/panasonic_fs-a1_mapper02.jpg -------------------------------------------------------------------------------- /docs/panasonic_fs-a1/panasonic_fs-a1_mapper03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkotgit/MSX-Memory-Mapper/ee29530e48dfa346cf178752b1e42c6c0f41bbe5/docs/panasonic_fs-a1/panasonic_fs-a1_mapper03.jpg -------------------------------------------------------------------------------- /docs/panasonic_fs-a1/panasonic_fs-a1_mapper04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkotgit/MSX-Memory-Mapper/ee29530e48dfa346cf178752b1e42c6c0f41bbe5/docs/panasonic_fs-a1/panasonic_fs-a1_mapper04.jpg -------------------------------------------------------------------------------- /docs/panasonic_fs-a1/panasonic_fs-a1_mapper05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkotgit/MSX-Memory-Mapper/ee29530e48dfa346cf178752b1e42c6c0f41bbe5/docs/panasonic_fs-a1/panasonic_fs-a1_mapper05.jpg -------------------------------------------------------------------------------- /docs/sony_hb-f1xd/sony_hb-f1xd_mapper01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkotgit/MSX-Memory-Mapper/ee29530e48dfa346cf178752b1e42c6c0f41bbe5/docs/sony_hb-f1xd/sony_hb-f1xd_mapper01.jpg -------------------------------------------------------------------------------- /ver-B/BOM/ibom.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Interactive BOM for KiCAD 8 | 739 | 3363 | 3364 | 3365 | 3366 | 3367 |
3368 |
3369 |
3370 | 3445 |
3447 | 3450 | 3453 | 3456 |
3457 |
3459 | 3461 | 3463 | 3465 |
3466 |
3468 | 3470 | 3472 | 3474 |
3475 | 3520 | 3550 |
3551 |
3552 | 3553 | 3554 | 3555 | 3558 | 3561 | 3562 | 3563 | 3566 | 3569 | 3570 | 3571 |
3556 | Title 3557 | 3559 | Revision 3560 |
3564 | Company 3565 | 3567 | Date 3568 |
3572 |
3573 |
3574 |
3575 |
3576 |
3577 | 3579 | 3581 |
3582 | 3584 |
3585 |
3586 |
3587 | 3588 | 3589 | 3590 | 3591 | 3592 |
3593 |
3594 |
3595 |
3596 |
3597 | 3598 | 3599 | 3600 | 3601 |
3602 |
3603 |
3604 |
3605 | 3606 | 3607 | 3608 | 3609 |
3610 |
3611 |
3612 |
3613 |
3614 | 3615 | 3616 | 3617 | 3618 | -------------------------------------------------------------------------------- /ver-B/gerbers/msx-ram-vB-gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkotgit/MSX-Memory-Mapper/ee29530e48dfa346cf178752b1e42c6c0f41bbe5/ver-B/gerbers/msx-ram-vB-gerber.zip --------------------------------------------------------------------------------