Emulator 板


LINE

2015.03.24 Altirra is an Atari 8 bit Emulator on the Windows/DOS platform. Altirra emulates several models of the 8-bit Atari computers. This includes the the 800, 800XL, and 130XE versions. It has a lot of options, and compatibility is decent especially given the emulator's early stages. It also supports some copy protected games properly in emulation. Altirra v2.6 Changelog: [changes] Devices: PCLink, DragonCart, XEP-80, SlightSID, Covox, R-Time 8, 850, 1030, P:, and H: have been moved to the Devices tree. [features added] ATBasic: Improved execution speed. ATBasic: Added partial support for CONT statement. ATBasic: Added support for DPOKE, BPUT, BGET, ERASE, PROTECT, UNPROTECT, DIR, RENAME, MOVE, HEX$(), DPEEK(), !, %, &, and $. AltirraOS: Optimized FPI routine. AltirraOS: Improved rounding of FDIV results. BlackBox: Initial emulation support. Debugger: Changed .writemem to use length syntax. Debugger: .basic_dumpline updated with shortcuts for STMCUR/STMTAB and continuous output. Debugger: Added .basic_rebuiltvnt command. Debugger: Added support for one-shot, grouped, and clear-on-reset breakpoints. Debugger: Added support for return tracepoints (bt --). Debugger: Added .sprintf command and @ts tokens. Debugger: Added @t0-t9 (temporary) and @ra (return address) variables. Debugger: Added option to randomize application memory after EXE load (direct EXE load only). Debugger: Added .diskreadsec and .diskwritesec commands. Debugger: Added dbi (dump bytes with INTERNAL text) command. Devices: Added support for SIO-based real-time clock devices. Devices: Added SIO type 3/4 polling test devices. Devices: Added SX212 modem emulation. Devices: Added MidiMate emulation. Disk: Added support for creating and exploring DOS 3 disk images. Disk: Added generic emulation mode with 57,600 baud high speed support. Disk: ATX, PRO, DCM, and XFD disk images can now be written. Disk: Detach Disk commands now turn off disk drives. Disk: Added rotate disk commands. Disk Explorer: Added read/write support for MyDOS and DOS 2.5 disks. Disk Explorer: Added create directory (new folder) option for MyDOS and SDFS disks. Display: Sharp bilinear now works on pixel shader 1.x devices. Display: Vertical overscan can be overridden separately from horizontal. HDevice: Added option to use lowercase filenames. HDevice: H: can now be hot-started or stopped without a reboot. HDevice: H: can now also be installed as D:. IDE: CF hot swapping is now supported. Input: Added support for quick-cycling between a set of input maps. MMU: Axlon banking register aliasing is now optional. Printer: Added SIO-level 820 emulation. Serial: Modem now supports RTS/CTS flow control (&K3). Serial: Added software T: handler and support for 1030 handler bootstrap. Simulation: Added support for mixed NTSC/PAL ANTIC+GTIA combinations (PAL-60 and NTSC-50). Simulation: Added support for more realistic power-on memory patterns. Software: Added Additions disk containing supplementary utilities. UI: Added new firmware management dialog and support for multiple custom OS and BASIC ROMs. UI: Added /[no]cheats switch. UI: Improved high DPI support. UI: Added /portablealt: switch to use alternate INI files. UI: Multiple disk images can now be loaded with repeated /disk switches. UI: Full screen mode state is now saved on exit. UI: Improved full-screen UI. [bugs fixed] ATBasic: Fixed precedence of unary minus vs. exponentiation. ATBasic: Fixed x^y for x<=0. ATBasic: Error messages now indicate STOPPED or line numbers as appropriate. ATBasic: Fixed not being able to Break out of a single-line loop. ATBasic: TRAP line is now reset more appropriately. ATBasic: Fixed range reduction in SIN() and COS(). ATBasic: GRAPHICS no longer reopens E:. ATBasic: Fixed CONT sometimes failing in deferred mode. ATBasic: Fixed parsing errors on the right side of a string relational expression. ATBasic: Banner changed so startup programs that hardcode line 2 work. ATBasic: Use of IOCB #0 is no longer allowed. ATBasic: Out of memory errors are now detected and thrown. ATBasic: PUT now takes an aexpr instead of avar. ATBasic: PTABW is now supported. AltirraOS: SIO no longer saves STACKP before invoking PBI routines (fixes BlackBox crash). AltirraOS: SIO now leaves ICBALZ/ICBAHZ equal to ICBAL/ICBAH for better custom DOS compatibility. AltirraOS: Fixed CRITIC being left on after servicing a PBI-based SIO request. AltirraOS: Fixed GET BYTE returning bogus characters for PBI-based CIO devices. AltirraOS: E: now supports forced read mode. AltirraOS: SETVBV now preserves I flag. AltirraOS: AUX1/2 are now updated properly on R: XIO commands. AltirraOS: Fixed CIO type 4 polling support. AltirraOS: Fix timeout for SIO operations. AltirraOS: Fix ESC-Clear handling in E:. AltirraOS: Cassette boot now reads EOF record. AltirraOS: Fixed diagnostic cartridge handling. ANTIC: Improved emulation of phantom P/M DMA effects. Cassette: Fixed inconsistent motor control state when using C: patch with short IRG mode. CPU: Fixed NMI not triggering early enough when occurring during IRQ entry sequence. CPU: Fixed spurious IRQs when interrupts are masked for more than 2^32 cycles. CPU: Fixed video snow problem when running CPU faster than 1.79MHz. Debugger: -$80000000/-1 no longer causes a crash. Debugger: .printf %%u formatter now works correctly for numbers >=10^10. Debugger: Fixed EXP/EXP10 not being logged to FPACCEL channel. Debugger: Fixed static trace (st) not stopping properly on BRK/RTS/RTI instructions. Debugger: Debug display now reflects CHACTL bits. Disk: Rewrote ATX image parser to be more robust. Disk: Added workaround for XFD images improperly named .ATR. Disk Explorer: Fixed DOS 2 filename encoding for filenames without extensions. Disk Explorer: Fixed directory parsing for double-density DOS 2 filesystems. Display: Fixed crash on display hardware change when using DirectDraw. Display: Added workaround for crash when initializing Direct3D 9 with VirtualBox display driver. Display: Improved windowed mode vsync strategy when DWM is active. Display: Improved quality of NTSC high artifacting mode. GTIA: Fixed DMA reads from hardware registers. HDevice: Fixed NOTE command sometimes giving incorrect positions. HLE: Hook page for H:, P:, R:, T:, and E: hooks is now better at dodging conflicting hardware windows. HLE: Fixed EXP10(-1) returning an error with FP acceleration enabled. HLE: Improved register return values for several FP acceleration calls. HLE: SIO patch acceleration is skipped if the I flag is set. Input: Fixed right mouse button not working on mouse controllers. Input: Keyboard and mouse inputs are now auto-released when display window loses focus. Input: Moved joystick poll before VBI to reduce input delay. Network: Fixed emulated Ethernet packet timing. POKEY: Undetectable $C0-C7 and $D0-D7 scan codes are now blocked. Serial: 6502-based R: handler now waits for output buffers to drain on a close command. Serial: Fixed emulated R: device only draining one byte from transfer buffer per call in unthrottled mode. Serial: Many fixes to 1030 T: device command handling. UI: Fixed mouse pointer blinking when a video player injects mouse moves to prevent the display from sleeping. Ultimate1MB: Fixed SDX control register not gating non-SIDE external cartridges properly. XEP80: Move Cursor to Start of Logical Line ($DB) no longer moves cursor to left margin. XEP80: Set horizontal/vertical position commands now update the cursor address. 官方:http://virtualdub.org/altirra.html -- ポーラステーション http://perry0517a.blogspot.tw/ --



※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.160.69.43
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Emulator/M.1427283231.A.F79.html







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:iOS站內搜尋

TOP