From dab9584ffed3c00368e6ab16a3208473bdecc4c2 Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-discord-bot@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:03:38 +0100 Subject: [PATCH 01/11] Revise README for Floating Point Systems project Updated project title and expanded README content. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..93d5945 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Floating Point Systems + +A repository for gathering information and understanding floating-point-systems machines. + +## Overview + +This project contains datasheets, documentation, and code related to floating-point-sytems machines + +## Contents + +- Documentation on floating-point-systems +- Datasheets +- Photos of Cards etc +- Code for the FPS Machines + +## Helping + + From e89915afa30cddf47a6500dc9add4b09cf717d7f Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-discord-bot@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:25:32 +0100 Subject: [PATCH 02/11] Update index section in README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93d5945..0f1e095 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,30 @@ A repository for gathering information and understanding floating-point-systems ## Overview -This project contains datasheets, documentation, and code related to floating-point-sytems machines +This project contains datasheets, documentation, and code related to floating-point-sytems machines. -## Contents +## Index - For README + +1. [Overview](#overview) +2. [Contents](#contents---of-each-folder-with-fps-number) +3. [Contributing](#contributing) +4. [Index for FPS](#index---for-fps-folders) + +## Contents - Of each folder with FPS-Number - Documentation on floating-point-systems - Datasheets - Photos of Cards etc - Code for the FPS Machines -## Helping +## Index - For FPS folders + +1. [AP 120B](#overview) +2. [FPS 100](docs) +3. [FPS 164](docs/fps-164) +4. [FPS 3000](docs/fps-3000) +5. [FPS 5000](docs/fps-5000) + +## Contributing From bc43a7ebb32e980755e38f9c1ff24ac26fcc605f Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-discord-bot@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:26:32 +0100 Subject: [PATCH 03/11] Update links in README index for FPS folders --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f1e095..b572f8d 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ This project contains datasheets, documentation, and code related to floating-po ## Index - For FPS folders -1. [AP 120B](#overview) -2. [FPS 100](docs) -3. [FPS 164](docs/fps-164) -4. [FPS 3000](docs/fps-3000) -5. [FPS 5000](docs/fps-5000) +1. [AP 120B](/ap-120b) +2. [FPS 100](/fps-100) +3. [FPS 164](/fps-164) +4. [FPS 3000](/fps-3000) +5. [FPS 5000](/fps-5000) ## Contributing From fbec4628fedeb35127c15dbafb5c5c7aeeab6a6d Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-discord-bot@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:32:42 +0100 Subject: [PATCH 04/11] Fix link format for FPS 100 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b572f8d..08bdcb8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This project contains datasheets, documentation, and code related to floating-po ## Index - For FPS folders 1. [AP 120B](/ap-120b) -2. [FPS 100](/fps-100) +2. [FPS 100](FPS%20100/) 3. [FPS 164](/fps-164) 4. [FPS 3000](/fps-3000) 5. [FPS 5000](/fps-5000) From 944d8a3147fd6b07827d8ec4fb707845b36d25fe Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-discord-bot@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:43:17 +0100 Subject: [PATCH 05/11] Revise README structure and link formatting Updated the README to improve structure and links. --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 08bdcb8..88e7e8b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A repository for gathering information and understanding floating-point-systems machines. +> **Note:** This README needs to be verified by the REPO owner: Nakazoto. This documentation is incomplete and will be expanded as more information becomes available. + ## Overview This project contains datasheets, documentation, and code related to floating-point-sytems machines. @@ -10,8 +12,8 @@ This project contains datasheets, documentation, and code related to floating-po 1. [Overview](#overview) 2. [Contents](#contents---of-each-folder-with-fps-number) -3. [Contributing](#contributing) -4. [Index for FPS](#index---for-fps-folders) +3. [Index for FPS](#index---for-fps-folders) +4. [Contributing](#contributing) ## Contents - Of each folder with FPS-Number @@ -22,12 +24,19 @@ This project contains datasheets, documentation, and code related to floating-po ## Index - For FPS folders -1. [AP 120B](/ap-120b) +1. [AP 120B](AP%20120B/) 2. [FPS 100](FPS%20100/) -3. [FPS 164](/fps-164) -4. [FPS 3000](/fps-3000) -5. [FPS 5000](/fps-5000) +3. [FPS 164](FPS%20164/) +4. [FPS 3000](FPS%203000/) +5. [FPS 5000](FPS%205000/) + +## Contributing + + + -## Contributing From 8b9b032a91458b39112e3751b95a65025824a865 Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-discord-bot@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:44:19 +0100 Subject: [PATCH 06/11] Clean up contributing section in README Remove note about verifying contributing section against manuals. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e7e8b..e707e4a 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,11 @@ This project contains datasheets, documentation, and code related to floating-po ## Contributing + + From 514de8e6d060892940453aecd761516b6af94c8e Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-discord-bot@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:58:40 +0100 Subject: [PATCH 07/11] Update README with verification and warning notes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e707e4a..d4e706d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ A repository for gathering information and understanding floating-point-systems machines. -> **Note:** This README needs to be verified by the REPO owner: Nakazoto. This documentation is incomplete and will be expanded as more information becomes available. +> [!NOTE] +> This documentation is incomplete and will be expanded as more information becomes available. + +> [!WARNING] +> This README needs to be verified by the REPO owner: Nakazoto. ## Overview From 467da918a2720f03cf13b49b823d07875a678b5e Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-Official@users.noreply.github.com> Date: Sun, 4 Jan 2026 19:36:00 +0100 Subject: [PATCH 08/11] Revise README index and folder links Updated links and descriptions in the README for clarity. --- README.md | 50 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d4e706d..73df21c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Floating Point Systems -A repository for gathering information and understanding floating-point-systems machines. +A repository for gathering documentation and understanding Floating-Point-Systems machines. > [!NOTE] > This documentation is incomplete and will be expanded as more information becomes available. @@ -14,32 +14,52 @@ This project contains datasheets, documentation, and code related to floating-po ## Index - For README -1. [Overview](#overview) -2. [Contents](#contents---of-each-folder-with-fps-number) -3. [Index for FPS](#index---for-fps-folders) -4. [Contributing](#contributing) +1. [Overview](#overview) - Reason What this REPO is for. +2. [Contents](#contents---of-each-folder) - What is in the Folders. +3. [Index for FPS](#index---for-the-folders) - Folder links. +4. [Contributing](#contributing) - Things to look out for. + - [Guide on Contributing](#a-little-guide) - A guide on contributing. -## Contents - Of each folder with FPS-Number +## Contents - Of each folder - Documentation on floating-point-systems -- Datasheets -- Photos of Cards etc -- Code for the FPS Machines +- Some Datasheets +- Photos of Cards, etc +- Code for the Machines -## Index - For FPS folders +## Index - For the folders -1. [AP 120B](AP%20120B/) -2. [FPS 100](FPS%20100/) -3. [FPS 164](FPS%20164/) -4. [FPS 3000](FPS%203000/) -5. [FPS 5000](FPS%205000/) +1. [AP 120B](AP%20120B/) - Documetation folder for AP 120B, _the predecessor of the FPS 100._ +2. [FPS 100](FPS%20100/) - Documetation folder for FPS 100, _the successor of the AP 120B. With redused cards._ +3. [FPS 164](FPS%20164/) - Documetation folder for FPS 164, _the favorite machine of Usagi Electric._ +4. [FPS 3000](FPS%203000/) - Documetation folder for FPS 3000, _the machine that only 1 still known to exist. And is almost the same as the XP 32 is._ +5. [FPS 5000](FPS%205000/) - Documetation folder for FPS 5000, _As mentioned in fps.pdf, this is a family of the AP 120B, just like any other machine._ +6. [Random FPS information](Z.%20Others/) - Documetation folder for FPS information, _Like part prices and boardrevisions._ +7. [Random PDFs](Z_Brochures/) - Documetation folder for PDFs, _Like product pages and folders._ +8. [Boards in FPS Machines](Cully_Dave.txt) - Documetation folder for cards, _The card configuration on different machines._ ## Contributing +> [!CAUTION] +> This REPO is not meant for harassment, hating or any kind of destroying other people's work! So if you help this repo grow it is appreciated! +### A little guide: + +> [!NOTE] +> _There are lots of guides online that explain this in detail._ [LINK](www.DID-NOT-FIND-ONE.com) + +1. Create a Fork. +2. Import / Create the file you wanted to contribute. +3. Create a Pull request and explain what you did. + - You may have to add you fork (sometimes it does this automatically!) +4. Wait on a response! + +> [!IMPORTANT] +> To to achieve your goal it needs to be relevant to the REPO and it's subject. From 747983228214437984fdac830eabe9d4628330d4 Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-Official@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:10:58 +0100 Subject: [PATCH 09/11] Revise README.md for clarity and accuracy Updated documentation entries and corrected typos. --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 73df21c..5ab1ef3 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,19 @@ This project contains datasheets, documentation, and code related to floating-po ## Index - For the folders -1. [AP 120B](AP%20120B/) - Documetation folder for AP 120B, _the predecessor of the FPS 100._ -2. [FPS 100](FPS%20100/) - Documetation folder for FPS 100, _the successor of the AP 120B. With redused cards._ -3. [FPS 164](FPS%20164/) - Documetation folder for FPS 164, _the favorite machine of Usagi Electric._ -4. [FPS 3000](FPS%203000/) - Documetation folder for FPS 3000, _the machine that only 1 still known to exist. And is almost the same as the XP 32 is._ -5. [FPS 5000](FPS%205000/) - Documetation folder for FPS 5000, _As mentioned in fps.pdf, this is a family of the AP 120B, just like any other machine._ -6. [Random FPS information](Z.%20Others/) - Documetation folder for FPS information, _Like part prices and boardrevisions._ -7. [Random PDFs](Z_Brochures/) - Documetation folder for PDFs, _Like product pages and folders._ -8. [Boards in FPS Machines](Cully_Dave.txt) - Documetation folder for cards, _The card configuration on different machines._ +1. [OLD](!Old/) - Folder with old stuff , _A trade of some sort_ +2. [AP 120B](AP%20120B/) - Documetation folder for AP 120B, _the predecessor of the FPS 100._ +3. [FPS 100](FPS%20100/) - Documetation folder for FPS 100, _the successor of the AP 120B. With redused cards._ +4. [FPS 164](FPS%20164/) - Documetation folder for FPS 164, _the favorite machine of Usagi Electric._ +5. [FPS 3000](FPS%203000/) - Documetation folder for FPS 3000, _the machine that only 1 still known to exist. And is almost the same as the XP 32 is._ +6. [FPS 5000](FPS%205000/) - Documetation folder for FPS 5000, _As mentioned in fps.pdf, this is a family of the AP 120B, just like any other machine._ +7. [Random FPS information](Z.%20Others/) - Documetation folder for FPS information, _Like part prices and boardrevisions._ +8. [Random PDFs](Z_Brochures/) - Documetation folder for PDFs, _Like product pages and folders._ +9. [Boards in FPS Machines](Cully_Dave.txt) - Documetation file for cards, _The card configuration on different machines._ +10. [Magazine of some sort](Digital_Design_V12_N06_198206.pdf) - Some sort of Magazine. +11. [Boards](FPS%20Board%20List.txt) - A board series, _with documentation._ +12. [Known Surviving](KnownSurviving.txt) - Documetation file for Surviving machines, _With name, place, condition and maybe price ;D_ +13. [Want to make a FPS?](NewFPSLayout.txt) - Documetation file for A Complete Card set for AP 120B, _What some people have._ ## Contributing @@ -50,7 +55,7 @@ This project contains datasheets, documentation, and code related to floating-po 1. Create a Fork. 2. Import / Create the file you wanted to contribute. -3. Create a Pull request and explain what you did. +3. Create a Pull request and explain what you changed. - You may have to add you fork (sometimes it does this automatically!) 4. Wait on a response! From fd7bd007952aebd463b164f27883d91a99905b5e Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-Official@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:18:54 +0100 Subject: [PATCH 10/11] Fix spelling errors in README documentation Corrected spelling errors in documentation references. Sorry I am a dyslexic. But a perfectionist. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5ab1ef3..147f360 100644 --- a/README.md +++ b/README.md @@ -30,23 +30,23 @@ This project contains datasheets, documentation, and code related to floating-po ## Index - For the folders 1. [OLD](!Old/) - Folder with old stuff , _A trade of some sort_ -2. [AP 120B](AP%20120B/) - Documetation folder for AP 120B, _the predecessor of the FPS 100._ -3. [FPS 100](FPS%20100/) - Documetation folder for FPS 100, _the successor of the AP 120B. With redused cards._ -4. [FPS 164](FPS%20164/) - Documetation folder for FPS 164, _the favorite machine of Usagi Electric._ -5. [FPS 3000](FPS%203000/) - Documetation folder for FPS 3000, _the machine that only 1 still known to exist. And is almost the same as the XP 32 is._ -6. [FPS 5000](FPS%205000/) - Documetation folder for FPS 5000, _As mentioned in fps.pdf, this is a family of the AP 120B, just like any other machine._ +2. [AP 120B](AP%20120B/) - Documentation folder for AP 120B, _the predecessor of the FPS 100._ +3. [FPS 100](FPS%20100/) - Documentation folder for FPS 100, _the successor of the AP 120B. With reduced cards._ +4. [FPS 164](FPS%20164/) - Documentation folder for FPS 164, _the favorite machine of Usagi Electric._ +5. [FPS 3000](FPS%203000/) - Documentation folder for FPS 3000, _the machine of which only 1 still known to exist. And is almost the same as the XP 32 is._ +6. [FPS 5000](FPS%205000/) - Documentation folder for FPS 5000, _As mentioned in fps.pdf, this is a family of the AP 120B, just like any other machine._ 7. [Random FPS information](Z.%20Others/) - Documetation folder for FPS information, _Like part prices and boardrevisions._ -8. [Random PDFs](Z_Brochures/) - Documetation folder for PDFs, _Like product pages and folders._ -9. [Boards in FPS Machines](Cully_Dave.txt) - Documetation file for cards, _The card configuration on different machines._ +8. [Random PDFs](Z_Brochures/) - Documentation folder for PDFs, _Like product pages and folders._ +9. [Boards in FPS Machines](Cully_Dave.txt) - Documentation file for cards, _The card configuration on different machines._ 10. [Magazine of some sort](Digital_Design_V12_N06_198206.pdf) - Some sort of Magazine. 11. [Boards](FPS%20Board%20List.txt) - A board series, _with documentation._ -12. [Known Surviving](KnownSurviving.txt) - Documetation file for Surviving machines, _With name, place, condition and maybe price ;D_ -13. [Want to make a FPS?](NewFPSLayout.txt) - Documetation file for A Complete Card set for AP 120B, _What some people have._ +12. [Known Surviving](KnownSurviving.txt) - Documentation file for Surviving machines, _With name, place, condition and maybe price ;D_ +13. [Want to make a FPS?](NewFPSLayout.txt) - Documentation file for A Complete Card set for AP 120B, _What some people have._ ## Contributing > [!CAUTION] -> This REPO is not meant for harassment, hating or any kind of destroying other people's work! So if you help this repo grow it is appreciated! +> This REPO is not meant for harassment, hating or any kind of destroying other people's work! So if you help this repo grow, it is appreciated! ### A little guide: From f8ef71fbef9acafdfb1eb59a892a263508e3d79c Mon Sep 17 00:00:00 2001 From: VodaCode <127630434+VodaCode-Official@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:13:36 +0100 Subject: [PATCH 11/11] Refine index formatting and descriptions in README Updated index entries for clarity and consistency. --- README.md | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 147f360..5160721 100644 --- a/README.md +++ b/README.md @@ -29,44 +29,53 @@ This project contains datasheets, documentation, and code related to floating-po ## Index - For the folders -1. [OLD](!Old/) - Folder with old stuff , _A trade of some sort_ -2. [AP 120B](AP%20120B/) - Documentation folder for AP 120B, _the predecessor of the FPS 100._ -3. [FPS 100](FPS%20100/) - Documentation folder for FPS 100, _the successor of the AP 120B. With reduced cards._ -4. [FPS 164](FPS%20164/) - Documentation folder for FPS 164, _the favorite machine of Usagi Electric._ -5. [FPS 3000](FPS%203000/) - Documentation folder for FPS 3000, _the machine of which only 1 still known to exist. And is almost the same as the XP 32 is._ -6. [FPS 5000](FPS%205000/) - Documentation folder for FPS 5000, _As mentioned in fps.pdf, this is a family of the AP 120B, just like any other machine._ -7. [Random FPS information](Z.%20Others/) - Documetation folder for FPS information, _Like part prices and boardrevisions._ -8. [Random PDFs](Z_Brochures/) - Documentation folder for PDFs, _Like product pages and folders._ -9. [Boards in FPS Machines](Cully_Dave.txt) - Documentation file for cards, _The card configuration on different machines._ +1. [OLD](!Old/) - Folder with old stuff , _A trade of some sort_ +2. [AP 120B](AP%20120B/) - Documentation folder for AP 120B, _the predecessor of the FPS 100._ +3. [FPS 100](FPS%20100/) - Documentation folder for FPS 100, _the successor of the AP 120B. With reduced cards._ +4. [FPS 164](FPS%20164/) - Documentation folder for FPS 164, _the favorite machine of Usagi Electric._ +5. [FPS 3000](FPS%203000/) - Documentation folder for FPS 3000, _the machine of which only 1 still known to exist. And is almost the same as the XP 32 is._ +6. [FPS 5000](FPS%205000/) - Documentation folder for FPS 5000, _As mentioned in fps.pdf, this is a family of the AP 120B, just like any other machine._ +7. [Random FPS information](Z.%20Others/) - Documetation folder for FPS information, _Like part prices and boardrevisions._ +8. [Random PDFs](Z_Brochures/) - Documentation folder for PDFs, _Like product pages and folders._ +9. [Boards in FPS Machines](Cully_Dave.txt) - Documentation file for cards, _The card configuration on different machines._ 10. [Magazine of some sort](Digital_Design_V12_N06_198206.pdf) - Some sort of Magazine. 11. [Boards](FPS%20Board%20List.txt) - A board series, _with documentation._ 12. [Known Surviving](KnownSurviving.txt) - Documentation file for Surviving machines, _With name, place, condition and maybe price ;D_ -13. [Want to make a FPS?](NewFPSLayout.txt) - Documentation file for A Complete Card set for AP 120B, _What some people have._ +13. [Want to make a FPS?](NewFPSLayout.txt) - Documentation file for A Complete Card set for AP 120B, _And what cards some people have._ ## Contributing > [!CAUTION] -> This REPO is not meant for harassment, hating or any kind of destroying other people's work! So if you help this repo grow, it is appreciated! +> This REPO is not meant for harassment, hating or any kind of destroying other people's work! So if you can help this repo grow, it is appreciated! ### A little guide: > [!NOTE] -> _There are lots of guides online that explain this in detail._ [LINK](www.DID-NOT-FIND-ONE.com) +> _There are tons and tons of guides online that explain this in high detail. So look online!_ 1. Create a Fork. -2. Import / Create the file you wanted to contribute. +2. Import / Create the file you wanted to contribute in your own Fork. 3. Create a Pull request and explain what you changed. - You may have to add you fork (sometimes it does this automatically!) -4. Wait on a response! +4. Wait for a response! + +> [!TIP] +> Here some links for videos: + + - [LINK for Guide](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) + - The NOTE you see applies in this case! + + + > [!IMPORTANT] > To to achieve your goal it needs to be relevant to the REPO and it's subject. +INDEX-LINKS DO NOT WORK IN EDITOR, +this also is not done! +--!>