Crates.io | nes-tetris-hard-drop-patcher |
lib.rs | nes-tetris-hard-drop-patcher |
version | 0.1.2 |
source | src |
created_at | 2021-03-21 03:28:09.903388 |
updated_at | 2021-03-22 13:29:17.343077 |
description | Tool for modifying the NES Tetris rom to support hard drop |
homepage | https://gitlab.com/stevebob/mos6502/-/tree/master/tetris-hard-drop-patcher |
repository | https://gitlab.com/stevebob/mos6502.git |
max_upload_size | |
id | 371555 |
size | 1,027,654 |
This tool reads an ines ROM file from standard input, assumes its NES Tetris, and writes an ines ROM file to its standard output which is NES Tetris with the addition of hard drop by pressing "up" on the controller.
$ cargo run < 'Tetris (U) [!].nes' > tetris-hard-drop.nes
$ fceux tetris-hard-drop.nes # fceux is a NES emulator
Download the IPS patch that applies this change here.