HDMI 4K TV Game Stick Console | 64GB with 20,000+ Retro Games & 2 Wireless Gamepads

$59.95
$89.99
-33%
Size:  64GB 20000 Games
Quantity

Description

Experience Gaming Like Never Before with the Upgraded 4K Wireless TV Game Console!

Unlock endless fun with our upgraded wireless TV game console, now featuring 10,000/20,000+ pre-loaded games and 9 powerful emulators. Equipped with a 64GB TF card and enhanced game chips, this console ensures smooth gameplay and vibrant picture quality, supporting 8-bit to 128-bit games. Whether you're a fan of retro classics or seeking new challenges, this console delivers it all.

Seamless Multiplayer Fun with 2.4GHz Wireless Controllers
Enjoy gaming with family and friends using the two included 2.4G wireless gamepads. With support for up to 4 players, you can take control from the comfort of your sofa and dive into hours of multiplayer action. The console is compatible with MAME, PS1, GB, GBA, GBC, MD, SFC, FC, and ATARI games, offering a wide range of gaming experiences.

Stunning 4K Output for the Ultimate Visual Experience
Designed for 4K ultra-high-definition TVs, computers, monitors, and projectors, this console delivers crisp 1080P HD visuals via HDMI connection (not AV). Enjoy your favorite games on the big screen with stunning clarity and detail.

Compact, Portable, and Ready to Play Anywhere
This mini game console is lightweight, compact, and perfect for travel or home use. Simply plug and play—no need for extra space or complicated setups. Take your gaming adventure with you wherever you go!

Product Specifications:

  • Storage Capacity: 64GB Memory Card (Included)
  • Supported Game Formats: Compatible with 9 Emulators - 8-bit, 16-bit, 32-bit, 64-bit, 128-bit, and more
  • Supported Systems: MAME, PS1, GB, GBA, GBC, MD, SFC, FC, ATARI2600, ATARI7800
  • CPU: Dual-core Cortex-A7
  • Memory (RAM): DDR3 256MB
  • Flash Memory: 128MB
  • Output Format: HDMI HD Output
  • Power Input: USB Power - 5V 2A, 5V 1A, or 5V 0.5A

Includes:

64GB 20000+ Games Package

2 X Controller

1 X Game Stick

1 X  64GB 20000 Games Memory card 

1 X HDMI-compatible Cable

1 X USB Cable

1 X Receiver

 

 OR

 

64GB 10000+ Games Package

2 X Controller

1 X Game Stick

1 X  64GB 10000 Games Memory card 

1 X HDMI-compatible Cable

1 X USB Cable

1 X Package Box

1 X Package Box

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.