#mddev
June 1, 2026 at 4:10 PM
📢Big news from Homebrew Factory!

We know how much you love Nintendo consoles, but for SEGA lovers, Mega Drive / Genesis support is now available in the configurator!

➡️ creator.homebrew-factory.com

#retrogaming #SEGA #mddev #gendev #megadrive #segagenesis #genesis #SGDK
December 3, 2025 at 10:32 AM
She is Josephine, #PhantomGear 's protagonist, game that I'm doing for some years for #SegaGenesis

This is a showcase of her moveset animations

#GameDev #Indiegames #Megadrive #MDdev #Pixelart #Pixelartist #픽셀아트 #ドット絵
September 3, 2025 at 6:29 PM
Ocular Force P1GH34D unit, or just Minion

Moveset animations showcase from my game #PhantomGear

15 colors (BGR) from the #megadrive color palette

#SegaGenesis #GameDev #Indiegames #MDdev #Pixelart #Pixelartist #픽셀아트 #ドット絵
September 5, 2025 at 1:58 PM
Phantom Gear 's Prologue Cutscene

🫵 WISHLIST NOW on Steam! 🫵

⭐ LINK IN BELOW⭐

#SegaGenesis #MegaDrive #MDdev #Indiegame #Pixelart #Aseprite @aseprite.org #Animation #Homebrew #RetroGaming
July 28, 2026 at 9:06 PM
Have you seen our announcement about our Homebrew Factory service for creators?

Mega Drive / Genesis support is now available at @homebrew-factory.com!

Trailer: www.youtube.com/watch?v=nHSl...

➡️ creator.homebrew-factory.com

#retrogaming #SEGA #mddev #gendev #sgdk #SEGAGenesis #Megadrive
Homebrew Factory - Genesis / Mega Drive support!
YouTube video by Homebrew Factory
www.youtube.com
December 4, 2025 at 2:45 PM
It could've been wider. I think it's still really wide #MoleDuty #MDDev
May 24, 2026 at 8:23 PM
📢The Cursed Legacy, the new Genesis / Mega Drive game by GGS Studio Creation, is NOW available on Homebrew Factory!
A die and retry action/exploration game made with love and passion to pay tribute to the games of the 90s

➡️ www.homebrew-factory.com/megadrive-ge...

#sega #retrogaming #gendev #mddev
April 18, 2025 at 12:15 PM
📅 SEPTEMBER 2024

SAVE THE DATE
GGS Studio Creation is back!

#retrogaming #SGDK #Megadrive #mddev #gendev #homebrew
March 27, 2024 at 4:27 PM
This is meant to be late-game stuff, but I'm not sure this on its own is much of a spoiler.
I want to have a big room centered on a "miniature sun"-like light source. I'm using a big light asset to represent the light source

#MoleDuty #MDdev
July 13, 2026 at 2:54 PM
I'm making a video codec that uses Color Cell Compression, the predecessor of S3TC. A clip can have 16 colors, and each 4x4-pixel block usea two of them. I aim to play FMV on Mega Drive and Game Boy Advance.

#VideoCompression #RetroDev #ScreenshotSaturday #gbadev #gendev #mddev #fmv
June 21, 2025 at 11:43 AM
I guess I'll show off something old (like, January 2025 old), since I don't have much new stuff to show off. This is sort of a placeholder for the background of the title screen of Mole Duty. #MoleDuty #MDdev
August 4, 2026 at 4:18 AM
Anyway, first tagged update I'll give is that dropping through platforms doesn't quite work with sloped platforms yet. It just puts you one pixel down on the slope, but you stay on the platform. #MDDev #MoleDuty
May 12, 2026 at 10:33 PM
🚨 EUVD-2024-40505
📊 n/a
🏢 Linux

📝 In the Linux kernel, the following vulnerability has been resolved:

md: fix deadlock between mddev_suspend and flush bio

Deadlock occurs when mddev is being ...

🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2024-40505

#cybersecurity #infosec #cve #euvd
May 24, 2026 at 10:54 AM
🔫The Cursed Knight is an action / platform / shoot'em up game, based on a « die and retry » style and made with love and passion by @TKthegame to pay tribute to the games made in the 90s.

➡️ www.brokestudio.fr/product/the-...

#gendev #mddev #retrogaming #megadrive #genesis #SEGA
January 12, 2024 at 4:30 PM
CVE-2026-53125 - md: fix array_state=clear sysfs deadlock
CVE ID : CVE-2026-53125

Published : June 24, 2026, 4:30 p.m. | 1 hour, 13 minutes ago

Description : In the Linux kernel, the following vulnerability has been resolved:

md: fix array_state=clear sysfs deadlock

Wh...
CVE-2026-53125 - md: fix array_state=clear sysfs deadlock
In the Linux kernel, the following vulnerability has been resolved: md: fix array_state=clear sysfs deadlock When "clear" is written to array_state, md_attr_store() breaks sysfs active protection so the array can delete itself from its own sysfs store method. However, md_attr_store() currently drops the mddev reference before calling sysfs_unbreak_active_protection(). Once do_md_stop(..., …
cvefeed.io
June 24, 2026 at 6:40 PM
CVE-2025-71135 - md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt()
CVE ID : CVE-2025-71135

Published : Jan. 14, 2026, 3:16 p.m. | 15 minutes ago

Description : In the Linux kernel, the following vulnerability has been resolved:

md/raid5: ...
CVE-2025-71135 - md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt()
In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt() The variable mddev->private is first assigned to conf and then checked: conf = mddev->private; if (!conf) ... If conf is NULL, then mddev->private is also NULL. In this case, null-pointer dereferences can occur …
cvefeed.io
January 14, 2026 at 3:41 PM
CVE-2023-53722 - md: raid1: fix potential OOB in raid1_remove_disk()
CVE ID : CVE-2023-53722

Published : Oct. 22, 2025, 2:15 p.m. | 27 minutes ago

Description : In the Linux kernel, the following vulnerability has been resolved:

md: raid1: fix potential OOB in raid1_rem...
CVE-2023-53722 - md: raid1: fix potential OOB in raid1_remove_disk()
In the Linux kernel, the following vulnerability has been resolved: md: raid1: fix potential OOB in raid1_remove_disk() If rddev->raid_disk is greater than mddev->raid_disks, there will be an out-of-bounds in raid1_remove_disk(). We have already found similar reports as follows: 1) commit d17f744e883b ("md-raid10: fix KASAN warning") 2) commit 1ebc2cec0b7d ("dm raid: …
cvefeed.io
October 22, 2025 at 2:50 PM
🚨 EUVD-2025-31974
📊 n/a
🏢 Linux

📝 In the Linux kernel, the following vulnerability has been resolved:

md: don't dereference mddev after export_rdev()

Except for initial reference, mddev->kobj...

🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2025-31974

#cybersecurity #infosec #cve #euvd
February 3, 2026 at 10:33 PM
ID: CVE-2024-43855
CVSS N/A
In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddev_suspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. ...
#security #infosec #cve-alert
nvd.nist.gov
August 17, 2024 at 10:17 AM
I found out that MDDev is being used for Mega Drive game development
May 12, 2026 at 10:41 PM
Maybe I'll go with #MoleDuty and #HalfChanged or #MDDev and #HCDev
May 12, 2026 at 10:28 PM