mirror of
https://github.com/schibo/1964js.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://1964js.googlecode.com/svn/trunk@178 0378edba-076e-5dc0-2bb2-d87a714dcd81
9 lines
151 B
Dart
9 lines
151 B
Dart
library dma;
|
|
|
|
import 'interrupts.dart';
|
|
import 'memory.dart';
|
|
import 'pif.dart';
|
|
|
|
class DMA {
|
|
DMA(Memory memory, Interrupts interrupts, Pif pif){}
|
|
}
|