Skip to content

Commit

Permalink
Реализован режим "чтение/запись" для образов флоппи-дисков
Browse files Browse the repository at this point in the history
  • Loading branch information
3cky committed Oct 28, 2020
1 parent 18cf4b1 commit b8887f5
Show file tree
Hide file tree
Showing 16 changed files with 927 additions and 587 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ PDP-11-совместимых советских 16-разрядных дома
* Системный таймер 11М (прерывание 50 Гц по вектору 100, бит 14 в регистре 0177662)
* Страничная память 11М (биты 8-10, 12-14 в регистре 0177716)
* Стандартный шестикнопочный джойстик на порту УП
* Контроллер накопителя на гибких магнитных дисках К1801ВП1-128 (КНГМД,
в режиме "только для чтения")
* Контроллер накопителя на гибких магнитных дисках К1801ВП1-128 (КНГМД)
* Звуковой 8-битный ЦАП Covox (монофонический)
* Музыкальный сопроцессор AY-3-8910

Expand Down
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ android {

dependencies {
api 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'

implementation 'commons-lang:commons-lang:2.6'
implementation 'com.samskivert:jmustache:1.9'
Expand All @@ -98,5 +98,6 @@ dependencies {

testImplementation 'junit:junit:4.12'
testImplementation 'commons-io:commons-io:2.4'
testImplementation 'org.robolectric:robolectric:4.3.1'
testImplementation 'org.robolectric:robolectric:4.4'
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
}
Loading

0 comments on commit b8887f5

Please sign in to comment.