Skip to content

Commit

Permalink
fix ARM version CPU-PIC handler (T.Yui)
Browse files Browse the repository at this point in the history
  • Loading branch information
yui committed May 20, 2005
1 parent 2602ecc commit 69c05b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
22 changes: 9 additions & 13 deletions i286a/i286aio.inc
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,15 @@ GRCG_TILE equ 8

IMPORT pic

; PI_levels equ 0
; PI_level equ 4
; PI_pry equ 12
; PI_icw equ 20
PI_IMR equ 24
; PI_ocw3 equ 25
; PI_irr equ 26
; PI_ext equ 27
; PI_isr equ 28
; PI_isrbak equ 29
; PI_writeicw equ 30
; PI_padding equ 31
PI_SIZE equ 32
; PI_icw equ 0
PI_IMR equ 4
; PI_isr equ 5
; PI_irr equ 6
; PI_ocw3 equ 7
; PI_pry equ 8
; PI_writeicw equ 9
; PI_padding equ 10
PI_SIZE equ 12

PIC_MASTER equ 0
PIC_SLAVE equ PI_SIZE
Expand Down
1 change: 1 addition & 0 deletions update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
// ----

�@ver0.81 �� ver0.81a
�@�E80286 (ARM��) - ���荞�݃n���h�����C��
�@�EMOUSE - �{�^���t���O�̏C��
�@�EPIT - �V���A���J�E���^�̏C��
�@�EHOSTDRV - �g���q����������s�s�����C�� (ver0.81�G���o�O)
Expand Down

0 comments on commit 69c05b8

Please sign in to comment.