Skip to content

Commit dc0de21

Browse files
committed
Formatting
1 parent dce2bc6 commit dc0de21

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

content/news/022/index.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -112,25 +112,24 @@ done by [naga], roughly 4x as fast as the C++ alternative
112112

113113
![Zelda running on Nestadia](nestadia.png)
114114

115-
[Nestadia][nestadia] by [@zer0x64], [@junior-n30] and [@CBenoit]
116-
is a server-based NES emulator.
115+
[Nestadia][nestadia] by [@zer0x64], [@junior-n30] and [@CBenoit] is a
116+
server-based NES emulator.
117117

118118
Nestadia was written as a reverse engineering and memory exploitation challenge
119-
for NorthSec CTF 2021, a cybersecurity competition. Contestants were required
120-
to reverse-engineer the emulator and ultimately write a Tool Assisted Speedrun to run
121-
arbitrary code inside a provided ROM.
119+
for NorthSec CTF 2021, a cybersecurity competition. Contestants were required to
120+
reverse-engineer the emulator and ultimately write a Tool Assisted Speedrun to
121+
run arbitrary code inside a provided ROM.
122122

123-
After the competition, the code was open-sourced and
124-
cleaned up to remove references to the competition.
125-
The developers intend on fixing more bugsand adding more features in the near future.
123+
After the competition, the code was open-sourced and cleaned up to remove
124+
references to the competition. The developers intend on fixing more bugsand
125+
adding more features in the near future.
126126

127-
Some interesting features of this emulator are its server-based nature,
128-
and the no_std core which means that the emulator can be built and
129-
ran pretty much anywhere without much work.
127+
Some interesting features of this emulator are its server-based nature, and the
128+
no_std core which means that the emulator can be built and ran pretty much
129+
anywhere without much work.
130130

131-
Incoming improvements include online multiplayer,
132-
sound, a WASM port, porting to a libretro core,
133-
and using wgpu instead of sdl for the native GUI and debugger.
131+
Incoming improvements include online multiplayer, sound, a WASM port, porting to
132+
a libretro core, and using wgpu instead of sdl for the native GUI and debugger.
134133

135134
[nestadia]: https://github.com/zer0x64/nestadia
136135

0 commit comments

Comments
 (0)