code format

This commit is contained in:
nino-porcino 2022-05-04 14:15:09 +02:00
parent 44398c6668
commit abfe99721e
1 changed files with 2 additions and 3 deletions

View File

@ -227,7 +227,7 @@ ACI ACI(
.addr(sdram_addr[15:0]), .addr(sdram_addr[15:0]),
.dout(aci_dout), .dout(aci_dout),
.tape_in(CASIN), .tape_in(CASIN),
.tape_out(CASOUT), .tape_out(CASOUT)
); );
// latches cassette audio input // latches cassette audio input
@ -295,7 +295,6 @@ end
wire dummy = is_downloading && download_wr; wire dummy = is_downloading && download_wr;
assign LED = ~dummy; assign LED = ~dummy;
// ram interface // ram interface
wire [15:0] cpu_addr; wire [15:0] cpu_addr;
wire [7:0] cpu_dout; wire [7:0] cpu_dout;
@ -382,7 +381,7 @@ apple1 apple1
.vga_blu(b), .vga_blu(b),
.vga_cls(), // clear screen button (not connected yet) .vga_cls(), // clear screen button (not connected yet)
.reset_key(reset_key), // keyboard shortcut for reset .reset_key(reset_key), // keyboard shortcut for reset
.poweroff_key(poweroff_key) // keyboard shortcut for power off/on .poweroff_key(poweroff_key) // keyboard shortcut for power off/on
); );