mirror of
https://github.com/MiSTer-devel/PCXT_MiSTer.git
synced 2026-04-26 03:04:30 +00:00
credits bug fixed
This commit is contained in:
BIN
releases/PCXT_20221221.rbf
Normal file
BIN
releases/PCXT_20221221.rbf
Normal file
Binary file not shown.
@@ -17,7 +17,7 @@ module KFPS2KB #(
|
||||
output logic irq,
|
||||
output logic [7:0] keycode,
|
||||
input logic clear_keycode,
|
||||
output reg pause_core = 1'b0
|
||||
output reg pause_core
|
||||
);
|
||||
//
|
||||
// Internal Signals
|
||||
@@ -217,6 +217,7 @@ module KFPS2KB #(
|
||||
irq <= 1'b0;
|
||||
keycode <= 8'h00;
|
||||
break_flag <= 1'b0;
|
||||
pause_core <= 1'b0;
|
||||
end
|
||||
else if (clear_keycode) begin
|
||||
irq <= 1'b0;
|
||||
|
||||
Reference in New Issue
Block a user