Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a skeleton for Datawind's Pocket Surfer (pocket internet terminal) #12263

Merged
merged 4 commits into from
Apr 23, 2024

Conversation

clawgrip
Copy link
Contributor

New not working machine

Pocket Surfer (prototype) [Chan Chu Yo]

---------------------------------
Pocket Surfer (prototype) [Chan Chu Yo]
#include "emu.h"

#include "cpu/arm7/arm7.h"
#include "cpu/arm7/arm7core.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn’t need to include internal headers.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks!!

} // anonymous namespace

// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
COMP( 2006, pcksurfer, 0, 0, pcksurfer, pcksurfer, pcksurfer_state, empty_init, "Datawind", "Pocket Surfer (prototype)", MACHINE_IS_SKELETON )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing final newline.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks!!

Comment on lines 18 to 32
_____
_______________________________| |__ _______________
_| _____________ |USB| |_| \_____________________
_| ________ | | _______ |
| |DW- | | | |STB5610 |
| |SBTM1 | | | | | |
| |Bluetooth | SIM | |______| |
| |_______| | SOCKET | ___ _____________ _______ |
| ___________ | AND ||___| ___ | IS42S16400B| | | |
| |U4 Flash | | COMMS | | | | DRAM | ________ |IS42S16400B
| | | | | LVX457->_| |____________| |SHARP | |DRAM | |
| |__________| |____________| ___ |LH79524| | | |
| ___ | | |NOF | | | |
| LCX125->__| |_<-LCX125 |_______| |______| |
|______________________________________________________________________________|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know what cellular modem it uses?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, SIM300 v7.03. I've added a note.

Thanks!

@cuavas cuavas merged commit b953294 into mamedev:master Apr 23, 2024
0 of 5 checks passed
@clawgrip clawgrip deleted the pocketsurfer branch April 23, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants