Marvel Entertainment
From Sega Retro
Marvel Entertainment | ||
---|---|---|
Founded: 1998-06-02 | ||
Defunct: 2023 | ||
Merged with: Malibu Comics (1994) | ||
Merged into: The Walt Disney Company (2009-12-31) | ||
Headquarters:
|
This teeny-tiny article needs some work. You can help us by expanding it.
Marvel Entertainment, LLC, formerly Marvel Enterprises and Marvel Entertainment Group, Inc. is an American entertainment company and a subsidiary of The Walt Disney Company.
Over the years, Marvel has maintained several businesses which have interacted with Sega - Marvel Worldwide Inc. (which trades as Marvel Comics) handles the comic business that the Marvel empire was founded on, while Marvel Characters, Inc. licenses its intellectual properties for third-party use. More recently, Marvel Studios (formerly Marvel Films) has played a role in the creation of the company's big budget feature-length films.
For the purposes of simplicity, Sega Retro groups all of these Marvel companies together, save for the short-lived Marvel Software that specifically handled game production.
Contents
History
Marvel Entertainment acquired and absorbed rival American comic publisher Malibu Comics in 1994.
In 2009, The Walt Disney Company acquired Marvel. In 2023, Disney shuttered Marvel Entertainment and absorbed its subsidiaries to other Disney units.
Softography
Books
Query: SELECT `cargo__companies`.`name` AS `companiesname`,`cargo__releases`.`name` AS `releasesname`,MIN(`cargo__releases`.`date`) AS `date)`,`cargo__companies`.`company` AS `company`,`cargo__companies`.`format` AS `format`,`cargo__companies`.`role` AS `role`,`cargo__companies`.`credited` AS `credited`,`cargo__codeformat`.`code` AS `test`,`cargo__codeformat`.`format` AS `test2`,`cargo__companies`.`specificrole` AS `specificrole` FROM `cargo__companies` LEFT OUTER JOIN `cargo__releases` ON ((`cargo__companies`.`name`=`cargo__releases`.`name`)) LEFT OUTER JOIN `cargo__codeformat` ON ((`cargo__releases`.`console`=`cargo__codeformat`.`code`)) WHERE (`cargo__companies`.`company`="Marvel Comics") and (`cargo__companies`.`format`="book") and (`cargo__codeformat`.`format`="book") and not `cargo__releases`.`type`="1" and not `cargo__releases`.`type`="2" and not `cargo__releases`.`type`="-1" GROUP BY `cargo__releases`.`name` ORDER BY MIN(`cargo__releases`.`date`),`cargo__releases`.`name` LIMIT 1000 Function: CargoSQLQuery::run Error: 1021 Disk full (/tmp/#sql-temptable-15e6a-2ad4b4-564.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") (localhost)
Query: SELECT `cargo__companies`.`name` AS `companiesname`,`cargo__unreleased`.`name` AS `releasesname`,`cargo__unreleased`.`date` AS `date`,`cargo__companies`.`company` AS `company`,`cargo__companies`.`format` AS `format`,`cargo__companies`.`role` AS `role`,`cargo__companies`.`credited` AS `credited` FROM `cargo__unreleased` LEFT OUTER JOIN `cargo__companies` ON ((`cargo__unreleased`.`name`=`cargo__companies`.`name`)) WHERE (`cargo__companies`.`company`="Marvel Comics") and (`cargo__companies`.`format`="book") GROUP BY `cargo__unreleased`.`name` ORDER BY `cargo__unreleased`.`date`,`cargo__unreleased`.`name` LIMIT 1000 Function: CargoSQLQuery::run Error: 1021 Disk full (/tmp/#sql-temptable-15e6a-2ad4b4-567.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") (localhost)