Skip to content

Commit

Permalink
Version number to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
veikkos committed May 1, 2020
1 parent 81888cd commit 127947f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Source code at GitHub](https://github.com/veikkos/omega-kernel)

## Patched by veikkos
## Patched by veikkos (v5)

* Updated to [Goomba GB/GBC emulator](http://www.dwedit.org/gba/goombacolor.php) version 2019-05-04
* Applied [source patch](https://github.com/veikkos/omega-kernel/blob/master/goomba-patch/goomba_ezflash_omega.patch) to Goomba to make it Omega compatible
Expand Down
2 changes: 1 addition & 1 deletion source/ezkernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void Show_help_window()
DrawHZText12("L+START:",0,3,65, gl_color_selected,1);
DrawHZText12(gl_LSTART_help,0,52,65, gl_color_text,1);

DrawHZText12("Patched by veikkos (v4+)",0,3,85, gl_color_patch_note, 1);
DrawHZText12("Patched by veikkos (v5)",0,3,85, gl_color_patch_note, 1);
DrawHZText12(" - Goomba 2019-05-04",0,3,100, gl_color_patch_note, 1);
DrawHZText12(" - GBC/GB mode",0,3,115, gl_color_patch_note, 1);
DrawHZText12(" - Quick start (L or L+A)",0,3,130, gl_color_patch_note, 1);
Expand Down

0 comments on commit 127947f

Please sign in to comment.