├── .gitignore ├── .travis.yml ├── COPYING.txt ├── Makefile.lite ├── Makefile.sdlwx ├── Makefile.wasm ├── README.md ├── dist ├── apogey │ ├── apogey-sd.conf │ ├── apogey.conf │ ├── apogey.html │ ├── apogey.rom │ ├── fonta.bin │ ├── romdisk512.bin │ ├── sdcard │ │ ├── BOOT │ │ │ ├── BOOT.RK │ │ │ ├── SDBIOS.RK │ │ │ └── SHELL.RK │ │ ├── DEMO │ │ │ ├── DEMO.RKA │ │ │ ├── DEMO2.RKA │ │ │ ├── DUCKS.RKA │ │ │ ├── GIGASCRN.RKA │ │ │ ├── KOSOBAN.RKA │ │ │ ├── ROBOCOP.RKA │ │ │ └── STARWARS.RKA │ │ ├── GGAMES │ │ │ ├── GONKI!.RKA │ │ │ ├── GONKI.RKA │ │ │ ├── LINES.RKA │ │ │ ├── NESUSHKA.RKA │ │ │ ├── PLANETA.RKA │ │ │ ├── SHMEL.RKA │ │ │ └── TRASINA!.RKA │ │ ├── MUSIC │ │ │ ├── MARSH2.RKA │ │ │ ├── MUS1.RKA │ │ │ ├── MUS2.RKA │ │ │ ├── MUS3.RKA │ │ │ ├── MUS4.RKA │ │ │ ├── MUS5.RKA │ │ │ ├── MUS6.RKA │ │ │ ├── MUS7.RKA │ │ │ ├── MUS8.RKA │ │ │ └── MUSICBOX.RKA │ │ ├── PROG │ │ │ ├── ASMRK86.RKA │ │ │ ├── BASGRAPH.RKA │ │ │ ├── BASMICR.RKA │ │ │ ├── BASMSX.RKA │ │ │ ├── BASRK.RKA │ │ │ ├── BEST.RKA │ │ │ ├── CODILCA.RKA │ │ │ ├── DISASM1.RKA │ │ │ ├── DISASMSE.RKA │ │ │ ├── DUMPRED.RKA │ │ │ ├── PAS_MFTI.RKA │ │ │ ├── REDASM.RKA │ │ │ └── REDDSSM.RKA │ │ ├── TGAMES │ │ │ ├── BADROAD.RKA │ │ │ ├── BARMEN.RKA │ │ │ ├── BATTLESH.RKA │ │ │ ├── BDASHALL.RKA │ │ │ ├── BDASHFRM.RKA │ │ │ ├── BDASHSMR.RKA │ │ │ ├── BLDRDASH.RKA │ │ │ ├── BOMBARD.RKA │ │ │ ├── BOX.RKA │ │ │ ├── BUCK_ROG.RKA │ │ │ ├── CHESS.RKA │ │ │ ├── CHUDOV.RKA │ │ │ ├── CIRK.RKA │ │ │ ├── CROCET.RKA │ │ │ ├── CROSSFIR.RKA │ │ │ ├── DESCENT.RKA │ │ │ ├── DIGGER.RKA │ │ │ ├── FOOTBALL.RKA │ │ │ ├── FOXHUNT.RKA │ │ │ ├── FROGGI15.RKA │ │ │ ├── GORODKI.RKA │ │ │ ├── GOROSKOP.RKA │ │ │ ├── KLAD.RKA │ │ │ ├── KOLOBOK.RKA │ │ │ ├── KOMMUTAT.RKA │ │ │ ├── LANDING.RKA │ │ │ ├── LANDMINE.RKA │ │ │ ├── LESTN.RKA │ │ │ ├── LESTNICA.RKA │ │ │ ├── LIFE.RKA │ │ │ ├── LIFE1.RKA │ │ │ ├── LIQSKY.RKA │ │ │ ├── LODERUN.RKA │ │ │ ├── LRUNNER.RKA │ │ │ ├── MARAFON.RKA │ │ │ ├── MARS.RKA │ │ │ ├── MARSIANE.RKA │ │ │ ├── MESHANIN.RKA │ │ │ ├── MIRAGE.RKA │ │ │ ├── MURAVEIN.RKA │ │ │ ├── NIM.RKA │ │ │ ├── OTELLO.RKA │ │ │ ├── PACMAN.RKA │ │ │ ├── PACMAN2.RKA │ │ │ ├── PANIKA.RKA │ │ │ ├── PENTIS.RKA │ │ │ ├── PIF.RKA │ │ │ ├── PINGPONG.RKA │ │ │ ├── POGONIA.RKA │ │ │ ├── PVO87!.RKA │ │ │ ├── RALLI.RKA │ │ │ ├── RALSLAL.RKA │ │ │ ├── REDFLWR.RKA │ │ │ ├── REIN.RKA │ │ │ ├── RIKOSHET!.RKA │ │ │ ├── RIKOSHET.RKA │ │ │ ├── RISE.RKA │ │ │ ├── SABOTEUR.RKA │ │ │ ├── SAD.RKA │ │ │ ├── SHAHTY.RKA │ │ │ ├── SHASHKI.RKA │ │ │ ├── SHTURM.RKA │ │ │ ├── SKACHKI.RKA │ │ │ ├── SKALOED.RKA │ │ │ ├── SLAMS.RKA │ │ │ ├── SNAKE.RKA │ │ │ ├── SOS.RKA │ │ │ ├── SPBATTLE.RKA │ │ │ ├── SPINSECT.RKA │ │ │ ├── SPYSDEM.RKA │ │ │ ├── SPY_S.RKA │ │ │ ├── STAKAN!.RKA │ │ │ ├── STELBI.RKA │ │ │ ├── STENA.RKA │ │ │ ├── STONEFLD.RKA │ │ │ ├── TARELKI.RKA │ │ │ ├── TENNIS.RKA │ │ │ ├── TETRIS.RKA │ │ │ ├── TORPATT.RKA │ │ │ ├── TULPAN!.RKA │ │ │ ├── UDAV!.RKA │ │ │ ├── UDAV.RKA │ │ │ ├── UTKA.RKA │ │ │ ├── VULKAN!.RKA │ │ │ ├── WOOD.RKA │ │ │ ├── XONIXZM!.RKA │ │ │ ├── XONIXZM.RKA │ │ │ └── XTRO.RKA │ │ └── UTIL │ │ │ ├── AUTOZAP.RKA │ │ │ ├── ENGL.RKA │ │ │ ├── GRAFIK.RKA │ │ │ ├── GRAPHRED.RKA │ │ │ ├── KARTOTEK.RKA │ │ │ ├── MIKRON.RKA │ │ │ ├── POISK.RKA │ │ │ ├── PROVERKA!.RKA │ │ │ ├── PROVERKA.RKA │ │ │ ├── RECORDER.RKA │ │ │ ├── SID.RKA │ │ │ ├── TADR.RKA │ │ │ ├── TVTUNE_I.RKA │ │ │ ├── TXTEDCOL.RKA │ │ │ ├── TXTEDIT.RKA │ │ │ └── VOICE.RKA │ └── sga.bin ├── bashkiria │ ├── bashkiria2m.conf │ ├── bashkiria2m.html │ ├── bashkiria2m_wx.inc │ └── bios1.rom ├── dbgfont.bin ├── emu80.conf ├── eureka │ ├── eureka.conf │ ├── eureka.html │ ├── eureka.rom │ ├── romdisk.bin │ └── spec_m2.rom ├── help.css ├── korvet │ ├── font.bin │ ├── korvet.conf │ ├── korvet.html │ ├── korvet_wx.inc │ ├── mapper.mem │ ├── rom1.bin │ ├── rom2.bin │ └── rom3.bin ├── kr04 │ ├── kr04.conf │ ├── kr04.html │ ├── kr04_wx.inc │ ├── rom0.bin │ ├── rom1.bin │ ├── rom2.bin │ └── sdcard │ │ ├── BAS │ │ └── DEMO.BSM │ │ ├── BOOT │ │ ├── BOOT.RK │ │ ├── SDBIOS.RK │ │ ├── SHELL.IN │ │ └── SHELL.RK │ │ ├── GAMES │ │ ├── BOMMANC.RK4 │ │ ├── ROBOTS.RK4 │ │ └── TETRIS.RK4 │ │ ├── GAMES2 │ │ ├── RISE.RK4 │ │ └── XONIX16K.RK4 │ │ └── SYS │ │ ├── ASSM.RK4 │ │ ├── BASIC.RK4 │ │ └── EDITOR.RK4 ├── lvov │ ├── lvov.conf │ ├── lvov.html │ ├── lvov.rom │ └── lvov_wx.inc ├── mikro80 │ ├── fontm80.bin │ ├── mikro80.conf │ ├── mikro80.html │ ├── mikro80.inc │ ├── mikro80.rom │ ├── mikro80rk.conf │ ├── mikro80rk.rom │ ├── romdisk.bin │ └── sgm80.bin ├── mikrosha │ ├── dos29.bin │ ├── extrom.bin │ ├── fontk.bin │ ├── fontm.bin │ ├── krista.conf │ ├── krista.html │ ├── krista.rom │ ├── mikrosha.conf │ ├── mikrosha.html │ ├── mikrosha.rom │ ├── mikrosha_wx.inc │ ├── sgk.bin │ └── sgm.bin ├── orion │ ├── dsdos │ │ ├── dsdos-128_s1024.bin │ │ └── hdd.img.7z │ ├── orion-1.conf │ ├── orion-2-dsdos.conf │ ├── orion-2.conf │ ├── orion-31.conf │ ├── orion-z1-32.conf │ ├── orion.html │ ├── orion.inc │ ├── orion1.html │ ├── rom │ │ ├── m1rk.bin │ │ ├── m2rk.bin │ │ ├── m31rk.bin │ │ └── m32zrk.bin │ ├── romdisk.bin │ └── romdisk2.bin ├── palmira │ ├── palmbios.bin │ ├── palmira.conf │ ├── palmira.html │ ├── palmira_wx.inc │ ├── sdcard │ │ ├── BOOT │ │ │ ├── BOOT.RK │ │ │ ├── SDBIOS.RK │ │ │ └── SHELL.RK │ │ ├── CPM │ │ │ ├── 8X16ENG.FNT │ │ │ ├── A.KDI │ │ │ └── CPM.RKL │ │ ├── GAMES │ │ │ ├── CIRCUS.RKL │ │ │ ├── LESTN1.RKL │ │ │ ├── LINES.RKL │ │ │ ├── RIKOSHET.RKL │ │ │ ├── TETR2.RKL │ │ │ ├── TETRIS3.RKL │ │ │ ├── UDAV.RKL │ │ │ └── XONIX.RKL │ │ └── TAPE │ │ │ ├── ASMED.RKL │ │ │ ├── BASMIKR.RKL │ │ │ └── STRAT.BSM │ └── sgplm.bin ├── partner │ ├── d14.bin │ ├── fddrom.bin │ ├── fontp.bin │ ├── mcpgrom.bin │ ├── partner.conf │ ├── partner.html │ ├── romp1.bin │ ├── romp2.bin │ ├── sdcard │ │ ├── BOOT │ │ │ ├── BOOT.RK │ │ │ ├── SDBIOS.RK │ │ │ └── SHELL.RK │ │ ├── COLOR │ │ │ ├── BATTY.RKP │ │ │ ├── EXOLON.RKP │ │ │ ├── MARS2.RKP │ │ │ ├── MOON.RKP │ │ │ ├── PACMAN.RKP │ │ │ └── STRIKER.RKP │ │ ├── DEMO │ │ │ └── ALIEN2.RKP │ │ └── GAMES │ │ │ ├── CROSSFIR.RKP │ │ │ ├── LIFEPRO.RKP │ │ │ ├── PRESS.RKP │ │ │ ├── UDAV.RKP │ │ │ └── XONIX.RKP │ ├── sdrom.bin │ └── sgp.bin ├── pk8000 │ ├── cf.img │ ├── pk8000.conf │ ├── pk8000.html │ ├── pk8000_fdc.conf │ ├── pk8000_fdc.rom │ ├── pk8000_hdd.conf │ ├── pk8000_hdd.rom │ ├── pk8000_v12.rom │ └── pk8000_wx.inc ├── rk86 │ ├── dos29.bin │ ├── fontr.bin │ ├── kr03-sd.conf │ ├── kr03.html │ ├── kr03.rom │ ├── pixeltron.bin │ ├── rk86-sd.conf │ ├── rk86-sdos.conf │ ├── rk86.conf │ ├── rk86.html │ ├── rk86.rom │ ├── rkdos29.rdi │ ├── rkdos29.rdi.txt │ ├── romdisk.bin │ ├── sd_rk86.img │ ├── sdcard │ │ ├── BOOT │ │ │ ├── BOOT.RK │ │ │ ├── SDBIOS.RK │ │ │ └── SHELL.RK │ │ ├── GAMES │ │ │ ├── BOMBARD.RK │ │ │ ├── CHERV.RK │ │ │ ├── CHESS2.RK │ │ │ ├── CIRCUS.RK │ │ │ ├── DESANT.RK │ │ │ ├── E_STAKAN.RK │ │ │ ├── FORMULA.RK │ │ │ ├── FOXHUNT.RK │ │ │ ├── JUMP.RK │ │ │ ├── KALAH.RK │ │ │ ├── KLAD.RK │ │ │ ├── KRESTNO.RK │ │ │ ├── LEST.RK │ │ │ ├── LESTN1.RK │ │ │ ├── LIFE.RK │ │ │ ├── LODERUN.RK │ │ │ ├── OTELLO.RK │ │ │ ├── PACMAN.RK │ │ │ ├── PAKET.RK │ │ │ ├── PAKET2.RK │ │ │ ├── PINGPONG.RK │ │ │ ├── PITON.RK │ │ │ ├── PVO.RK │ │ │ ├── RENDZU.RK │ │ │ ├── REVERSI2.RK │ │ │ ├── RIKOSHET.RK │ │ │ ├── SAPPER.RK │ │ │ ├── SKVOTCH.RK │ │ │ ├── SLAMS.RK │ │ │ ├── SP_GAMES.RK │ │ │ ├── STONEFLD.RK │ │ │ ├── STOPKR.RK │ │ │ ├── SVVI.RK │ │ │ ├── TENNIS.RK │ │ │ ├── TETR2.RK │ │ │ ├── TETRIS1.RK │ │ │ ├── TETRIS4.RK │ │ │ ├── TOCHKI.RK │ │ │ ├── TORPATT.RK │ │ │ ├── VOLCANO.RK │ │ │ ├── WALL.RK │ │ │ ├── XONIX-S.RK │ │ │ ├── XONIX.RK │ │ │ ├── XONIX1.RK │ │ │ ├── Z-STATIO.RK │ │ │ ├── ZAGIB.RK │ │ │ └── ZMEI.RK │ │ └── SOFT │ │ │ ├── ASM_ED.RK │ │ │ ├── ASSM_MIC.RK │ │ │ ├── BASIC80.RK │ │ │ ├── BASICMUS.RK │ │ │ ├── BASICPC.RK │ │ │ ├── BASICSER.RK │ │ │ ├── BASIC_OK.RK │ │ │ ├── BASIC_PR.RK │ │ │ ├── BASIC_RK.RK │ │ │ ├── BASMIC.RK │ │ │ ├── BASMIKR.RK │ │ │ ├── BS_M_OLD.RK │ │ │ ├── BS_PSF.RK │ │ │ ├── BS_SVVI.RK │ │ │ ├── C.RK │ │ │ ├── CONSTMAG.RK │ │ │ ├── CPM.RK │ │ │ ├── DEBUG.RK │ │ │ ├── DSSM-CPM.RK │ │ │ ├── DUMPED.RK │ │ │ ├── ED-DSSM.RK │ │ │ ├── ED-DSSM2.RK │ │ │ ├── ED-SORT.RK │ │ │ ├── EDMASM.RK │ │ │ ├── FORTH.RK │ │ │ ├── FULLEDIT.RK │ │ │ ├── HEXEDIT1.RK │ │ │ ├── HEXEDIT2.RK │ │ │ ├── LINKRK.RK │ │ │ ├── MORSE16.RK │ │ │ ├── MUSIC.RK │ │ │ ├── MUZUKRED.RK │ │ │ ├── MUZ_SYST.RK │ │ │ ├── PASCAL.RK │ │ │ ├── PROGR1.RK │ │ │ ├── PROGR2.RK │ │ │ ├── PROGR3.RK │ │ │ ├── REDASM.RK │ │ │ ├── SP_COMP.RK │ │ │ └── WEL.RK │ ├── sdos_hwmpvv.bin │ ├── sdos_hwmpvv_vv55.bin │ ├── sdos_msx.bin │ ├── sdos_n8vem.bin │ ├── sdos_n8vem_vv55.bin │ └── sgr.bin ├── rkz80 │ ├── RK86DOS29.rkdisk │ ├── fontr.bin │ ├── rkdosz80.bin │ ├── rkz80.conf │ ├── romrz80.bin │ ├── romrz80comp.bin │ └── sgr.bin ├── shaders │ ├── advinterp3x.glsl │ ├── crt-geom.glsl │ ├── crt-hyllian.glsl │ ├── emu80-bwcrt-sharp.glsl │ ├── emu80-bwcrt-warp.glsl │ ├── emu80-bwcrt.glsl │ ├── emu80-bwctr-nobg.glsl │ ├── pixellate.glsl │ └── uniform-nearest.glsl ├── sp580 │ ├── sp580.bin │ ├── sp580.conf │ ├── sp580.html │ └── sp580a.bin ├── spec │ ├── lik.conf │ ├── lik.html │ ├── lik.rom │ ├── pk01m.rom │ ├── sd_spec.img │ ├── sdcard │ │ ├── BOOT │ │ │ ├── BOOT.RKS │ │ │ ├── SDBIOS.RKS │ │ │ └── SHELL.RKS │ │ ├── GAMES │ │ │ ├── adskok.rks │ │ │ ├── adventur.rks │ │ │ ├── almaz.rks │ │ │ ├── arcanoid.rks │ │ │ ├── ball.rks │ │ │ ├── bkt.rks │ │ │ ├── budi.rks │ │ │ ├── budi2.rks │ │ │ ├── buran.rks │ │ │ ├── cat.rks │ │ │ ├── checkers.rks │ │ │ ├── chess.rks │ │ │ ├── chess2.rks │ │ │ ├── chess3.rks │ │ │ ├── chess4.rks │ │ │ ├── circus.rks │ │ │ ├── cooky.rks │ │ │ ├── copter.rks │ │ │ ├── cosman.rks │ │ │ ├── dash1.rks │ │ │ ├── dash2.rks │ │ │ ├── defence.rks │ │ │ ├── digger.rks │ │ │ ├── downeart.rks │ │ │ ├── dungeon.rks │ │ │ ├── dungeon2.rks │ │ │ ├── dushman.rks │ │ │ ├── dushman2.rks │ │ │ ├── football.rks │ │ │ ├── gold.rks │ │ │ ├── gr_demo.rks │ │ │ ├── harrier.rks │ │ │ ├── helicopt.rks │ │ │ ├── jet-set.rks │ │ │ ├── jumpjek.rks │ │ │ ├── kamikadz.rks │ │ │ ├── klad.rks │ │ │ ├── klad2.rks │ │ │ ├── kolobki.rks │ │ │ ├── kom13_1.rks │ │ │ ├── kom13_2.rks │ │ │ ├── krestno.rks │ │ │ ├── krot.rks │ │ │ ├── ladder.rks │ │ │ ├── lamp.rks │ │ │ ├── land.rks │ │ │ ├── land_c.rks │ │ │ ├── land_s.rks │ │ │ ├── loderun.rks │ │ │ ├── lrunner.rks │ │ │ ├── manager.rks │ │ │ ├── mars.rks │ │ │ ├── mars2.rks │ │ │ ├── music.rks │ │ │ ├── nardy.rks │ │ │ ├── nardy2.rks │ │ │ ├── ochko.rks │ │ │ ├── pacman.rks │ │ │ ├── pacman2.rks │ │ │ ├── pacman3.rks │ │ │ ├── paket.rks │ │ │ ├── pango.rks │ │ │ ├── patrol.rks │ │ │ ├── pentax.rks │ │ │ ├── peregon.rks │ │ │ ├── peregon2.rks │ │ │ ├── pilot.rks │ │ │ ├── piton1.rks │ │ │ ├── piton2.rks │ │ │ ├── piton3.rks │ │ │ ├── piton4.rks │ │ │ ├── pogonya.rks │ │ │ ├── pool.rks │ │ │ ├── popcorn.rks │ │ │ ├── psst.rks │ │ │ ├── pusher.rks │ │ │ ├── r-test.rks │ │ │ ├── rain.rks │ │ │ ├── rally.rks │ │ │ ├── rally2.rks │ │ │ ├── reversi.rks │ │ │ ├── reversi2.rks │ │ │ ├── reversi3.rks │ │ │ ├── riseout.rks │ │ │ ├── robot.rks │ │ │ ├── saboteur.rks │ │ │ ├── samfox.rks │ │ │ ├── scrap2.rks │ │ │ ├── scrapper.rks │ │ │ ├── skachki.rks │ │ │ ├── skachki2.rks │ │ │ ├── sonata.rks │ │ │ ├── sp_king.rks │ │ │ ├── spatrol.rks │ │ │ ├── spking2.rks │ │ │ ├── square.rks │ │ │ ├── stakan.rks │ │ │ ├── stakan2.rks │ │ │ ├── startrek.rks │ │ │ ├── starwar2.rks │ │ │ ├── starwars.rks │ │ │ ├── stena.rks │ │ │ ├── stena2.rks │ │ │ ├── suppiton.rks │ │ │ ├── tennis.rks │ │ │ ├── tennis2.rks │ │ │ ├── tennis3.rks │ │ │ ├── tetris-m.rks │ │ │ ├── tetris1.rks │ │ │ ├── tetris2.rks │ │ │ ├── tetris3.rks │ │ │ ├── tetris4.rks │ │ │ ├── tetris5.rks │ │ │ ├── tip-top.rks │ │ │ ├── tip-top2.rks │ │ │ ├── titan.rks │ │ │ ├── treasur2.rks │ │ │ ├── treasure.rks │ │ │ ├── tutankh.rks │ │ │ ├── udav.rks │ │ │ ├── v-perehv.rks │ │ │ ├── vampir.rks │ │ │ ├── vertol2.rks │ │ │ ├── vertolet.rks │ │ │ ├── wwar.rks │ │ │ ├── xonix.rks │ │ │ └── zoo.rks │ │ └── SOFT │ │ │ ├── asm-ed1.rks │ │ │ ├── assm.rks │ │ │ ├── bas-cir.rks │ │ │ ├── bas-gr.rks │ │ │ ├── bas-kbh.rks │ │ │ ├── bas-mag.rks │ │ │ ├── bas-mag2.rks │ │ │ ├── bas-mic2.rks │ │ │ ├── bas-micr.rks │ │ │ ├── bas-new.rks │ │ │ ├── bas-rdk.rks │ │ │ ├── bas-s.rks │ │ │ ├── bas-sg.rks │ │ │ ├── bas-spec.rks │ │ │ ├── bas-srv.rks │ │ │ ├── basic-a.rks │ │ │ ├── basic.rks │ │ │ ├── basic1.rks │ │ │ ├── basic2.rks │ │ │ ├── basic3.rks │ │ │ ├── basmic87.rks │ │ │ ├── const1.rks │ │ │ ├── const2.rks │ │ │ ├── debug.rks │ │ │ ├── debug2.rks │ │ │ ├── dssm.rks │ │ │ ├── dssm2.rks │ │ │ ├── forth.rks │ │ │ ├── mus-syst.rks │ │ │ └── renum.rks │ ├── sdos_hwmpvv.bin │ ├── spec.conf │ ├── spec.html │ ├── spec.inc │ ├── spec_m1.conf │ ├── spec_m1.html │ ├── spec_m1.rom │ ├── spec_m2.rom │ ├── spec_m2_patched.rom │ ├── spec_m2_sd.rom │ ├── spec_sd.conf │ ├── spec_sdos.conf │ └── spec_z80.conf ├── specmx │ ├── commander │ │ ├── MXOS.rom │ │ ├── MXOSROMdisk.bin │ │ ├── floppy.rom │ │ ├── nc.rom │ │ └── ncrdy.rom │ ├── m2_d400.mon │ ├── spmx-commander.conf │ ├── spmx-mxos.conf │ ├── spmx-mxos.inc │ ├── spmx-turbo.conf │ ├── spmx.conf │ ├── spmx.html │ ├── spmx.inc │ └── spmx.rom ├── ut88 │ ├── fontu.bin │ ├── romdisk.bin │ ├── sgmu.bin │ ├── ut88.conf │ ├── ut88.html │ └── ut88.rom ├── vector │ ├── loader.rom │ ├── vector.conf │ ├── vector.html │ ├── vector_wx.inc │ └── vector_z80.conf └── zx │ ├── 128k.rom │ ├── 48k.rom │ ├── pentagon.conf │ ├── pentagon.rom │ ├── roms.txt │ ├── spec48k.conf │ ├── spectrum.conf │ ├── spectrum.html │ ├── spectrum_wx.inc │ └── trd504tm.rom ├── doc ├── ConfFiles.rtf └── Emu80 v4 Manual.rtf ├── src ├── AddrSpace.cpp ├── AddrSpace.h ├── Apogey.cpp ├── Apogey.h ├── AtaDrive.cpp ├── AtaDrive.h ├── Bashkiria.cpp ├── Bashkiria.h ├── CloseFileHook.cpp ├── CloseFileHook.h ├── CmdLine.cpp ├── CmdLine.h ├── ConfigReader.cpp ├── ConfigReader.h ├── Covox.cpp ├── Covox.h ├── Cpu.cpp ├── Cpu.h ├── Cpu8080.cpp ├── Cpu8080.h ├── Cpu8080dasm.cpp ├── Cpu8080dasm.h ├── CpuHook.cpp ├── CpuHook.h ├── CpuWaits.h ├── CpuZ80.cpp ├── CpuZ80.h ├── CpuZ80dasm.cpp ├── CpuZ80dasm.h ├── Crt8275.cpp ├── Crt8275.h ├── Crt8275Renderer.cpp ├── Crt8275Renderer.h ├── CrtRenderer.cpp ├── CrtRenderer.h ├── DbgCalls.cpp ├── DbgCalls.h ├── Debugger.cpp ├── Debugger.h ├── DiskImage.cpp ├── DiskImage.h ├── Dma8257.cpp ├── Dma8257.h ├── Emu80.cbp ├── Emu80lnx.cbp ├── Emu80qt.pro ├── EmuCalls.cpp ├── EmuCalls.h ├── EmuConfig.cpp ├── EmuConfig.h ├── EmuObjects.cpp ├── EmuObjects.h ├── EmuTypes.h ├── EmuWindow.cpp ├── EmuWindow.h ├── Emulation.cpp ├── Emulation.h ├── Eureka.cpp ├── Eureka.h ├── Fdc1793.cpp ├── Fdc1793.h ├── FileLoader.cpp ├── FileLoader.h ├── GenericModules.cpp ├── GenericModules.h ├── Globals.h ├── KbdLayout.cpp ├── KbdLayout.h ├── KbdTapper.cpp ├── KbdTapper.h ├── Keyboard.h ├── Korvet.cpp ├── Korvet.h ├── Kr04.cpp ├── Kr04.h ├── Lvov.cpp ├── Lvov.h ├── Main.cpp ├── Memory.cpp ├── Memory.h ├── Mikro80.cpp ├── Mikro80.h ├── Mikrosha.cpp ├── Mikrosha.h ├── MsxTapeHooks.cpp ├── MsxTapeHooks.h ├── ObjectFactory.cpp ├── ObjectFactory.h ├── Orion.cpp ├── Orion.h ├── Pal.cpp ├── Pal.h ├── PalFile.h ├── PalKeys.h ├── PalWindow.h ├── Palmira.cpp ├── Palmira.h ├── Parameters.cpp ├── Parameters.h ├── Partner.cpp ├── Partner.h ├── Pic8259.cpp ├── Pic8259.h ├── Pit8253.cpp ├── Pit8253.h ├── Pit8253Sound.cpp ├── Pit8253Sound.h ├── Pk8000.cpp ├── Pk8000.h ├── Platform.cpp ├── Platform.h ├── PlatformCore.cpp ├── PlatformCore.h ├── Ppi8255.cpp ├── Ppi8255.h ├── Ppi8255Circuit.h ├── PpiAtaAdapter.cpp ├── PpiAtaAdapter.h ├── PrnWriter.cpp ├── PrnWriter.h ├── Psg3910.cpp ├── Psg3910.h ├── RamDisk.cpp ├── RamDisk.h ├── RfsTapeHooks.cpp ├── RfsTapeHooks.h ├── Rk86.cpp ├── Rk86.h ├── RkFdd.cpp ├── RkFdd.h ├── RkKeyboard.cpp ├── RkKeyboard.h ├── RkPpi8255Circuit.cpp ├── RkPpi8255Circuit.h ├── RkRomDisk.cpp ├── RkRomDisk.h ├── RkSdController.cpp ├── RkSdController.h ├── RkTapeHooks.cpp ├── RkTapeHooks.h ├── SdAdapters.cpp ├── SdAdapters.h ├── SdCard.cpp ├── SdCard.h ├── Shortcuts.cpp ├── Shortcuts.h ├── SoundMixer.cpp ├── SoundMixer.h ├── Specialist.cpp ├── Specialist.h ├── TapeRedirector.cpp ├── TapeRedirector.h ├── Ut88.cpp ├── Ut88.h ├── Vector.cpp ├── Vector.h ├── Version.h ├── WavReader.cpp ├── WavReader.h ├── WavWriter.cpp ├── WavWriter.h ├── Zx.cpp ├── Zx.h ├── lite │ ├── litePal.cpp │ └── litePal.h ├── qt │ ├── emu80.rc │ ├── emu80_ru.qm │ ├── emu80_ru.ts │ ├── icons.qrc │ ├── icons │ │ ├── 15x-dark.png │ │ ├── 15x.png │ │ ├── 1x-dark.png │ │ ├── 1x.png │ │ ├── 25x-dark.png │ │ ├── 25x.png │ │ ├── 2x-dark.png │ │ ├── 2x.png │ │ ├── 3x-dark.png │ │ ├── 3x.png │ │ ├── 4x-dark.png │ │ ├── 4x.png │ │ ├── 5x-dark.png │ │ ├── 5x.png │ │ ├── aspect-dark.png │ │ ├── aspect.png │ │ ├── bru.ico │ │ ├── bw.png │ │ ├── color.png │ │ ├── colormode.png │ │ ├── computer.png │ │ ├── config.png │ │ ├── cpu.ico │ │ ├── crop-dark.png │ │ ├── crop.png │ │ ├── debug-dark.png │ │ ├── debug.png │ │ ├── disk_a.png │ │ ├── disk_a_off.png │ │ ├── disk_b.png │ │ ├── disk_b_off.png │ │ ├── disk_c.png │ │ ├── disk_c_off.png │ │ ├── disk_d.png │ │ ├── disk_d_off.png │ │ ├── edd.png │ │ ├── edd2.png │ │ ├── edd2_on.png │ │ ├── edd_on.png │ │ ├── emu80.icns │ │ ├── emu80.ico │ │ ├── emu80.png │ │ ├── fast_reset.png │ │ ├── font-dark.png │ │ ├── font.png │ │ ├── forward.png │ │ ├── full_throttle.png │ │ ├── gam.ico │ │ ├── gray.png │ │ ├── hdd.png │ │ ├── hdd_on.png │ │ ├── keyboard-dark.png │ │ ├── keyboard.png │ │ ├── lvt.ico │ │ ├── mute-dark.png │ │ ├── mute.png │ │ ├── mute_tape.png │ │ ├── open.png │ │ ├── open_run.png │ │ ├── open_wav.png │ │ ├── ord.ico │ │ ├── pause.png │ │ ├── preset-dark.png │ │ ├── preset.png │ │ ├── printer.png │ │ ├── reset.png │ │ ├── resizable-dark.png │ │ ├── resizable.png │ │ ├── rk.ico │ │ ├── rk4.ico │ │ ├── rk8.ico │ │ ├── rka.ico │ │ ├── rke.ico │ │ ├── rkl.ico │ │ ├── rkm.ico │ │ ├── rko.ico │ │ ├── rkp.ico │ │ ├── rkr.ico │ │ ├── rks.ico │ │ ├── rku.ico │ │ ├── screenshot.png │ │ ├── settings.png │ │ ├── shader-dark.png │ │ ├── shader.png │ │ ├── sm_bilinear-dark.png │ │ ├── sm_bilinear.png │ │ ├── sm_nearest-dark.png │ │ ├── sm_nearest.png │ │ ├── sm_sharp-dark.png │ │ ├── sm_sharp.png │ │ ├── tape.png │ │ ├── wide-dark.png │ │ └── wide.png │ ├── qtAboutDialog.cpp │ ├── qtAboutDialog.h │ ├── qtAboutDialog.ui │ ├── qtApogeyConfig.ui │ ├── qtAudioDevice.cpp │ ├── qtAudioDevice.h │ ├── qtChoosePlatformDialog.cpp │ ├── qtChoosePlatformDialog.h │ ├── qtChoosePlatformDialog.ui │ ├── qtConfigWidget.cpp │ ├── qtConfigWidget.h │ ├── qtDebug.cpp │ ├── qtHelpDialog.cpp │ ├── qtHelpDialog.h │ ├── qtHelpDialog.ui │ ├── qtKorvetConfig.ui │ ├── qtMainWindow.cpp │ ├── qtMainWindow.h │ ├── qtPaintWidget.cpp │ ├── qtPaintWidget.h │ ├── qtPal.cpp │ ├── qtPal.h │ ├── qtPalFile.cpp │ ├── qtPalFile.h │ ├── qtPalWindow.cpp │ ├── qtPalWindow.h │ ├── qtPlatformConfig.cpp │ ├── qtPlatformConfig.h │ ├── qtPlatformConfig.ui │ ├── qtRenderHelper.cpp │ ├── qtRenderHelper.h │ ├── qtSettingsDialog.cpp │ ├── qtSettingsDialog.h │ ├── qtSettingsDialog.ui │ ├── qtToolBtn.cpp │ ├── qtToolBtn.h │ ├── qtVectorConfig.ui │ ├── qtZxConfig.ui │ └── translations.qrc ├── sdl │ ├── sdlGlExt.h │ ├── sdlPal.cpp │ ├── sdlPal.h │ ├── sdlPalFile.cpp │ ├── sdlPalFile.h │ ├── sdlPalWindow.cpp │ └── sdlPalWindow.h ├── wasm │ ├── prejs.js │ ├── wasmEmuCalls.cpp │ ├── wasmEmuCalls.h │ ├── wasmPal.h │ ├── wasmPalFile.cpp │ ├── wasmPalFile.h │ └── web │ │ ├── const.js │ │ ├── dummyframe.html │ │ ├── emu80.css │ │ ├── emu80.js │ │ ├── emuframe.html │ │ ├── icons │ │ ├── aspect-dark.png │ │ ├── aspect.png │ │ ├── crop-dark.png │ │ ├── crop.png │ │ ├── disk_a.png │ │ ├── font-dark.png │ │ ├── font.png │ │ ├── mute-dark.png │ │ ├── mute.png │ │ ├── open_run.png │ │ ├── pause.png │ │ ├── reset.png │ │ ├── wide-dark.png │ │ └── wide.png │ │ ├── index.html │ │ └── readme.txt └── wx │ ├── wxChPlatformDlg.cpp │ ├── wxChPlatformDlg.h │ ├── wxConfigWnd.cpp │ ├── wxConfigWnd.h │ ├── wxLogWnd.cpp │ ├── wxLogWnd.h │ ├── wxPal.cpp │ └── wxPal.h ├── whatsnew.txt └── win32stuff ├── AssociateFiles.cmd ├── DeassociateFiles.cmd ├── RestoreSettings.cmd ├── emu80qt-dx.cmd └── emu80qt-opengl.cmd /.gitignore: -------------------------------------------------------------------------------- 1 | /obj* 2 | /bin 3 | /src/build 4 | /src/*.layout 5 | /src/*.depend 6 | /src/*.pro.user* 7 | *.o 8 | /Emu80 9 | /Emu80lite 10 | /build* 11 | .qmake.stash 12 | Makefile 13 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | dist: xenial # Ubuntu 16.04 2 | 3 | sudo: required # Virtual machine 4 | 5 | language: cpp # C++ enviroment 6 | 7 | os: 8 | - linux # Only Linux for now 9 | 10 | compiler: 11 | - clang 12 | - gcc 13 | 14 | env: 15 | - QT=57 PPA=beineri/opt-qt571-xenial 16 | 17 | before_install: 18 | - sudo add-apt-repository -y ppa:$PPA # Add Qt repo 19 | - sudo apt-get -qy update # Update repo 20 | 21 | install: 22 | - sudo apt-get -qy install qt${QT}base qt${QT}multimedia libgl1-mesa-dev # install specific Qt version 23 | 24 | before_script: 25 | - '"$CXX" != clang++ || export QMAKESPEC=linux-clang' 26 | - '"$CXX" != g++ || export QMAKESPEC=linux-g++' 27 | - '. /opt/qt$QT/bin/qt$QT-env.sh' 28 | 29 | script: 30 | - qmake src/Emu80qt.pro # Generate Makefile 31 | - cat ./Makefile 32 | - make # Make 33 | -------------------------------------------------------------------------------- /Makefile.lite: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | SRCDIR = src 4 | INSTALLDIR= ~/emu80 5 | 6 | CC = c++ 7 | CFLAGS = -c -Wall -std=c++11 `sdl2-config --cflags` -DPAL_SDL -DPAL_LITE 8 | LDFLAGS = `sdl2-config --libs` -lGL 9 | 10 | SRC = $(SRCDIR)/*.cpp 11 | SRCSDL = $(SRCDIR)/sdl/*.cpp 12 | SRCLITE = $(SRCDIR)/lite/*.cpp 13 | SRCWX = $(SRCDIR)/wx/*.cpp 14 | 15 | SOURCES = $(shell echo $(SRC)) $(shell echo $(SRCSDL)) $(shell echo $(SRCWX)) 16 | SOURCES_LITE = $(shell echo $(SRC)) $(shell echo $(SRCSDL)) $(shell echo $(SRCLITE)) 17 | 18 | OBJECTS = $(SOURCES:.cpp=.o) 19 | OBJECTS_LITE = $(SOURCES_LITE:.cpp=.o) 20 | 21 | all: Emu80lite 22 | 23 | Emu80lite: $(OBJECTS_LITE) 24 | $(CC) $(OBJECTS_LITE) $(LDFLAGS) -o $@ 25 | 26 | .cpp.o: 27 | $(CC) $(CFLAGS) $< -o $@ 28 | 29 | clean: 30 | rm -f $(OBJECTS) 31 | rm -f $(OBJECTS_LITE) 32 | rm -f Emu80 33 | rm -f Emu80lite 34 | 35 | install: Emu80lite 36 | mkdir -p $(INSTALLDIR) 37 | cp Emu80lite $(INSTALLDIR) 38 | cp -r dist/* $(INSTALLDIR) 39 | cp COPYING.txt $(INSTALLDIR) 40 | cp whatsnew.txt $(INSTALLDIR) 41 | cp doc/* $(INSTALLDIR) 42 | echo emulation.runPlatform = apogey > $(INSTALLDIR)/emu80.run 43 | -------------------------------------------------------------------------------- /Makefile.sdlwx: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | SRCDIR = src 4 | INSTALLDIR= ~/emu80 5 | 6 | CC = c++ 7 | CFLAGS = -c -Wall -std=c++11 `wx-config --cflags` `sdl2-config --cflags` -DPAL_SDL -DPAL_WX 8 | LDFLAGS = `sdl2-config --libs` `wx-config --libs` -lGL 9 | 10 | SRC = $(SRCDIR)/*.cpp 11 | SRCSDL = $(SRCDIR)/sdl/*.cpp 12 | SRCLITE = $(SRCDIR)/lite/*.cpp 13 | SRCWX = $(SRCDIR)/wx/*.cpp 14 | 15 | SOURCES = $(shell echo $(SRC)) $(shell echo $(SRCSDL)) $(shell echo $(SRCWX)) 16 | SOURCES_LITE = $(shell echo $(SRC)) $(shell echo $(SRCSDL)) $(shell echo $(SRCLITE)) 17 | 18 | OBJECTS = $(SOURCES:.cpp=.o) 19 | OBJECTS_LITE = $(SOURCES_LITE:.cpp=.o) 20 | 21 | all: Emu80 22 | 23 | Emu80: $(OBJECTS) 24 | $(CC) $(OBJECTS) $(LDFLAGS) -o $@ 25 | 26 | .cpp.o: 27 | $(CC) $(CFLAGS) $< -o $@ 28 | 29 | clean: 30 | rm -f $(OBJECTS) 31 | rm -f $(OBJECTS_LITE) 32 | rm -f Emu80 33 | rm -f Emu80lite 34 | 35 | install: Emu80 36 | mkdir -p $(INSTALLDIR) 37 | cp Emu80 $(INSTALLDIR) 38 | cp -r dist/* $(INSTALLDIR) 39 | cp COPYING.txt $(INSTALLDIR) 40 | cp whatsnew.txt $(INSTALLDIR) 41 | cp doc/* $(INSTALLDIR) 42 | -------------------------------------------------------------------------------- /dist/apogey/apogey-sd.conf: -------------------------------------------------------------------------------- 1 | define SDCARD 2 | include "apogey/apogey.conf" 3 | -------------------------------------------------------------------------------- /dist/apogey/apogey.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/apogey.rom -------------------------------------------------------------------------------- /dist/apogey/fonta.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/fonta.bin -------------------------------------------------------------------------------- /dist/apogey/romdisk512.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/romdisk512.bin -------------------------------------------------------------------------------- /dist/apogey/sdcard/BOOT/BOOT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/BOOT/BOOT.RK -------------------------------------------------------------------------------- /dist/apogey/sdcard/BOOT/SDBIOS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/BOOT/SDBIOS.RK -------------------------------------------------------------------------------- /dist/apogey/sdcard/BOOT/SHELL.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/BOOT/SHELL.RK -------------------------------------------------------------------------------- /dist/apogey/sdcard/DEMO/DEMO.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/DEMO/DEMO.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/DEMO/DEMO2.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/DEMO/DEMO2.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/DEMO/DUCKS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/DEMO/DUCKS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/DEMO/GIGASCRN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/DEMO/GIGASCRN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/DEMO/KOSOBAN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/DEMO/KOSOBAN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/DEMO/ROBOCOP.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/DEMO/ROBOCOP.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/DEMO/STARWARS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/DEMO/STARWARS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/GGAMES/GONKI!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/GGAMES/GONKI!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/GGAMES/GONKI.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/GGAMES/GONKI.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/GGAMES/LINES.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/GGAMES/LINES.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/GGAMES/NESUSHKA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/GGAMES/NESUSHKA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/GGAMES/PLANETA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/GGAMES/PLANETA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/GGAMES/SHMEL.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/GGAMES/SHMEL.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/GGAMES/TRASINA!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/GGAMES/TRASINA!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MARSH2.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MARSH2.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUS1.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUS1.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUS2.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUS2.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUS3.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUS3.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUS4.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUS4.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUS5.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUS5.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUS6.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUS6.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUS7.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUS7.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUS8.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUS8.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/MUSIC/MUSICBOX.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/MUSIC/MUSICBOX.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/ASMRK86.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/ASMRK86.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/BASGRAPH.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/BASGRAPH.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/BASMICR.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/BASMICR.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/BASMSX.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/BASMSX.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/BASRK.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/BASRK.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/BEST.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/BEST.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/CODILCA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/CODILCA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/DISASM1.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/DISASM1.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/DISASMSE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/DISASMSE.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/DUMPRED.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/DUMPRED.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/PAS_MFTI.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/PAS_MFTI.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/REDASM.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/REDASM.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/PROG/REDDSSM.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/PROG/REDDSSM.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BADROAD.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BADROAD.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BARMEN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BARMEN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BATTLESH.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BATTLESH.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BDASHALL.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BDASHALL.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BDASHFRM.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BDASHFRM.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BDASHSMR.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BDASHSMR.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BLDRDASH.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BLDRDASH.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BOMBARD.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BOMBARD.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BOX.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BOX.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/BUCK_ROG.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/BUCK_ROG.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/CHESS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/CHESS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/CHUDOV.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/CHUDOV.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/CIRK.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/CIRK.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/CROCET.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/CROCET.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/CROSSFIR.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/CROSSFIR.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/DESCENT.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/DESCENT.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/DIGGER.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/DIGGER.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/FOOTBALL.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/FOOTBALL.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/FOXHUNT.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/FOXHUNT.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/FROGGI15.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/FROGGI15.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/GORODKI.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/GORODKI.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/GOROSKOP.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/GOROSKOP.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/KLAD.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/KLAD.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/KOLOBOK.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/KOLOBOK.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/KOMMUTAT.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/KOMMUTAT.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LANDING.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LANDING.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LANDMINE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LANDMINE.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LESTN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LESTN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LESTNICA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LESTNICA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LIFE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LIFE.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LIFE1.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LIFE1.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LIQSKY.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LIQSKY.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LODERUN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LODERUN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/LRUNNER.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/LRUNNER.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/MARAFON.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/MARAFON.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/MARS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/MARS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/MARSIANE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/MARSIANE.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/MESHANIN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/MESHANIN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/MIRAGE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/MIRAGE.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/MURAVEIN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/MURAVEIN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/NIM.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/NIM.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/OTELLO.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/OTELLO.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/PACMAN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/PACMAN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/PACMAN2.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/PACMAN2.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/PANIKA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/PANIKA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/PENTIS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/PENTIS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/PIF.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/PIF.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/PINGPONG.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/PINGPONG.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/POGONIA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/POGONIA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/PVO87!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/PVO87!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/RALLI.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/RALLI.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/RALSLAL.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/RALSLAL.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/REDFLWR.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/REDFLWR.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/REIN.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/REIN.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/RIKOSHET!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/RIKOSHET!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/RIKOSHET.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/RIKOSHET.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/RISE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/RISE.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SABOTEUR.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SABOTEUR.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SAD.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SAD.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SHAHTY.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SHAHTY.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SHASHKI.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SHASHKI.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SHTURM.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SHTURM.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SKACHKI.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SKACHKI.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SKALOED.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SKALOED.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SLAMS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SLAMS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SNAKE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SNAKE.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SOS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SOS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SPBATTLE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SPBATTLE.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SPINSECT.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SPINSECT.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SPYSDEM.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SPYSDEM.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/SPY_S.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/SPY_S.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/STAKAN!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/STAKAN!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/STELBI.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/STELBI.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/STENA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/STENA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/STONEFLD.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/STONEFLD.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/TARELKI.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/TARELKI.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/TENNIS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/TENNIS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/TETRIS.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/TETRIS.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/TORPATT.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/TORPATT.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/TULPAN!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/TULPAN!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/UDAV!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/UDAV!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/UDAV.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/UDAV.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/UTKA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/UTKA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/VULKAN!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/VULKAN!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/WOOD.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/WOOD.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/XONIXZM!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/XONIXZM!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/XONIXZM.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/XONIXZM.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/TGAMES/XTRO.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/TGAMES/XTRO.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/AUTOZAP.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/AUTOZAP.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/ENGL.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/ENGL.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/GRAFIK.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/GRAFIK.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/GRAPHRED.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/GRAPHRED.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/KARTOTEK.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/KARTOTEK.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/MIKRON.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/MIKRON.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/POISK.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/POISK.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/PROVERKA!.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/PROVERKA!.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/PROVERKA.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/PROVERKA.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/RECORDER.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/RECORDER.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/SID.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/SID.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/TADR.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/TADR.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/TVTUNE_I.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/TVTUNE_I.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/TXTEDCOL.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/TXTEDCOL.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/TXTEDIT.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/TXTEDIT.RKA -------------------------------------------------------------------------------- /dist/apogey/sdcard/UTIL/VOICE.RKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sdcard/UTIL/VOICE.RKA -------------------------------------------------------------------------------- /dist/apogey/sga.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/apogey/sga.bin -------------------------------------------------------------------------------- /dist/bashkiria/bios1.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/bashkiria/bios1.rom -------------------------------------------------------------------------------- /dist/dbgfont.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/dbgfont.bin -------------------------------------------------------------------------------- /dist/eureka/eureka.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/eureka/eureka.rom -------------------------------------------------------------------------------- /dist/eureka/romdisk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/eureka/romdisk.bin -------------------------------------------------------------------------------- /dist/eureka/spec_m2.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/eureka/spec_m2.rom -------------------------------------------------------------------------------- /dist/help.css: -------------------------------------------------------------------------------- 1 | /*table { 2 | border-width: 1px; 3 | border-style: solid; 4 | margin-top: 8px; 5 | } 6 | 7 | td { 8 | border-width: 1px; 9 | padding: 4px; 10 | border-style: solid; 11 | }*/ 12 | 13 | 14 | table.kbd { 15 | color:black; 16 | border:solid #808080 2px; 17 | background:#D8D8D8; 18 | font-size: small; 19 | } 20 | 21 | table.kbd td { 22 | text-align:center; 23 | vertical-align:middle; 24 | border: solid #101010 1px; 25 | background:#FFFFFF; 26 | } 27 | 28 | table.kbd td.blank { 29 | background:#D8D8D8; 30 | border: none; 31 | } 32 | 33 | table.kbd td.unused { 34 | background:#C0C0C0; 35 | color: #707070; 36 | } 37 | 38 | table.kbd td.special { 39 | background:#C0C0C0; 40 | color: #4040B0; 41 | } 42 | 43 | table.kbd td.title { 44 | text-align:right; 45 | background:#D8D8D8; 46 | color: black; 47 | border:none; 48 | } 49 | -------------------------------------------------------------------------------- /dist/korvet/font.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/korvet/font.bin -------------------------------------------------------------------------------- /dist/korvet/rom1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/korvet/rom1.bin -------------------------------------------------------------------------------- /dist/korvet/rom2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/korvet/rom2.bin -------------------------------------------------------------------------------- /dist/korvet/rom3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/korvet/rom3.bin -------------------------------------------------------------------------------- /dist/kr04/rom0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/rom0.bin -------------------------------------------------------------------------------- /dist/kr04/rom1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/rom1.bin -------------------------------------------------------------------------------- /dist/kr04/rom2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/rom2.bin -------------------------------------------------------------------------------- /dist/kr04/sdcard/BAS/DEMO.BSM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/BAS/DEMO.BSM -------------------------------------------------------------------------------- /dist/kr04/sdcard/BOOT/BOOT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/BOOT/BOOT.RK -------------------------------------------------------------------------------- /dist/kr04/sdcard/BOOT/SDBIOS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/BOOT/SDBIOS.RK -------------------------------------------------------------------------------- /dist/kr04/sdcard/BOOT/SHELL.IN: -------------------------------------------------------------------------------- 1 | BOLDER RK4GAMES2 -------------------------------------------------------------------------------- /dist/kr04/sdcard/BOOT/SHELL.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/BOOT/SHELL.RK -------------------------------------------------------------------------------- /dist/kr04/sdcard/GAMES/BOMMANC.RK4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/GAMES/BOMMANC.RK4 -------------------------------------------------------------------------------- /dist/kr04/sdcard/GAMES/ROBOTS.RK4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/GAMES/ROBOTS.RK4 -------------------------------------------------------------------------------- /dist/kr04/sdcard/GAMES/TETRIS.RK4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/GAMES/TETRIS.RK4 -------------------------------------------------------------------------------- /dist/kr04/sdcard/GAMES2/RISE.RK4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/GAMES2/RISE.RK4 -------------------------------------------------------------------------------- /dist/kr04/sdcard/GAMES2/XONIX16K.RK4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/GAMES2/XONIX16K.RK4 -------------------------------------------------------------------------------- /dist/kr04/sdcard/SYS/ASSM.RK4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/SYS/ASSM.RK4 -------------------------------------------------------------------------------- /dist/kr04/sdcard/SYS/BASIC.RK4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/SYS/BASIC.RK4 -------------------------------------------------------------------------------- /dist/kr04/sdcard/SYS/EDITOR.RK4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/kr04/sdcard/SYS/EDITOR.RK4 -------------------------------------------------------------------------------- /dist/lvov/lvov.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/lvov/lvov.rom -------------------------------------------------------------------------------- /dist/mikro80/fontm80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikro80/fontm80.bin -------------------------------------------------------------------------------- /dist/mikro80/mikro80.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Микро-80" 2 | 3 | # Тактовая частота 4 | @CPU_FREQUENCY = 2000000 5 | 6 | # Основное ПЗУ и адреса перехвата 7 | #@ROM = "mikro80/mikro80.rom" 8 | @ROM = "mikro80/mikro80.rom" 9 | @C806_ADDR = 0xFD95 10 | @C80C_ADDR = 0xFDE6 11 | @C803_ADDR = 0xFF41 12 | 13 | # Знакогенератор 14 | @SYM_GEN = "mikro80/sgm80.bin" 15 | 16 | # Шрифт 8x16 17 | @FONT = "mikro80/fontm80.bin" 18 | 19 | # Файл настроек 20 | @OPT_FILE = "mikro80/mikro80.opt" 21 | 22 | 23 | include "mikro80/mikro80.inc" 24 | -------------------------------------------------------------------------------- /dist/mikro80/mikro80.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikro80/mikro80.rom -------------------------------------------------------------------------------- /dist/mikro80/mikro80rk.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Микро-80" 2 | 3 | # Тактовая частота 4 | @CPU_FREQUENCY = 2000000 5 | 6 | # Основное ПЗУ и адреса перехвата 7 | #@ROM = "mikro80/mikro80.rom" 8 | @ROM = "mikro80/mikro80rk.rom" 9 | @C806_ADDR = 0xFC74 10 | @C80C_ADDR = 0xFCDD 11 | @C803_ADDR = 0xFEC8 12 | 13 | # Знакогенератор 14 | @SYM_GEN = "mikro80/sgm80.bin" 15 | 16 | # Шрифт 8x16 17 | @FONT = "mikro80/fontm80.bin" 18 | 19 | # Файл настроек 20 | @OPT_FILE = "mikro80/mikro80.opt" 21 | 22 | # Fast reset 23 | platform.fastReset = yes 24 | platform.fastResetCpuTicks = 6200000 25 | 26 | 27 | include "mikro80/mikro80.inc" 28 | 29 | 30 | #platform.fastReset 31 | ConfigRadioSelector fastResetSelector = &platform, fastReset, "Быстрый сброс" 32 | fastResetSelector.addItem = yes, "Вкл." 33 | fastResetSelector.addItem = no, "Выкл." 34 | configTab.addControl = 3, &fastResetSelector 35 | -------------------------------------------------------------------------------- /dist/mikro80/mikro80rk.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikro80/mikro80rk.rom -------------------------------------------------------------------------------- /dist/mikro80/romdisk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikro80/romdisk.bin -------------------------------------------------------------------------------- /dist/mikro80/sgm80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikro80/sgm80.bin -------------------------------------------------------------------------------- /dist/mikrosha/dos29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikrosha/dos29.bin -------------------------------------------------------------------------------- /dist/mikrosha/extrom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikrosha/extrom.bin -------------------------------------------------------------------------------- /dist/mikrosha/fontk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikrosha/fontk.bin -------------------------------------------------------------------------------- /dist/mikrosha/fontm.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikrosha/fontm.bin -------------------------------------------------------------------------------- /dist/mikrosha/krista.conf: -------------------------------------------------------------------------------- 1 | define KRISTA 2 | 3 | include "mikrosha/mikrosha.conf" 4 | -------------------------------------------------------------------------------- /dist/mikrosha/krista.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikrosha/krista.rom -------------------------------------------------------------------------------- /dist/mikrosha/mikrosha.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikrosha/mikrosha.rom -------------------------------------------------------------------------------- /dist/mikrosha/sgk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikrosha/sgk.bin -------------------------------------------------------------------------------- /dist/mikrosha/sgm.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/mikrosha/sgm.bin -------------------------------------------------------------------------------- /dist/orion/dsdos/dsdos-128_s1024.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/orion/dsdos/dsdos-128_s1024.bin -------------------------------------------------------------------------------- /dist/orion/dsdos/hdd.img.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/orion/dsdos/hdd.img.7z -------------------------------------------------------------------------------- /dist/orion/orion-2-dsdos.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Орион-128 (Мон. 2 - DSDOS)" 2 | 3 | # Монитор 4 | @ROM = "orion/rom/m2rk.bin" 5 | 6 | # Тактовая частота 7 | @FREQUENCY = 2500000 8 | 9 | # ROM-диск 10 | @ROM_DISK = "orion/dsdos/dsdos-128_s1024.bin" 11 | 12 | define RAM_512K 13 | define EXT_ROMDISK 14 | 15 | define HDD 16 | #@HDD_IMAGE = "orion/dsdos/hdd.img" 17 | 18 | include "orion/orion.inc" 19 | 20 | ram1.poke = 0xBFD0, 1 21 | -------------------------------------------------------------------------------- /dist/orion/orion-2.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Орион-128 (Монитор 2)" 2 | 3 | # Файл справки 4 | @HELP_FILE = orion/orion.html 5 | 6 | # Монитор 7 | @ROM = "orion/rom/m2rk.bin" 8 | 9 | # Тактовая частота 10 | @FREQUENCY = 2500000 11 | 12 | # ROM-диск 13 | @ROM_DISK = "orion/romdisk2.bin" 14 | 15 | # Использовать перехват обращений к магнитофону 16 | define USE_TAPE 17 | # Адреса перехвата 18 | @F80C_ADDR = 0xFA53 19 | @F806_ADDR = 0xF9CD 20 | @F803_ADDR = 0xF803 21 | 22 | 23 | include "orion/orion.inc" 24 | -------------------------------------------------------------------------------- /dist/orion/orion-31.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Орион-128 (Монитор 3.1)" 2 | 3 | # Файл справки 4 | @HELP_FILE = orion/orion.html 5 | 6 | # Монитор 7 | @ROM = "orion/rom/m31rk.bin" 8 | 9 | # Тактовая частота 10 | @FREQUENCY = 2500000 11 | 12 | # ROM-диск 13 | @ROM_DISK = "orion/romdisk2.bin" 14 | 15 | # Использовать перехват обращений к магнитофону 16 | define USE_TAPE 17 | @F80C_ADDR = 0xFA53 18 | @F806_ADDR = 0xF9CD 19 | @F803_ADDR = 0xF803 20 | 21 | 22 | include "orion/orion.inc" 23 | -------------------------------------------------------------------------------- /dist/orion/orion-z1-32.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Орион-128 Z80 («Моск. вариант»)" 2 | 3 | # Файл справки 4 | @HELP_FILE = orion/orion.html 5 | 6 | # Монитор 7 | @ROM = "orion/rom/m32zrk.bin" 8 | 9 | # Тактовая частота 10 | @FREQUENCY = 5000000 11 | 12 | define Z80 13 | 14 | # ROM-диск 15 | @ROM_DISK = "orion/romdisk2.bin" 16 | 17 | include "orion/orion.inc" 18 | -------------------------------------------------------------------------------- /dist/orion/rom/m1rk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/orion/rom/m1rk.bin -------------------------------------------------------------------------------- /dist/orion/rom/m2rk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/orion/rom/m2rk.bin -------------------------------------------------------------------------------- /dist/orion/rom/m31rk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/orion/rom/m31rk.bin -------------------------------------------------------------------------------- /dist/orion/rom/m32zrk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/orion/rom/m32zrk.bin -------------------------------------------------------------------------------- /dist/orion/romdisk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/orion/romdisk.bin -------------------------------------------------------------------------------- /dist/orion/romdisk2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/orion/romdisk2.bin -------------------------------------------------------------------------------- /dist/palmira/palmbios.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/palmbios.bin -------------------------------------------------------------------------------- /dist/palmira/sdcard/BOOT/BOOT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/BOOT/BOOT.RK -------------------------------------------------------------------------------- /dist/palmira/sdcard/BOOT/SDBIOS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/BOOT/SDBIOS.RK -------------------------------------------------------------------------------- /dist/palmira/sdcard/BOOT/SHELL.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/BOOT/SHELL.RK -------------------------------------------------------------------------------- /dist/palmira/sdcard/CPM/8X16ENG.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/CPM/8X16ENG.FNT -------------------------------------------------------------------------------- /dist/palmira/sdcard/CPM/A.KDI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/CPM/A.KDI -------------------------------------------------------------------------------- /dist/palmira/sdcard/CPM/CPM.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/CPM/CPM.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/GAMES/CIRCUS.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/GAMES/CIRCUS.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/GAMES/LESTN1.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/GAMES/LESTN1.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/GAMES/LINES.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/GAMES/LINES.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/GAMES/RIKOSHET.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/GAMES/RIKOSHET.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/GAMES/TETR2.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/GAMES/TETR2.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/GAMES/TETRIS3.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/GAMES/TETRIS3.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/GAMES/UDAV.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/GAMES/UDAV.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/GAMES/XONIX.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/GAMES/XONIX.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/TAPE/ASMED.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/TAPE/ASMED.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/TAPE/BASMIKR.RKL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/TAPE/BASMIKR.RKL -------------------------------------------------------------------------------- /dist/palmira/sdcard/TAPE/STRAT.BSM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sdcard/TAPE/STRAT.BSM -------------------------------------------------------------------------------- /dist/palmira/sgplm.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/palmira/sgplm.bin -------------------------------------------------------------------------------- /dist/partner/d14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/d14.bin -------------------------------------------------------------------------------- /dist/partner/fddrom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/fddrom.bin -------------------------------------------------------------------------------- /dist/partner/fontp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/fontp.bin -------------------------------------------------------------------------------- /dist/partner/mcpgrom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/mcpgrom.bin -------------------------------------------------------------------------------- /dist/partner/romp1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/romp1.bin -------------------------------------------------------------------------------- /dist/partner/romp2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/romp2.bin -------------------------------------------------------------------------------- /dist/partner/sdcard/BOOT/BOOT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/BOOT/BOOT.RK -------------------------------------------------------------------------------- /dist/partner/sdcard/BOOT/SDBIOS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/BOOT/SDBIOS.RK -------------------------------------------------------------------------------- /dist/partner/sdcard/BOOT/SHELL.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/BOOT/SHELL.RK -------------------------------------------------------------------------------- /dist/partner/sdcard/COLOR/BATTY.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/COLOR/BATTY.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/COLOR/EXOLON.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/COLOR/EXOLON.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/COLOR/MARS2.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/COLOR/MARS2.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/COLOR/MOON.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/COLOR/MOON.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/COLOR/PACMAN.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/COLOR/PACMAN.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/COLOR/STRIKER.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/COLOR/STRIKER.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/DEMO/ALIEN2.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/DEMO/ALIEN2.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/GAMES/CROSSFIR.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/GAMES/CROSSFIR.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/GAMES/LIFEPRO.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/GAMES/LIFEPRO.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/GAMES/PRESS.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/GAMES/PRESS.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/GAMES/UDAV.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/GAMES/UDAV.RKP -------------------------------------------------------------------------------- /dist/partner/sdcard/GAMES/XONIX.RKP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdcard/GAMES/XONIX.RKP -------------------------------------------------------------------------------- /dist/partner/sdrom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sdrom.bin -------------------------------------------------------------------------------- /dist/partner/sgp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/partner/sgp.bin -------------------------------------------------------------------------------- /dist/pk8000/cf.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/pk8000/cf.img -------------------------------------------------------------------------------- /dist/pk8000/pk8000_fdc.conf: -------------------------------------------------------------------------------- 1 | define FDC 2 | include "pk8000/pk8000.conf" 3 | -------------------------------------------------------------------------------- /dist/pk8000/pk8000_fdc.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/pk8000/pk8000_fdc.rom -------------------------------------------------------------------------------- /dist/pk8000/pk8000_hdd.conf: -------------------------------------------------------------------------------- 1 | define HDD 2 | @HDD_IMAGE = "pk8000/cf.img" 3 | 4 | include "pk8000/pk8000.conf" 5 | -------------------------------------------------------------------------------- /dist/pk8000/pk8000_hdd.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/pk8000/pk8000_hdd.rom -------------------------------------------------------------------------------- /dist/pk8000/pk8000_v12.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/pk8000/pk8000_v12.rom -------------------------------------------------------------------------------- /dist/rk86/dos29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/dos29.bin -------------------------------------------------------------------------------- /dist/rk86/fontr.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/fontr.bin -------------------------------------------------------------------------------- /dist/rk86/kr03-sd.conf: -------------------------------------------------------------------------------- 1 | define KR03 2 | include "rk86/rk86.conf" 3 | -------------------------------------------------------------------------------- /dist/rk86/kr03.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/kr03.rom -------------------------------------------------------------------------------- /dist/rk86/pixeltron.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/pixeltron.bin -------------------------------------------------------------------------------- /dist/rk86/rk86-sd.conf: -------------------------------------------------------------------------------- 1 | define SD_CARD 2 | include "rk86/rk86.conf" 3 | -------------------------------------------------------------------------------- /dist/rk86/rk86-sdos.conf: -------------------------------------------------------------------------------- 1 | define SDOS 2 | include "rk86/rk86.conf" 3 | -------------------------------------------------------------------------------- /dist/rk86/rk86.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/rk86.rom -------------------------------------------------------------------------------- /dist/rk86/rkdos29.rdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/rkdos29.rdi -------------------------------------------------------------------------------- /dist/rk86/rkdos29.rdi.txt: -------------------------------------------------------------------------------- 1 | Содержимое фирменных дисков "Лианозово" 2 | для контроллера НГМД Радио-86РК. 3 | 4 | SE.COM и SE.EXE записаны в оригинальном виде. 5 | Все контрольные суммы проверены. 6 | 7 | 23/05/2015 8 | cy6 9 | https://github.com/c6lab/RKDOS29 10 | -------------------------------------------------------------------------------- /dist/rk86/romdisk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/romdisk.bin -------------------------------------------------------------------------------- /dist/rk86/sd_rk86.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sd_rk86.img -------------------------------------------------------------------------------- /dist/rk86/sdcard/BOOT/BOOT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/BOOT/BOOT.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/BOOT/SDBIOS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/BOOT/SDBIOS.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/BOOT/SHELL.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/BOOT/SHELL.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/BOMBARD.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/BOMBARD.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/CHERV.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/CHERV.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/CHESS2.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/CHESS2.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/CIRCUS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/CIRCUS.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/DESANT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/DESANT.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/E_STAKAN.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/E_STAKAN.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/FORMULA.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/FORMULA.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/FOXHUNT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/FOXHUNT.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/JUMP.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/JUMP.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/KALAH.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/KALAH.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/KLAD.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/KLAD.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/KRESTNO.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/KRESTNO.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/LEST.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/LEST.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/LESTN1.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/LESTN1.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/LIFE.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/LIFE.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/LODERUN.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/LODERUN.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/OTELLO.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/OTELLO.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/PACMAN.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/PACMAN.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/PAKET.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/PAKET.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/PAKET2.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/PAKET2.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/PINGPONG.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/PINGPONG.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/PITON.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/PITON.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/PVO.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/PVO.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/RENDZU.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/RENDZU.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/REVERSI2.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/REVERSI2.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/RIKOSHET.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/RIKOSHET.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/SAPPER.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/SAPPER.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/SKVOTCH.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/SKVOTCH.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/SLAMS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/SLAMS.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/SP_GAMES.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/SP_GAMES.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/STONEFLD.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/STONEFLD.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/STOPKR.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/STOPKR.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/SVVI.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/SVVI.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/TENNIS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/TENNIS.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/TETR2.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/TETR2.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/TETRIS1.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/TETRIS1.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/TETRIS4.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/TETRIS4.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/TOCHKI.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/TOCHKI.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/TORPATT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/TORPATT.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/VOLCANO.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/VOLCANO.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/WALL.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/WALL.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/XONIX-S.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/XONIX-S.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/XONIX.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/XONIX.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/XONIX1.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/XONIX1.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/Z-STATIO.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/Z-STATIO.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/ZAGIB.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/ZAGIB.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/GAMES/ZMEI.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/GAMES/ZMEI.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/ASM_ED.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/ASM_ED.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/ASSM_MIC.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/ASSM_MIC.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASIC80.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASIC80.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASICMUS.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASICMUS.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASICPC.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASICPC.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASICSER.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASICSER.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASIC_OK.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASIC_OK.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASIC_PR.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASIC_PR.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASIC_RK.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASIC_RK.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASMIC.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASMIC.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BASMIKR.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BASMIKR.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BS_M_OLD.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BS_M_OLD.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BS_PSF.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BS_PSF.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/BS_SVVI.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/BS_SVVI.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/C.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/C.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/CONSTMAG.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/CONSTMAG.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/CPM.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/CPM.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/DEBUG.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/DEBUG.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/DSSM-CPM.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/DSSM-CPM.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/DUMPED.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/DUMPED.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/ED-DSSM.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/ED-DSSM.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/ED-DSSM2.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/ED-DSSM2.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/ED-SORT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/ED-SORT.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/EDMASM.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/EDMASM.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/FORTH.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/FORTH.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/FULLEDIT.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/FULLEDIT.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/HEXEDIT1.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/HEXEDIT1.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/HEXEDIT2.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/HEXEDIT2.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/LINKRK.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/LINKRK.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/MORSE16.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/MORSE16.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/MUSIC.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/MUSIC.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/MUZUKRED.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/MUZUKRED.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/MUZ_SYST.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/MUZ_SYST.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/PASCAL.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/PASCAL.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/PROGR1.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/PROGR1.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/PROGR2.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/PROGR2.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/PROGR3.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/PROGR3.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/REDASM.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/REDASM.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/SP_COMP.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/SP_COMP.RK -------------------------------------------------------------------------------- /dist/rk86/sdcard/SOFT/WEL.RK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdcard/SOFT/WEL.RK -------------------------------------------------------------------------------- /dist/rk86/sdos_hwmpvv.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdos_hwmpvv.bin -------------------------------------------------------------------------------- /dist/rk86/sdos_hwmpvv_vv55.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdos_hwmpvv_vv55.bin -------------------------------------------------------------------------------- /dist/rk86/sdos_msx.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdos_msx.bin -------------------------------------------------------------------------------- /dist/rk86/sdos_n8vem.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdos_n8vem.bin -------------------------------------------------------------------------------- /dist/rk86/sdos_n8vem_vv55.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sdos_n8vem_vv55.bin -------------------------------------------------------------------------------- /dist/rk86/sgr.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rk86/sgr.bin -------------------------------------------------------------------------------- /dist/rkz80/RK86DOS29.rkdisk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rkz80/RK86DOS29.rkdisk -------------------------------------------------------------------------------- /dist/rkz80/fontr.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rkz80/fontr.bin -------------------------------------------------------------------------------- /dist/rkz80/rkdosz80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rkz80/rkdosz80.bin -------------------------------------------------------------------------------- /dist/rkz80/romrz80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rkz80/romrz80.bin -------------------------------------------------------------------------------- /dist/rkz80/romrz80comp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rkz80/romrz80comp.bin -------------------------------------------------------------------------------- /dist/rkz80/sgr.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/rkz80/sgr.bin -------------------------------------------------------------------------------- /dist/sp580/sp580.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/sp580/sp580.bin -------------------------------------------------------------------------------- /dist/sp580/sp580a.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/sp580/sp580a.bin -------------------------------------------------------------------------------- /dist/spec/lik.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Лик" 2 | 3 | # Файл справки 4 | @HELP_FILE = spec/lik.html 5 | 6 | # Основное ПЗУ и адреса перехвата 7 | @ROM = "spec/lik.rom" 8 | @ROM_LEN = 0x3000 9 | @ROM_END = 0xEFFF 10 | @C806_ADDR = 0xC377 11 | @C80C_ADDR = 0xC3d0 12 | @C803_ADDR = 0xC337 13 | 14 | # Файл настроек 15 | @OPT_FILE = "spec/lik.opt" 16 | 17 | @KBD = "lik" 18 | 19 | include "spec/spec.inc" 20 | -------------------------------------------------------------------------------- /dist/spec/lik.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/lik.rom -------------------------------------------------------------------------------- /dist/spec/pk01m.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/pk01m.rom -------------------------------------------------------------------------------- /dist/spec/sd_spec.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sd_spec.img -------------------------------------------------------------------------------- /dist/spec/sdcard/BOOT/BOOT.RKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/BOOT/BOOT.RKS -------------------------------------------------------------------------------- /dist/spec/sdcard/BOOT/SDBIOS.RKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/BOOT/SDBIOS.RKS -------------------------------------------------------------------------------- /dist/spec/sdcard/BOOT/SHELL.RKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/BOOT/SHELL.RKS -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/adskok.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/adskok.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/adventur.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/adventur.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/almaz.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/almaz.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/arcanoid.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/arcanoid.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/ball.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/ball.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/bkt.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/bkt.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/budi.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/budi.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/budi2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/budi2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/buran.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/buran.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/cat.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/cat.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/checkers.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/checkers.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/chess.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/chess.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/chess2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/chess2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/chess3.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/chess3.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/chess4.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/chess4.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/circus.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/circus.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/cooky.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/cooky.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/copter.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/copter.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/cosman.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/cosman.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/dash1.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/dash1.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/dash2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/dash2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/defence.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/defence.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/digger.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/digger.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/downeart.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/downeart.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/dungeon.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/dungeon.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/dungeon2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/dungeon2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/dushman.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/dushman.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/dushman2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/dushman2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/football.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/football.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/gold.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/gold.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/gr_demo.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/gr_demo.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/harrier.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/harrier.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/helicopt.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/helicopt.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/jet-set.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/jet-set.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/jumpjek.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/jumpjek.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/kamikadz.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/kamikadz.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/klad.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/klad.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/klad2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/klad2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/kolobki.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/kolobki.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/kom13_1.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/kom13_1.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/kom13_2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/kom13_2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/krestno.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/krestno.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/krot.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/krot.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/ladder.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/ladder.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/lamp.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/lamp.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/land.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/land.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/land_c.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/land_c.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/land_s.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/land_s.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/loderun.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/loderun.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/lrunner.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/lrunner.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/manager.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/manager.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/mars.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/mars.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/mars2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/mars2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/music.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/music.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/nardy.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/nardy.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/nardy2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/nardy2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/ochko.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/ochko.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pacman.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pacman.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pacman2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pacman2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pacman3.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pacman3.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/paket.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/paket.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pango.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pango.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/patrol.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/patrol.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pentax.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pentax.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/peregon.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/peregon.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/peregon2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/peregon2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pilot.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pilot.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/piton1.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/piton1.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/piton2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/piton2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/piton3.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/piton3.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/piton4.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/piton4.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pogonya.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pogonya.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pool.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pool.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/popcorn.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/popcorn.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/psst.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/psst.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/pusher.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/pusher.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/r-test.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/r-test.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/rain.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/rain.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/rally.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/rally.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/rally2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/rally2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/reversi.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/reversi.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/reversi2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/reversi2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/reversi3.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/reversi3.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/riseout.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/riseout.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/robot.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/robot.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/saboteur.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/saboteur.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/samfox.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/samfox.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/scrap2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/scrap2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/scrapper.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/scrapper.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/skachki.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/skachki.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/skachki2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/skachki2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/sonata.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/sonata.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/sp_king.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/sp_king.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/spatrol.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/spatrol.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/spking2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/spking2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/square.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/square.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/stakan.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/stakan.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/stakan2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/stakan2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/startrek.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/startrek.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/starwar2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/starwar2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/starwars.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/starwars.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/stena.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/stena.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/stena2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/stena2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/suppiton.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/suppiton.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tennis.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tennis.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tennis2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tennis2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tennis3.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tennis3.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tetris-m.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tetris-m.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tetris1.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tetris1.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tetris2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tetris2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tetris3.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tetris3.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tetris4.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tetris4.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tetris5.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tetris5.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tip-top.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tip-top.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tip-top2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tip-top2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/titan.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/titan.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/treasur2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/treasur2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/treasure.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/treasure.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/tutankh.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/tutankh.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/udav.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/udav.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/v-perehv.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/v-perehv.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/vampir.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/vampir.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/vertol2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/vertol2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/vertolet.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/vertolet.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/wwar.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/wwar.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/xonix.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/xonix.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/GAMES/zoo.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/GAMES/zoo.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/asm-ed1.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/asm-ed1.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/assm.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/assm.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-cir.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-cir.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-gr.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-gr.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-kbh.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-kbh.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-mag.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-mag.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-mag2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-mag2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-mic2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-mic2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-micr.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-micr.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-new.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-new.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-rdk.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-rdk.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-s.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-s.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-sg.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-sg.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-spec.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-spec.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/bas-srv.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/bas-srv.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/basic-a.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/basic-a.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/basic.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/basic.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/basic1.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/basic1.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/basic2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/basic2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/basic3.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/basic3.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/basmic87.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/basmic87.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/const1.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/const1.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/const2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/const2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/debug.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/debug.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/debug2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/debug2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/dssm.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/dssm.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/dssm2.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/dssm2.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/forth.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/forth.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/mus-syst.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/mus-syst.rks -------------------------------------------------------------------------------- /dist/spec/sdcard/SOFT/renum.rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdcard/SOFT/renum.rks -------------------------------------------------------------------------------- /dist/spec/sdos_hwmpvv.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/sdos_hwmpvv.bin -------------------------------------------------------------------------------- /dist/spec/spec.conf: -------------------------------------------------------------------------------- 1 | ifndef NAME 2 | @NAME = "Специалист" 3 | endif 4 | 5 | # Файл справки 6 | @HELP_FILE = spec/spec.html 7 | 8 | # Основное ПЗУ и адреса перехвата 9 | @ROM = "spec/spec_m2.rom" 10 | @ROM_LEN = 0x1000 11 | @ROM_END = 0xCFFF 12 | @C806_ADDR = 0xC377 13 | @C80C_ADDR = 0xC3d0 14 | @C803_ADDR = 0xC337 15 | 16 | # Файл настроек 17 | @OPT_FILE = "spec/spec.opt" 18 | 19 | @KBD = "original" 20 | 21 | include "spec/spec.inc" 22 | -------------------------------------------------------------------------------- /dist/spec/spec_m1.conf: -------------------------------------------------------------------------------- 1 | #define PK_01M 2 | 3 | ifndef PK_01M 4 | @NAME = "Специалист (Монитор 1)" 5 | else 6 | @NAME = "Специалист (ПК-01М)" 7 | endif 8 | 9 | # Файл справки 10 | @HELP_FILE = spec/spec_m1.html 11 | 12 | # Основное ПЗУ 13 | ifndef PK_01M 14 | @ROM = "spec/spec_m1.rom" 15 | @ROM_LEN = 0x3000 16 | @ROM_END = 0xE7FF 17 | else 18 | @ROM = "spec/pk01m.rom" 19 | @ROM_LEN = 0x3000 20 | @ROM_END = 0xEFFF 21 | endif 22 | 23 | # Адреса перехвата 24 | @C806_ADDR = 0xC377 25 | @C80C_ADDR = 0xC3d0 26 | @C803_ADDR = 0xC337 27 | 28 | # Файл настроек 29 | @OPT_FILE = "spec/spec_m1.opt" 30 | 31 | #@KBD = "lik" 32 | @KBD = "original" 33 | 34 | include "spec/spec.inc" 35 | -------------------------------------------------------------------------------- /dist/spec/spec_m1.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/spec_m1.rom -------------------------------------------------------------------------------- /dist/spec/spec_m2.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/spec_m2.rom -------------------------------------------------------------------------------- /dist/spec/spec_m2_patched.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/spec_m2_patched.rom -------------------------------------------------------------------------------- /dist/spec/spec_m2_sd.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/spec/spec_m2_sd.rom -------------------------------------------------------------------------------- /dist/spec/spec_sd.conf: -------------------------------------------------------------------------------- 1 | ifndef NAME 2 | @NAME = "Специалист (SD card / vinxru)" 3 | endif 4 | 5 | # Файл справки 6 | @HELP_FILE = spec/spec.html 7 | 8 | # Основное ПЗУ и адреса перехвата 9 | @ROM = "spec/spec_m2_sd.rom" 10 | @ROM_LEN = 0x2000 11 | @ROM_END = 0xDFFF 12 | @C806_ADDR = 0xC377 13 | @C80C_ADDR = 0xC3d0 14 | @C803_ADDR = 0xC337 15 | 16 | # Файл настроек 17 | @OPT_FILE = "spec/spec.opt" 18 | 19 | @KBD = "original" 20 | 21 | define SD_CARD 22 | 23 | # Директория SD-карты (vinxru) 24 | ifndef CFG_SD_DIR 25 | @CFG_SD_DIR = "spec/sdcard" 26 | endif 27 | 28 | include "spec/spec.inc" 29 | -------------------------------------------------------------------------------- /dist/spec/spec_sdos.conf: -------------------------------------------------------------------------------- 1 | ifndef NAME 2 | @NAME = "Специалист SDOS" 3 | endif 4 | 5 | define SDOS 6 | 7 | # Образ SD-карты (SDOS) 8 | ifndef CFG_SD_IMG 9 | @CFG_SD_IMG = "spec/sd_spec.img" 10 | endif 11 | 12 | @SDOS_ROM = "spec/sdos_hwmpvv.bin" 13 | 14 | # Файл справки 15 | @HELP_FILE = spec/spec.html 16 | 17 | # Основное ПЗУ и адреса перехвата 18 | @ROM = "spec/spec_m2.rom" 19 | @ROM_LEN = 0x1000 20 | @ROM_END = 0xCFFF 21 | @C806_ADDR = 0xC377 22 | @C80C_ADDR = 0xC3d0 23 | @C803_ADDR = 0xC337 24 | 25 | # Файл настроек 26 | @OPT_FILE = "spec/spec.opt" 27 | 28 | @KBD = "original" 29 | 30 | include "spec/spec.inc" 31 | -------------------------------------------------------------------------------- /dist/spec/spec_z80.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Специалист Z80" 2 | define Z80 3 | 4 | include "spec/spec.conf" 5 | -------------------------------------------------------------------------------- /dist/specmx/commander/MXOS.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/specmx/commander/MXOS.rom -------------------------------------------------------------------------------- /dist/specmx/commander/MXOSROMdisk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/specmx/commander/MXOSROMdisk.bin -------------------------------------------------------------------------------- /dist/specmx/commander/floppy.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/specmx/commander/floppy.rom -------------------------------------------------------------------------------- /dist/specmx/commander/nc.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/specmx/commander/nc.rom -------------------------------------------------------------------------------- /dist/specmx/commander/ncrdy.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/specmx/commander/ncrdy.rom -------------------------------------------------------------------------------- /dist/specmx/m2_d400.mon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/specmx/m2_d400.mon -------------------------------------------------------------------------------- /dist/specmx/spmx-commander.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Специалист-MX (Commander)" 2 | 3 | # Основное ПЗУ 4 | @ROM = "specmx/commander/floppy.rom" # с драйвером floppy от fifan 5 | #@ROM = "specmx/commander/nc.rom" # оригинальный 6 | #@ROM = "specmx/commander/ncrdy.rom" # версия от HardwareMan 7 | 8 | #Внешний ROM-диск (на ППА) 9 | @EXT_ROM = "specmx/commander/MXOSROMdisk.bin" 10 | 11 | #Однобанковый RAM-диск 12 | define RAMDISK_1BANK 13 | 14 | include "specmx/spmx-mxos.inc" 15 | -------------------------------------------------------------------------------- /dist/specmx/spmx-mxos.conf: -------------------------------------------------------------------------------- 1 | @NAME = "Специалист-MX (MXOS)" 2 | 3 | # Основное ПЗУ 4 | @ROM = "specmx/commander/MXOS.rom" # mxos от vinxru, 8 страниц RAM-диска 5 | 6 | #Внешний ROM-диск (на ППА) 7 | @EXT_ROM = "specmx/commander/MXOSROMdisk.bin" 8 | 9 | include "specmx/spmx-mxos.inc" 10 | -------------------------------------------------------------------------------- /dist/specmx/spmx-turbo.conf: -------------------------------------------------------------------------------- 1 | @name = "Специалист-MX Turbo (Z80)" 2 | 3 | # Файл справки 4 | @HELP_FILE = specmx/spmx.html 5 | 6 | # Основное ПЗУ 7 | @rom = "specmx/spmx.rom" 8 | 9 | # Тактовая частота 10 | @FREQUENCY = 4000000 11 | 12 | # Процессор Z80 13 | define Z80 14 | 15 | # Раскладка клавиатуры 16 | @KBD = "ramfos" 17 | 18 | 19 | 20 | include "specmx/spmx.inc" 21 | -------------------------------------------------------------------------------- /dist/specmx/spmx.conf: -------------------------------------------------------------------------------- 1 | @name = "Специалист-MX (RAMFOS)" 2 | 3 | # Файл справки 4 | @HELP_FILE = specmx/spmx.html 5 | 6 | # Основное ПЗУ 7 | @rom = "specmx/spmx.rom" 8 | 9 | # Тактовая частота 10 | @FREQUENCY = 2000000 11 | 12 | # Раскладка клавиатуры 13 | @KBD = "ramfos" 14 | 15 | 16 | 17 | include "specmx/spmx.inc" 18 | -------------------------------------------------------------------------------- /dist/specmx/spmx.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/specmx/spmx.rom -------------------------------------------------------------------------------- /dist/ut88/fontu.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/ut88/fontu.bin -------------------------------------------------------------------------------- /dist/ut88/romdisk.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/ut88/romdisk.bin -------------------------------------------------------------------------------- /dist/ut88/sgmu.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/ut88/sgmu.bin -------------------------------------------------------------------------------- /dist/ut88/ut88.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/ut88/ut88.rom -------------------------------------------------------------------------------- /dist/vector/loader.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/vector/loader.rom -------------------------------------------------------------------------------- /dist/vector/vector_z80.conf: -------------------------------------------------------------------------------- 1 | define Z80 2 | include vector/vector.conf 3 | -------------------------------------------------------------------------------- /dist/zx/128k.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/zx/128k.rom -------------------------------------------------------------------------------- /dist/zx/48k.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/zx/48k.rom -------------------------------------------------------------------------------- /dist/zx/pentagon.conf: -------------------------------------------------------------------------------- 1 | define PENTAGON 2 | include zx/spectrum.conf 3 | -------------------------------------------------------------------------------- /dist/zx/pentagon.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/zx/pentagon.rom -------------------------------------------------------------------------------- /dist/zx/roms.txt: -------------------------------------------------------------------------------- 1 | Amstrad owns the copyright on the Spectrum ROMs, but they have kindly given permission for ROM images to be distributed for use with emulators. -------------------------------------------------------------------------------- /dist/zx/spec48k.conf: -------------------------------------------------------------------------------- 1 | define 48K 2 | include zx/spectrum.conf 3 | -------------------------------------------------------------------------------- /dist/zx/trd504tm.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/dist/zx/trd504tm.rom -------------------------------------------------------------------------------- /src/Cpu8080dasm.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2017-2022 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef CPU8080DASM_H 20 | #define CPU8080DASM_H 21 | 22 | #include 23 | 24 | extern std::string i8080GetInstructionMnemonic(uint8_t* mem); 25 | extern int i8080GetInstructionLength(uint8_t* mem); 26 | 27 | 28 | #endif //CPU8080DASM_H 29 | -------------------------------------------------------------------------------- /src/CpuWaits.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2019-2021 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef CPUWAITS_H 20 | #define CPUWAITS_H 21 | 22 | #include "EmuObjects.h" 23 | 24 | // Базовый класс тактов ожидания процессора (на команду) 25 | class CpuWaits : public EmuObject 26 | { 27 | public: 28 | virtual int getCpuWaitStates(int memTag, int opcode, int normalClocks) = 0; 29 | }; 30 | 31 | 32 | // Базовый класс тактов ожидания процессора (на обращение к шине) 33 | class CpuCycleWaits : public EmuObject 34 | { 35 | public: 36 | virtual int getCpuCycleWaitStates(int memTag, bool write) = 0; 37 | }; 38 | 39 | #endif //CPUWAITS_H 40 | -------------------------------------------------------------------------------- /src/CpuZ80dasm.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2017-2022 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef CPUZ80DASM_H 20 | #define CPUZ80DASM_H 21 | 22 | #include 23 | 24 | enum STEP_FLAG { 25 | SF_STEP, 26 | SF_OVER, 27 | SF_OUT 28 | }; 29 | 30 | extern const std::string& cpu_disassemble_z80(uint16_t pc, const uint8_t *mem, unsigned& length, STEP_FLAG& flag); 31 | 32 | 33 | #endif //CPUZ80DASM_H 34 | -------------------------------------------------------------------------------- /src/DbgCalls.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2023 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | // Debugger rouninues to be called from platform abstraction layer (PAL) header file 20 | 21 | 22 | #ifndef DBGCALLS_H 23 | #define DBGCALLS_H 24 | 25 | class Platform; 26 | class PalWindow; 27 | class DebugWindow; 28 | 29 | Platform* emuGetPlatform(PalWindow* wnd); 30 | DebugWindow* emuGetDebugger(PalWindow* wnd); 31 | 32 | #endif // EMUCALLS_H 33 | -------------------------------------------------------------------------------- /src/Keyboard.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2016-2017 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef KEYBOARD_H 20 | #define KEYBOARD_H 21 | 22 | #include "KbdLayout.h" 23 | 24 | 25 | class Keyboard : public EmuObject 26 | { 27 | public: 28 | void reset() override {if (m_keysResetAllowed) resetKeys();} 29 | 30 | virtual void resetKeys() = 0; 31 | virtual void processKey(EmuKey key, bool isPressed) = 0; 32 | 33 | void enableKeysReset() {m_keysResetAllowed = true;} 34 | void disableKeysReset() {m_keysResetAllowed = false;} 35 | 36 | private: 37 | bool m_keysResetAllowed = true; 38 | }; 39 | 40 | #endif // KEYBOARD_H 41 | 42 | -------------------------------------------------------------------------------- /src/PalFile.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2017-2024 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | // Platform Abstraction Layer, PalFile class 20 | 21 | 22 | #ifdef PAL_QT 23 | #include "qt/qtPalFile.h" 24 | #endif // PAL_QT 25 | 26 | #ifdef PAL_SDL 27 | #ifndef PAL_WASM 28 | #include "sdl/sdlPalFile.h" 29 | #else 30 | #include "wasm/wasmPalFile.h" 31 | #endif // !PAL_WASM 32 | #endif // PAL_SDL 33 | -------------------------------------------------------------------------------- /src/PalWindow.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2017 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | // Platform Abstraction Layer, PalWindow class 20 | 21 | 22 | #ifdef PAL_QT 23 | #include "qt/qtPalWindow.h" 24 | #endif // PAL_QT 25 | 26 | #ifdef PAL_SDL 27 | #include "sdl/sdlPalWindow.h" 28 | #endif // PAL_SDL 29 | -------------------------------------------------------------------------------- /src/Shortcuts.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2016-2017 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef SHORTCUTS_H 20 | #define SHORTCUTS_H 21 | 22 | #include "PalKeys.h" 23 | #include "EmuTypes.h" 24 | 25 | SysReq TranslateKeyToSysReq(PalKeyCode key, bool isKeyDown, bool isAltPressed, bool isShiftPressed); 26 | 27 | #endif // SHORTCUTS_H 28 | -------------------------------------------------------------------------------- /src/Version.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2018-2025 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef VERSION_H 20 | #define VERSION_H 21 | 22 | #define XSTR(s) STR(s) 23 | #define STR(s) #s 24 | 25 | #define VER_MAJOR 4 26 | #define VER_MINOR 0 27 | #define VER_BUILD 526 28 | 29 | #define VER_STR XSTR(VER_MAJOR) "." XSTR(VER_MINOR) "." XSTR(VER_BUILD) 30 | #define VER_COMMA_SEP VER_MAJOR,VER_MINOR,VER_BUILD 31 | 32 | #define VI_FILE_DESCR "Emu80 emulator" 33 | #define VI_COPYRIGHT "Copyright © Viktor Pykhonin, 2016-2025" 34 | #define VI_FILE_NAME "Emu80qt.exe" 35 | #define VI_PRODUCT "Emu80" 36 | 37 | #endif // VERSION_H 38 | -------------------------------------------------------------------------------- /src/qt/emu80_ru.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/emu80_ru.qm -------------------------------------------------------------------------------- /src/qt/icons/15x-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/15x-dark.png -------------------------------------------------------------------------------- /src/qt/icons/15x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/15x.png -------------------------------------------------------------------------------- /src/qt/icons/1x-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/1x-dark.png -------------------------------------------------------------------------------- /src/qt/icons/1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/1x.png -------------------------------------------------------------------------------- /src/qt/icons/25x-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/25x-dark.png -------------------------------------------------------------------------------- /src/qt/icons/25x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/25x.png -------------------------------------------------------------------------------- /src/qt/icons/2x-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/2x-dark.png -------------------------------------------------------------------------------- /src/qt/icons/2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/2x.png -------------------------------------------------------------------------------- /src/qt/icons/3x-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/3x-dark.png -------------------------------------------------------------------------------- /src/qt/icons/3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/3x.png -------------------------------------------------------------------------------- /src/qt/icons/4x-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/4x-dark.png -------------------------------------------------------------------------------- /src/qt/icons/4x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/4x.png -------------------------------------------------------------------------------- /src/qt/icons/5x-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/5x-dark.png -------------------------------------------------------------------------------- /src/qt/icons/5x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/5x.png -------------------------------------------------------------------------------- /src/qt/icons/aspect-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/aspect-dark.png -------------------------------------------------------------------------------- /src/qt/icons/aspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/aspect.png -------------------------------------------------------------------------------- /src/qt/icons/bru.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/bru.ico -------------------------------------------------------------------------------- /src/qt/icons/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/bw.png -------------------------------------------------------------------------------- /src/qt/icons/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/color.png -------------------------------------------------------------------------------- /src/qt/icons/colormode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/colormode.png -------------------------------------------------------------------------------- /src/qt/icons/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/computer.png -------------------------------------------------------------------------------- /src/qt/icons/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/config.png -------------------------------------------------------------------------------- /src/qt/icons/cpu.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/cpu.ico -------------------------------------------------------------------------------- /src/qt/icons/crop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/crop-dark.png -------------------------------------------------------------------------------- /src/qt/icons/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/crop.png -------------------------------------------------------------------------------- /src/qt/icons/debug-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/debug-dark.png -------------------------------------------------------------------------------- /src/qt/icons/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/debug.png -------------------------------------------------------------------------------- /src/qt/icons/disk_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/disk_a.png -------------------------------------------------------------------------------- /src/qt/icons/disk_a_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/disk_a_off.png -------------------------------------------------------------------------------- /src/qt/icons/disk_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/disk_b.png -------------------------------------------------------------------------------- /src/qt/icons/disk_b_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/disk_b_off.png -------------------------------------------------------------------------------- /src/qt/icons/disk_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/disk_c.png -------------------------------------------------------------------------------- /src/qt/icons/disk_c_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/disk_c_off.png -------------------------------------------------------------------------------- /src/qt/icons/disk_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/disk_d.png -------------------------------------------------------------------------------- /src/qt/icons/disk_d_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/disk_d_off.png -------------------------------------------------------------------------------- /src/qt/icons/edd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/edd.png -------------------------------------------------------------------------------- /src/qt/icons/edd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/edd2.png -------------------------------------------------------------------------------- /src/qt/icons/edd2_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/edd2_on.png -------------------------------------------------------------------------------- /src/qt/icons/edd_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/edd_on.png -------------------------------------------------------------------------------- /src/qt/icons/emu80.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/emu80.icns -------------------------------------------------------------------------------- /src/qt/icons/emu80.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/emu80.ico -------------------------------------------------------------------------------- /src/qt/icons/emu80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/emu80.png -------------------------------------------------------------------------------- /src/qt/icons/fast_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/fast_reset.png -------------------------------------------------------------------------------- /src/qt/icons/font-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/font-dark.png -------------------------------------------------------------------------------- /src/qt/icons/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/font.png -------------------------------------------------------------------------------- /src/qt/icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/forward.png -------------------------------------------------------------------------------- /src/qt/icons/full_throttle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/full_throttle.png -------------------------------------------------------------------------------- /src/qt/icons/gam.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/gam.ico -------------------------------------------------------------------------------- /src/qt/icons/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/gray.png -------------------------------------------------------------------------------- /src/qt/icons/hdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/hdd.png -------------------------------------------------------------------------------- /src/qt/icons/hdd_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/hdd_on.png -------------------------------------------------------------------------------- /src/qt/icons/keyboard-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/keyboard-dark.png -------------------------------------------------------------------------------- /src/qt/icons/keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/keyboard.png -------------------------------------------------------------------------------- /src/qt/icons/lvt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/lvt.ico -------------------------------------------------------------------------------- /src/qt/icons/mute-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/mute-dark.png -------------------------------------------------------------------------------- /src/qt/icons/mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/mute.png -------------------------------------------------------------------------------- /src/qt/icons/mute_tape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/mute_tape.png -------------------------------------------------------------------------------- /src/qt/icons/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/open.png -------------------------------------------------------------------------------- /src/qt/icons/open_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/open_run.png -------------------------------------------------------------------------------- /src/qt/icons/open_wav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/open_wav.png -------------------------------------------------------------------------------- /src/qt/icons/ord.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/ord.ico -------------------------------------------------------------------------------- /src/qt/icons/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/pause.png -------------------------------------------------------------------------------- /src/qt/icons/preset-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/preset-dark.png -------------------------------------------------------------------------------- /src/qt/icons/preset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/preset.png -------------------------------------------------------------------------------- /src/qt/icons/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/printer.png -------------------------------------------------------------------------------- /src/qt/icons/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/reset.png -------------------------------------------------------------------------------- /src/qt/icons/resizable-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/resizable-dark.png -------------------------------------------------------------------------------- /src/qt/icons/resizable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/resizable.png -------------------------------------------------------------------------------- /src/qt/icons/rk.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rk.ico -------------------------------------------------------------------------------- /src/qt/icons/rk4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rk4.ico -------------------------------------------------------------------------------- /src/qt/icons/rk8.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rk8.ico -------------------------------------------------------------------------------- /src/qt/icons/rka.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rka.ico -------------------------------------------------------------------------------- /src/qt/icons/rke.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rke.ico -------------------------------------------------------------------------------- /src/qt/icons/rkl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rkl.ico -------------------------------------------------------------------------------- /src/qt/icons/rkm.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rkm.ico -------------------------------------------------------------------------------- /src/qt/icons/rko.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rko.ico -------------------------------------------------------------------------------- /src/qt/icons/rkp.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rkp.ico -------------------------------------------------------------------------------- /src/qt/icons/rkr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rkr.ico -------------------------------------------------------------------------------- /src/qt/icons/rks.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rks.ico -------------------------------------------------------------------------------- /src/qt/icons/rku.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/rku.ico -------------------------------------------------------------------------------- /src/qt/icons/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/screenshot.png -------------------------------------------------------------------------------- /src/qt/icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/settings.png -------------------------------------------------------------------------------- /src/qt/icons/shader-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/shader-dark.png -------------------------------------------------------------------------------- /src/qt/icons/shader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/shader.png -------------------------------------------------------------------------------- /src/qt/icons/sm_bilinear-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/sm_bilinear-dark.png -------------------------------------------------------------------------------- /src/qt/icons/sm_bilinear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/sm_bilinear.png -------------------------------------------------------------------------------- /src/qt/icons/sm_nearest-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/sm_nearest-dark.png -------------------------------------------------------------------------------- /src/qt/icons/sm_nearest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/sm_nearest.png -------------------------------------------------------------------------------- /src/qt/icons/sm_sharp-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/sm_sharp-dark.png -------------------------------------------------------------------------------- /src/qt/icons/sm_sharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/sm_sharp.png -------------------------------------------------------------------------------- /src/qt/icons/tape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/tape.png -------------------------------------------------------------------------------- /src/qt/icons/wide-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/wide-dark.png -------------------------------------------------------------------------------- /src/qt/icons/wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/qt/icons/wide.png -------------------------------------------------------------------------------- /src/qt/qtAboutDialog.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2017-2018 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef QTABOUTDIALOG_H 20 | #define QTABOUTDIALOG_H 21 | 22 | #include 23 | 24 | namespace Ui { 25 | class AboutDialog; 26 | } 27 | 28 | class AboutDialog : public QDialog 29 | { 30 | Q_OBJECT 31 | 32 | public: 33 | explicit AboutDialog(QWidget *parent = 0); 34 | ~AboutDialog(); 35 | 36 | void execute(); 37 | 38 | private: 39 | Ui::AboutDialog *ui; 40 | }; 41 | 42 | #endif // QTABOUTDIALOG_H 43 | -------------------------------------------------------------------------------- /src/qt/qtToolBtn.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2017-2018 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #include 20 | #include 21 | #include 22 | 23 | #include "qtToolBtn.h" 24 | 25 | void QToolButtonWA::paintEvent(QPaintEvent *) 26 | { 27 | QStylePainter p(this); 28 | QStyleOptionToolButton opt; 29 | initStyleOption(&opt); 30 | opt.features &= (~QStyleOptionToolButton::HasMenu); 31 | p.drawComplexControl(QStyle::CC_ToolButton, opt); 32 | } 33 | -------------------------------------------------------------------------------- /src/qt/qtToolBtn.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2017-2018 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef QTTOOLBTN_H 20 | #define QTTOOLBTN_H 21 | 22 | 23 | class QToolButtonWA : public QToolButton 24 | { 25 | public: 26 | QToolButtonWA(QWidget* parent = 0) : QToolButton(parent) {} 27 | 28 | protected: 29 | void paintEvent(QPaintEvent*) override; 30 | }; 31 | 32 | #endif // QTTOOLBTN_H 33 | -------------------------------------------------------------------------------- /src/qt/translations.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | emu80_ru.qm 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/wasm/prejs.js: -------------------------------------------------------------------------------- 1 | Module["arguments"] = []; 2 | 3 | const args = window.location.search.substr(1).trim().split("&"); 4 | 5 | for (const arg of args) { 6 | const pair = arg.split("="); 7 | if (pair.length == 1) Module["arguments"].push(pair[0]); else { 8 | Module["arguments"].push("--" + pair[0]); 9 | Module["arguments"].push(decodeURI(pair[1])); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/wasm/wasmPal.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Emu80 v. 4.x 3 | * © Viktor Pykhonin , 2024 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | 19 | #ifndef WASMPAL_H 20 | #define WASMPAL_H 21 | 22 | void palUpdateConfig(); 23 | void palRequestForQuit(); 24 | 25 | #endif // WASMPAL_H 26 | -------------------------------------------------------------------------------- /src/wasm/web/const.js: -------------------------------------------------------------------------------- 1 | const SR_RESET = 2; 2 | const SR_LOADRUN = 6; 3 | const SR_FULLSCREEN = 9; 4 | const SR_QUERTY = 14; 5 | const SR_JCUKEN = 15; 6 | const SR_SMART = 16; 7 | const SR_DISKA = 17; 8 | const SR_DISKB = 18; 9 | const SR_FONT = 22; 10 | const SR_COLOR = 23; 11 | const SR_1X = 24; 12 | const SR_2X = 25; 13 | const SR_3X = 26; 14 | const SR_4X = 27; 15 | const SR_1_5X = 29; 16 | const SR_2_5X = 30; 17 | const SR_FIT = 32; 18 | const SR_CROPTOVISIBLE = 34; 19 | const SR_ASPECTCORRECTION = 35; 20 | const SR_WIDESCREEN = 36; 21 | const SR_SMOOTHING = 37; 22 | const SR_SPEEDUP = 39; 23 | const SR_SPEEDNORMAL = 40; 24 | const SR_PAUSE = 41; 25 | const SR_PAUSEON = 42; 26 | const SR_PAUSEOFF = 43; 27 | const SR_MUTE = 46; 28 | const SR_TAPEHOOK = 56; 29 | -------------------------------------------------------------------------------- /src/wasm/web/dummyframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Emu80 online 7 | 8 | 9 | 10 | 11 | 17 | 18 | -------------------------------------------------------------------------------- /src/wasm/web/emu80.css: -------------------------------------------------------------------------------- 1 | iframe { 2 | padding: 4px; 3 | border-width: 2px; 4 | border-style: solid; 5 | border-color: #888; 6 | } 7 | 8 | -------------------------------------------------------------------------------- /src/wasm/web/emuframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Loading... 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/wasm/web/icons/aspect-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/aspect-dark.png -------------------------------------------------------------------------------- /src/wasm/web/icons/aspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/aspect.png -------------------------------------------------------------------------------- /src/wasm/web/icons/crop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/crop-dark.png -------------------------------------------------------------------------------- /src/wasm/web/icons/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/crop.png -------------------------------------------------------------------------------- /src/wasm/web/icons/disk_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/disk_a.png -------------------------------------------------------------------------------- /src/wasm/web/icons/font-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/font-dark.png -------------------------------------------------------------------------------- /src/wasm/web/icons/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/font.png -------------------------------------------------------------------------------- /src/wasm/web/icons/mute-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/mute-dark.png -------------------------------------------------------------------------------- /src/wasm/web/icons/mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/mute.png -------------------------------------------------------------------------------- /src/wasm/web/icons/open_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/open_run.png -------------------------------------------------------------------------------- /src/wasm/web/icons/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/pause.png -------------------------------------------------------------------------------- /src/wasm/web/icons/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/reset.png -------------------------------------------------------------------------------- /src/wasm/web/icons/wide-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/wide-dark.png -------------------------------------------------------------------------------- /src/wasm/web/icons/wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vpyk/emu80v4/4658989b8c7c6316e27d454aedbd59f3ddc18769/src/wasm/web/icons/wide.png -------------------------------------------------------------------------------- /win32stuff/RestoreSettings.cmd: -------------------------------------------------------------------------------- 1 | set LOCAL_SETTINGS=%~dp0_settings\emu80.ini 2 | set PROFILE_SETTINGS=%USERPROFILE%\AppData\Roaming\Emu80\emu80.ini 3 | 4 | del %LOCAL_SETTINGS% /f 5 | del %PROFILE_SETTINGS% /f 6 | -------------------------------------------------------------------------------- /win32stuff/emu80qt-dx.cmd: -------------------------------------------------------------------------------- 1 | rem ANGLE D3D Wrapper - Direct3D 2 | start Emu80qt.exe -angle 3 | -------------------------------------------------------------------------------- /win32stuff/emu80qt-opengl.cmd: -------------------------------------------------------------------------------- 1 | rem Desktop OpenGL 2 | start Emu80qt.exe -opengl 3 | --------------------------------------------------------------------------------