Skip to content

Commit ea24ae1

Browse files
committed
Remove duplicated zxnext arch files
This will inherit (for the moment) from zx48k arch backend, except the library
1 parent 93cdd8a commit ea24ae1

76 files changed

Lines changed: 5 additions & 14663 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

arch/zxnext/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
# -*- coding: utf-8 -*-
33
# vim:ts=4:et:sw=4:
44

5-
from . import beep
6-
from .translator import * # noqa
5+
from ..zx48k import beep
6+
from ..zx48k.translator import * # noqa
7+
from ..zx48k import backend # noqa
8+
from ..zx48k import optimizer # noqa
9+
710

811
import api.global_
912
from api.constants import TYPE

0 commit comments

Comments
 (0)