mirror of
https://github.com/mgcaret/rom4x.git
synced 2025-01-19 20:35:02 +00:00
9 lines
194 B
ArmAsm
9 lines
194 B
ArmAsm
; remove 3.5" functionality for MAME
|
|
; this bit removes protocol converter initialization
|
|
; so the 3.5" drive code is never called
|
|
.code
|
|
.include "iic+.defs"
|
|
.org $c5f8
|
|
rts
|
|
|