dc.contributor.advisor | Kliber, Filip | |
dc.creator | Fajnor, Jakub | |
dc.date.accessioned | 2021-02-12T10:46:56Z | |
dc.date.available | 2021-02-12T10:46:56Z | |
dc.date.issued | 2020 | |
dc.identifier.uri | http://hdl.handle.net/20.500.11956/124371 | |
dc.description.abstract | Emulácia pôvodných 8-bitových počítačov môže byť pre mnohých zaujímavá, hlavne pre skalných fanúšikov starších počítačov a nostalgických hier. V súčasnosti existuje mnoho nástrojov umožňujúcich takúto emuláciu, avšak len pre konkrétne modely po- čítačov. Cieľom práce je vytvoriť knižnicu umožňujúcu jej používateľovi skladanie ľubo- voľných počítačov z nastaviteľných komponentov, ktoré emulujú činnosť rôznych častí skutočného 8-bitového počítača. Knižnica je vyvíjaná na platforme .NET a jej súčasťou je aj niekoľko nami vytvorených implementácii základných komponentov, vrátane procesora MOS 6502 a niektorých jeho potomkov. Aby ponuka dostupných komponentov nebola limitujúca, knižnica umožňuje jednoduché rozširovanie v podobe registrácie nových komponentov. K predvedeniu použitia knižnice bola v rámci práce vytvorená jednoduchá WinForms aplikácia. Pomocou jej grafického rozhrania môže koncový používateľ emulátora vytvárať zostavy počítačov a následne riadiť a sledovať ich emuláciu. 1 | cs_CZ |
dc.description.abstract | Emulation of the original 8-bit computers may be interesting for many people, es- pecially for true fans of older computers and nostalgic games. Currently, a lot of tools allowing such emulation exist, however, only for specific computer models. The aim of this thesis is to create a library that will enable its user to create models of arbitrary computers using configurable components, that will emulate workings of various parts of a real 8-bit computer. The library is developed on .NET platform and contains several implementations of basic components as a part of this work, including implementation of MOS 6502 processor and some of its descendants. In order not to limit the offer of available components, the library allows easy extension by allowing registration of new components. To demonstrate the use of the library, a simple WinForms application has been cre- ated. Using a graphical interface of the application, the end user of the emulator can create computer configurations and then control and monitor its emulation. 1 | en_US |
dc.language | Slovenčina | cs_CZ |
dc.language.iso | sk_SK | |
dc.publisher | Univerzita Karlova, Matematicko-fyzikální fakulta | cs_CZ |
dc.subject | emulator | en_US |
dc.subject | 8bit | en_US |
dc.subject | computer | en_US |
dc.subject | processor | en_US |
dc.subject | NET library | en_US |
dc.subject | emulátor | cs_CZ |
dc.subject | 8bit | cs_CZ |
dc.subject | počítač | cs_CZ |
dc.subject | procesor | cs_CZ |
dc.subject | NET knižnica | cs_CZ |
dc.title | Emulátor 8-bitového počítača s možnosťou konfigurácie jednotlivých komponentov | sk_SK |
dc.type | bakalářská práce | cs_CZ |
dcterms.created | 2020 | |
dcterms.dateAccepted | 2020-09-14 | |
dc.description.department | Department of Distributed and Dependable Systems | en_US |
dc.description.department | Katedra distribuovaných a spolehlivých systémů | cs_CZ |
dc.description.faculty | Matematicko-fyzikální fakulta | cs_CZ |
dc.description.faculty | Faculty of Mathematics and Physics | en_US |
dc.identifier.repId | 224952 | |
dc.title.translated | Emulator of 8-bit computer with the possibility of configuration of individual components | en_US |
dc.title.translated | Emulátor 8-bitového počítače s možností konfigurace jednotlivých komponent | cs_CZ |
dc.contributor.referee | Ježek, Pavel | |
thesis.degree.name | Bc. | |
thesis.degree.level | bakalářské | cs_CZ |
thesis.degree.discipline | Software and Data Engineering | en_US |
thesis.degree.discipline | Softwarové a datové inženýrství | cs_CZ |
thesis.degree.program | Informatika | cs_CZ |
thesis.degree.program | Computer Science | en_US |
uk.thesis.type | bakalářská práce | cs_CZ |
uk.taxonomy.organization-cs | Matematicko-fyzikální fakulta::Katedra distribuovaných a spolehlivých systémů | cs_CZ |
uk.taxonomy.organization-en | Faculty of Mathematics and Physics::Department of Distributed and Dependable Systems | en_US |
uk.faculty-name.cs | Matematicko-fyzikální fakulta | cs_CZ |
uk.faculty-name.en | Faculty of Mathematics and Physics | en_US |
uk.faculty-abbr.cs | MFF | cs_CZ |
uk.degree-discipline.cs | Softwarové a datové inženýrství | cs_CZ |
uk.degree-discipline.en | Software and Data Engineering | en_US |
uk.degree-program.cs | Informatika | cs_CZ |
uk.degree-program.en | Computer Science | en_US |
thesis.grade.cs | Výborně | cs_CZ |
thesis.grade.en | Excellent | en_US |
uk.abstract.cs | Emulácia pôvodných 8-bitových počítačov môže byť pre mnohých zaujímavá, hlavne pre skalných fanúšikov starších počítačov a nostalgických hier. V súčasnosti existuje mnoho nástrojov umožňujúcich takúto emuláciu, avšak len pre konkrétne modely po- čítačov. Cieľom práce je vytvoriť knižnicu umožňujúcu jej používateľovi skladanie ľubo- voľných počítačov z nastaviteľných komponentov, ktoré emulujú činnosť rôznych častí skutočného 8-bitového počítača. Knižnica je vyvíjaná na platforme .NET a jej súčasťou je aj niekoľko nami vytvorených implementácii základných komponentov, vrátane procesora MOS 6502 a niektorých jeho potomkov. Aby ponuka dostupných komponentov nebola limitujúca, knižnica umožňuje jednoduché rozširovanie v podobe registrácie nových komponentov. K predvedeniu použitia knižnice bola v rámci práce vytvorená jednoduchá WinForms aplikácia. Pomocou jej grafického rozhrania môže koncový používateľ emulátora vytvárať zostavy počítačov a následne riadiť a sledovať ich emuláciu. 1 | cs_CZ |
uk.abstract.en | Emulation of the original 8-bit computers may be interesting for many people, es- pecially for true fans of older computers and nostalgic games. Currently, a lot of tools allowing such emulation exist, however, only for specific computer models. The aim of this thesis is to create a library that will enable its user to create models of arbitrary computers using configurable components, that will emulate workings of various parts of a real 8-bit computer. The library is developed on .NET platform and contains several implementations of basic components as a part of this work, including implementation of MOS 6502 processor and some of its descendants. In order not to limit the offer of available components, the library allows easy extension by allowing registration of new components. To demonstrate the use of the library, a simple WinForms application has been cre- ated. Using a graphical interface of the application, the end user of the emulator can create computer configurations and then control and monitor its emulation. 1 | en_US |
uk.file-availability | V | |
uk.grantor | Univerzita Karlova, Matematicko-fyzikální fakulta, Katedra distribuovaných a spolehlivých systémů | cs_CZ |
thesis.grade.code | 1 | |
uk.publication-place | Praha | cs_CZ |
uk.thesis.defenceStatus | O | |