Skip to content

Kernel Fork source code of Simple-DE Kernel for the EZ-FLASH OMEGA Definitive Edition

License

Notifications You must be signed in to change notification settings

f3bandit/SuperDark-Omega-DE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperDark-DE for Ez-Flash Omega Definitive Edition

A fork of Simple-DE by Sterophonick

If you are looking for Simple or Simple-DE for the Ez-Flash Omega and the Omega Definitive Edition Official forum thread for Simple and Simple-DE: https://gbatemp.net/threads/new-theme-for-ez-flash-omega.520665

Sterophonick Github

Omega https://github.com/Sterophonick/SimpleLight

Omega-DE https://github.com/Sterophonick/omega-de-kernel

Ez-Flash official downloads

https://www.ezflash.cn/download

Ez-Flash Github

Omega https://github.com/ez-flash/omega-kernel

Omega-DE https://github.com/ez-flash/omega-de-kernel

Installation instructions:

YOU MUST USE THE OFFICIAL KERNEL TO UPDATE THE FIRMWARE :(

  1. Copy the SYSTEM and BACKUP folder to the root of the SD Card.
  2. Move your IMGS, SAVER, RTS, and PATCH folders to SYSTEM.
  3. If you want the light theme, copy ezkernel-light.bin to the root of the SD Card. If you want the dark thing, do the same with ezkernel-dark.bin
  4. Rename the new kernel file to ezkernelnew.bin
  5. You're done!

Registered file types:

Game ROMs

.gba - GBA ROM
.bin - GBA ROM
.mb - GBA Multiboot ROM
.agb - GBA ROM
.col - ColecoVision ROM (Requires Cologne) *
.gb - Game Boy ROM (Jaga's Goomba Color)
.gbc - Game Boy Color ROM (Jaga's Goomba Color)
.gg - Game Gear ROM (SMSAdvance)
.rom - MSX Cartridge ROM (MSXAdvance) **
.ngp - Neo Geo Pocket ROM (NGPAdvance)
.ngc - Neo Geo Pocket ROM (NGPAdvance)
.ngpc - Neo Geo Pocket Color ROM (NGPAdvance)
.nes  - NES ROM File (PocketNES)
.pce - PC-Engine ROM File (PCEAdvance)
.sms - Sega Master System ROM File (SMSAdvance)
.sg - Sega SG-1000 ROM File (SMSAdvance)
.sv - Watara Supervision ROM File (Wasabi)
.ws - WonderSwan ROM File (SwanAdvance)
.wsc - WonderSwan Color ROM File (SwanAdvance)
.z80 - 48k ZX-Spectrum Z80 ROM (ZXAdvance)
.c8 - Chip-8 ROM (Chip8Adv (My First Emulator! :D))
.arc - 4kb Emerson Arcadia 2001 ROM File

Media

.jpg - JPEG Image
.jpeg - JPEG Image
.mod - ProTracker Module file
.bmp - Bitmap Image
.pcx - ZSoft Paintbrush PCX image
.mid - MIDI sequence
.nsf - NES Music file (Nintendo Sound File)
.vgm - SMS/GG music file
.vga - aPlib Compressed SMS/GG music file
.vgl - LZ77 Compressed SMS/GG music file
.txt - Text Document
.wav - Wave Sound (formatted in GSM 6.10)
.k3m - Krawall Advance Sound
.sb - MaxMod sound bank
.lz - LZ77 Compressed Image
.raw - Uncompressed Mode 3 Bitmap
.ap - aPlib compressed Mode 3 Bitmap
.bgf - BoyScout module
.mda - Sharp X68000 Music
.cwz - CWZ Music (IDK what exactly it is, but it was included with PogoShell 1.2)

* For Cologne, you have to make the ROM yourself.
** MSXAdvance uses the C-BIOS, so I can redistribute the emulator.

Cologne Emulator Guide:
  1. Download the latest version of Cologne.
  2. Open the EXE file.
  3. Take a blank file, and also add the Official Colecovision BIOS.
  4. Create col.gba in the PLUG folder.

This ZIP file contains some tech demos/games:

  • XBill (SG-1000)
  • Sega Tween (SMS)
  • WinGG (Game Gear)
  • HuZERO (PC-Engine)
  • 1968 (ZX-Spectrum)
  • Adventures Of Gus and Rob (Neo Geo Pocket)
  • Kaboom! (Homebrew) (ColecoVision)
  • Motkonque (MSX)
  • SwanDriving (WonderSwan)
  • F8Z (Chip-8)

How to build

  1. Install devkitPro
  2. Set the following environment variables to their correct directories: DEVKITPRO, DEVKITARM, LIBGBA
  3. Comment or uncomment the #define DARK line in draw.h. If uncommented, a dark theme is generated.
  4. Run the command make. If done successfully, this should give you an ezkernel.bin file.
  5. Follow the installation instructions above.
  6. Update your flashcart and enjoy! :)

*If you run into errors building this make sure the folder name is simple. devkitpro doesn't like weirdness. If you download this once and extract it to example super-dark-de-main it should run fine. but if you have multiple zips downloaded and you extract one to super-dark-de-main(3) for example it will fail. just rename the folder to solve the issue.

Special Greetz & Contributors:

Sasq
Moonlight
Kuwanger
veikkos
DarkFader
CoolHJ
Let's Emu!
Izder456
NuVanDibe
SLKun
Mintmoon
hitsgamer
Rocky5

Credits

EZ-FLASH - The original firmware & hardware creators
Kuwanger - PogoShell plugin integration Sterophonick - SIMPLE theme for EZO & EZODE fluBBa - SMSAdvance, MSXAdvance, Cologne for GBA, Goomba for GBA (Original), PCEAdvance, PocketNES, SNESAdvance, Wasabi, NGPAdvance, SwanAdvance
Jaga - Jaga's Goomba Color fork
...and others!

About

Kernel Fork source code of Simple-DE Kernel for the EZ-FLASH OMEGA Definitive Edition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.1%
  • Assembly 0.4%
  • HTML 0.4%
  • Batchfile 0.1%
  • Makefile 0.0%
  • CSS 0.0%